Compare commits
No commits in common. "3bb96c343310fc5ade7b1eb88575a9629ca04330" and "2a30aa55088b80877fbb48f5b8a7e910a825c4c1" have entirely different histories.
3bb96c3433
...
2a30aa5508
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx-web",
|
"name": "traxxx-web",
|
||||||
"version": "0.39.9",
|
"version": "0.39.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.39.9",
|
"version": "0.39.8",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@brillout/json-serializer": "^0.5.8",
|
"@brillout/json-serializer": "^0.5.8",
|
||||||
"@dicebear/collection": "^7.0.5",
|
"@dicebear/collection": "^7.0.5",
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"vite": "$vite"
|
"vite": "$vite"
|
||||||
},
|
},
|
||||||
"version": "0.39.9",
|
"version": "0.39.8",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#/*": "./*.js"
|
"#/*": "./*.js"
|
||||||
}
|
}
|
||||||
|
|
|
@ -295,7 +295,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section summary">
|
<div
|
||||||
|
v-if="summary"
|
||||||
|
class="section summary"
|
||||||
|
>
|
||||||
<h3 class="heading">Summary</h3>
|
<h3 class="heading">Summary</h3>
|
||||||
|
|
||||||
<div class="detail">
|
<div class="detail">
|
||||||
|
|
Loading…
Reference in New Issue