@opencor/opencor 0.20251002.0 → 0.20251002.1
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 +2 -2
- package/package.json +2 -2
package/dist/opencor.es.js
CHANGED
|
@@ -8196,14 +8196,14 @@ async function Ef() {
|
|
|
8196
8196
|
try {
|
|
8197
8197
|
const n = (await import(
|
|
8198
8198
|
/* @vite-ignore */
|
|
8199
|
-
Gs("https://opencor.ws/libopencor/downloads/wasm/libopencor-0.20251002.
|
|
8199
|
+
Gs("https://opencor.ws/libopencor/downloads/wasm/libopencor-0.20251002.1.js")
|
|
8200
8200
|
)).default;
|
|
8201
8201
|
Rt = await n();
|
|
8202
8202
|
} catch (n) {
|
|
8203
8203
|
console.error("Failed to load libOpenCOR's WebAssembly module:", n);
|
|
8204
8204
|
}
|
|
8205
8205
|
}
|
|
8206
|
-
const Pf = "0.20251002.
|
|
8206
|
+
const Pf = "0.20251002.1", Df = { class: "space-y-7" }, Uf = { class: "text-center" }, $f = { class: "text-3xl font-bold" }, zf = {
|
|
8207
8207
|
key: 0,
|
|
8208
8208
|
class: "text-xl italic font-bold"
|
|
8209
8209
|
}, Nf = { class: "text-sm italic" }, Af = { class: "space-y-2" }, jf = /* @__PURE__ */ xe({
|
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"./style.css": "./dist/opencor.css"
|
|
41
41
|
},
|
|
42
|
-
"version": "0.20251002.
|
|
42
|
+
"version": "0.20251002.1",
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"mathjs": "^14.6.0",
|
|
45
45
|
"plotly.js-gl2d-dist-min": "^3.1.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"tailwindcss": "^4.1.14",
|
|
73
73
|
"tailwindcss-primeui": "^0.6.1",
|
|
74
74
|
"unplugin-vue-components": "^29.1.0",
|
|
75
|
-
"vite": "^7.1.
|
|
75
|
+
"vite": "^7.1.8"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build": "vite build",
|