@opencor/opencor 0.20251207.0 → 0.20251210.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/opencor.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as ce, g as gl } from "./index-
|
|
1
|
+
import { c as ce, g as gl } from "./index-Bdn_8jQ3.js";
|
|
2
2
|
var pl = typeof global == "object" && global && global.Object === Object && global, yo = typeof self == "object" && self && self.Object === Object && self, Zt = pl || yo || Function("return this")(), de = Zt.Symbol, ml = Object.prototype, vo = ml.hasOwnProperty, Eo = ml.toString, yr = de ? de.toStringTag : void 0;
|
|
3
3
|
function Ao(n) {
|
|
4
4
|
var t = vo.call(n, yr), e = n[yr];
|
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"./style.css": "./dist/opencor.css"
|
|
41
41
|
},
|
|
42
|
-
"version": "0.
|
|
42
|
+
"version": "0.20251210.0",
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "vite build",
|
|
45
45
|
"build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dev": "vite dev",
|
|
48
48
|
"format": "bunx --bun biome format --fix --max-diagnostics=none && clang-format -i src/libopencor/src/*",
|
|
49
49
|
"format:check": "bunx --bun biome format --max-diagnostics=none && clang-format --dry-run -Werror src/libopencor/src/*",
|
|
50
|
-
"lint": "bunx --bun biome lint --fix --error-on-warnings --max-diagnostics=none",
|
|
50
|
+
"lint": "bunx --bun biome lint --fix --error-on-warnings --max-diagnostics=none && bunx stylelint '**/*.css' --fix",
|
|
51
51
|
"start": "bun run build && vite preview",
|
|
52
52
|
"version:new": "bun scripts/version.js"
|
|
53
53
|
},
|
|
@@ -70,15 +70,17 @@
|
|
|
70
70
|
"@biomejs/biome": "^2.3.8",
|
|
71
71
|
"@tailwindcss/postcss": "^4.1.17",
|
|
72
72
|
"@tailwindcss/vite": "^4.1.17",
|
|
73
|
-
"@types/node": "^24.10.
|
|
73
|
+
"@types/node": "^24.10.2",
|
|
74
74
|
"@types/plotly.js": "3.0.6",
|
|
75
75
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
76
76
|
"@vue/tsconfig": "^0.8.1",
|
|
77
77
|
"autoprefixer": "^10.4.22",
|
|
78
|
+
"stylelint": "^16.26.1",
|
|
79
|
+
"stylelint-config-standard": "^39.0.1",
|
|
78
80
|
"tailwindcss": "^4.1.17",
|
|
79
81
|
"tailwindcss-primeui": "^0.6.1",
|
|
80
82
|
"typescript": "^5.9.3",
|
|
81
83
|
"unplugin-vue-components": "^29.2.0",
|
|
82
|
-
"vite": "^7.2.
|
|
84
|
+
"vite": "^7.2.7"
|
|
83
85
|
}
|
|
84
86
|
}
|