@opencor/opencor 0.20250918.0 → 0.20250924.4
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 +5 -5
- /package/{LICENSE → LICENSE.txt} +0 -0
package/dist/opencor.es.js
CHANGED
|
@@ -8200,7 +8200,7 @@ async function Ef() {
|
|
|
8200
8200
|
console.error("Failed to load libOpenCOR's WebAssembly module:", n);
|
|
8201
8201
|
}
|
|
8202
8202
|
}
|
|
8203
|
-
const Pf = "0.
|
|
8203
|
+
const Pf = "0.20250924.4", Df = { class: "space-y-7" }, Uf = { class: "text-center" }, $f = { class: "text-3xl font-bold" }, zf = {
|
|
8204
8204
|
key: 0,
|
|
8205
8205
|
class: "text-xl italic font-bold"
|
|
8206
8206
|
}, Nf = { class: "text-sm italic" }, Af = { class: "space-y-2" }, jf = /* @__PURE__ */ xe({
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
12
|
"README.md",
|
|
13
|
-
"LICENSE"
|
|
13
|
+
"LICENSE.txt"
|
|
14
14
|
],
|
|
15
15
|
"homepage": "https://opencor.ws/",
|
|
16
16
|
"keywords": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"./style.css": "./dist/opencor.css"
|
|
41
41
|
},
|
|
42
|
-
"version": "0.
|
|
42
|
+
"version": "0.20250924.4",
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"mathjs": "^14.6.0",
|
|
45
45
|
"plotly.js-gl2d-dist-min": "^3.1.0",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
68
68
|
"@vue/tsconfig": "^0.8.1",
|
|
69
69
|
"autoprefixer": "^10.4.21",
|
|
70
|
-
"eslint": "^9.
|
|
70
|
+
"eslint": "^9.36.0",
|
|
71
71
|
"prettier": "^3.6.2",
|
|
72
72
|
"tailwindcss": "^4.1.13",
|
|
73
73
|
"tailwindcss-primeui": "^0.6.1",
|
|
74
|
-
"unplugin-vue-components": "^29.
|
|
75
|
-
"vite": "^7.1.
|
|
74
|
+
"unplugin-vue-components": "^29.1.0",
|
|
75
|
+
"vite": "^7.1.7"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build": "vite build",
|
/package/{LICENSE → LICENSE.txt}
RENAMED
|
File without changes
|