Skip to content

Commit 967589c

Browse files
authored
JSON schema: added a name property for traces.
2 parents 4fa3148 + 07c3cf6 commit 967589c

File tree

9 files changed

+69
-62
lines changed

9 files changed

+69
-62
lines changed

bun.lock

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/opencor/webapp.git"
2424
},
2525
"type": "module",
26-
"version": "0.20251212.2",
26+
"version": "0.20251215.0",
2727
"scripts": {
2828
"archive:web": "bun src/renderer/scripts/archive.web.js",
2929
"build": "electron-vite build",
@@ -64,12 +64,12 @@
6464
"@electron-toolkit/utils": "^4.0.0",
6565
"@tailwindcss/postcss": "^4.1.18",
6666
"@tailwindcss/vite": "^4.1.18",
67-
"@types/node": "^24.10.3",
67+
"@types/node": "^24.10.4",
6868
"@types/plotly.js": "3.0.3",
69-
"@vitejs/plugin-vue": "^6.0.2",
69+
"@vitejs/plugin-vue": "^6.0.3",
7070
"@vue/tsconfig": "^0.8.1",
7171
"@wasm-fmt/clang-format": "^21.1.6",
72-
"autoprefixer": "^10.4.22",
72+
"autoprefixer": "^10.4.23",
7373
"cmake-js": "^7.4.0",
7474
"electron": "^38.7.2",
7575
"electron-builder": "^26.0.12",

0 commit comments

Comments
 (0)