@opencor/opencor 0.20251110.0 → 0.20251112.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 +1 -1
- package/package.json +2 -2
package/dist/opencor.es.js
CHANGED
|
@@ -8229,7 +8229,7 @@ async function Tf() {
|
|
|
8229
8229
|
console.error("Failed to load libOpenCOR's WebAssembly module:", n);
|
|
8230
8230
|
}
|
|
8231
8231
|
}
|
|
8232
|
-
const Lf = "0.
|
|
8232
|
+
const Lf = "0.20251112.0", Of = { class: "space-y-7" }, Ef = { class: "text-center" }, Pf = { class: "text-3xl font-bold" }, $f = {
|
|
8233
8233
|
key: 0,
|
|
8234
8234
|
class: "text-xl italic font-bold"
|
|
8235
8235
|
}, Df = { class: "text-sm italic" }, Uf = { class: "space-y-2" }, zf = /* @__PURE__ */ x("a", {
|
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.20251112.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",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@types/plotly.js": "3.0.6",
|
|
76
76
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
77
77
|
"@vue/tsconfig": "^0.8.1",
|
|
78
|
-
"autoprefixer": "^10.4.
|
|
78
|
+
"autoprefixer": "^10.4.22",
|
|
79
79
|
"tailwindcss": "^4.1.17",
|
|
80
80
|
"tailwindcss-primeui": "^0.6.1",
|
|
81
81
|
"unplugin-vue-components": "^29.2.0",
|