@opencor/opencor 0.20260304.2 → 0.20260314.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/opencor.css +1 -1
- package/dist/opencor.es.js +2747 -2724
- package/package.json +10 -8
package/package.json
CHANGED
|
@@ -42,17 +42,18 @@
|
|
|
42
42
|
},
|
|
43
43
|
"./style.css": "./dist/opencor.css"
|
|
44
44
|
},
|
|
45
|
-
"version": "0.
|
|
45
|
+
"version": "0.20260314.0",
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "vite build && bun scripts/generate.version.js",
|
|
48
48
|
"build:lib": "vite build --config vite.lib.config.ts && bun scripts/copy.indexdts.js",
|
|
49
49
|
"clean": "bun scripts/clean.js",
|
|
50
50
|
"dependencies:update": "bun scripts/dependencies.update.js",
|
|
51
51
|
"dev": "vite dev",
|
|
52
|
-
"format": "
|
|
53
|
-
"format:check": "
|
|
52
|
+
"format": "bunx --bun biome format --fix --max-diagnostics=none",
|
|
53
|
+
"format:check": "bunx --bun biome format --max-diagnostics=none",
|
|
54
54
|
"lint": "bunx --bun biome lint --fix --error-on-warnings --max-diagnostics=none && bunx stylelint '**/*.css' --fix",
|
|
55
55
|
"start": "bun run build && vite preview",
|
|
56
|
+
"typecheck": "bunx --bun vue-tsc --noEmit",
|
|
56
57
|
"version:new": "bun scripts/version.new.js"
|
|
57
58
|
},
|
|
58
59
|
"bun": {
|
|
@@ -74,21 +75,22 @@
|
|
|
74
75
|
"xxhash-wasm": "^1.1.0"
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
|
77
|
-
"@biomejs/biome": "^2.4.
|
|
78
|
+
"@biomejs/biome": "^2.4.6",
|
|
78
79
|
"@tailwindcss/postcss": "^4.2.1",
|
|
79
80
|
"@tailwindcss/vite": "^4.2.1",
|
|
80
|
-
"@types/node": "^25.
|
|
81
|
+
"@types/node": "^25.5.0",
|
|
81
82
|
"@types/plotly.js": "^3.0.10",
|
|
82
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
83
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
83
84
|
"@vue/tsconfig": "^0.9.0",
|
|
84
85
|
"autoprefixer": "^10.4.27",
|
|
85
|
-
"esbuild": "^0.27.
|
|
86
|
+
"esbuild": "^0.27.4",
|
|
86
87
|
"stylelint": "^17.4.0",
|
|
87
88
|
"stylelint-config-standard": "^40.0.0",
|
|
88
89
|
"tailwindcss": "^4.2.1",
|
|
89
90
|
"tailwindcss-primeui": "^0.6.1",
|
|
90
91
|
"typescript": "^5.9.3",
|
|
91
92
|
"unplugin-vue-components": "^31.0.0",
|
|
92
|
-
"vite": "^7.3.1"
|
|
93
|
+
"vite": "^7.3.1",
|
|
94
|
+
"vue-tsc": "^3.2.5"
|
|
93
95
|
}
|
|
94
96
|
}
|