x-runtime-lib 0.8.215 → 0.8.216
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/composables/element/piece/ui/border/v1/index.d.ts +16 -1
- package/dist/composables/element/piece/ui/color/v1/index.d.ts +16 -1
- package/dist/{emscripten-module.browser.e3iftgbq.js → emscripten-module.browser.jhpu0yaf.js} +1 -1
- package/dist/ffi.d94rtjdy.js +2 -0
- package/dist/index.js +5 -5
- package/dist/{module-6F3E5H7Y.iue8n2m3.js → module-ES6BEMUI.od8fa96u.js} +1 -1
- package/dist/{vendor.n8mpf8fx.js → vendor.o54c94ya.js} +792 -686
- package/package.json +19 -19
- package/dist/ffi.72v61k2a.js +0 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-runtime-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.216",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,45 +23,45 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@sindresorhus/base62": "^1.0.0",
|
|
26
|
-
"@tresjs/cientos": "^5.
|
|
27
|
-
"@tresjs/core": "^5.
|
|
28
|
-
"axios": "^1.13.
|
|
26
|
+
"@tresjs/cientos": "^5.4.0",
|
|
27
|
+
"@tresjs/core": "^5.5.0",
|
|
28
|
+
"axios": "^1.13.5",
|
|
29
29
|
"echarts": "^6.0.0",
|
|
30
30
|
"lodash-es": "^4.17.23",
|
|
31
31
|
"mitt": "^3.0.1",
|
|
32
|
-
"quickjs-emscripten": "^0.
|
|
33
|
-
"three": "^0.
|
|
34
|
-
"vue": "^3.5.
|
|
32
|
+
"quickjs-emscripten": "^0.32.0",
|
|
33
|
+
"three": "^0.183.1",
|
|
34
|
+
"vue": "^3.5.29",
|
|
35
35
|
"vue-i18n": "^11.2.8",
|
|
36
|
-
"vuetify": "^
|
|
36
|
+
"vuetify": "^4.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"x-error-lib": "^0.5.
|
|
40
|
-
"x-essential-lib": "^0.9.
|
|
39
|
+
"x-error-lib": "^0.5.15",
|
|
40
|
+
"x-essential-lib": "^0.9.26"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@eslint/js": "^
|
|
43
|
+
"@eslint/js": "^10.0.1",
|
|
44
44
|
"@types/lodash-es": "^4.17.12",
|
|
45
|
-
"@types/node": "^25.
|
|
46
|
-
"@types/three": "^0.
|
|
45
|
+
"@types/node": "^25.3.0",
|
|
46
|
+
"@types/three": "^0.183.1",
|
|
47
47
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
48
|
-
"eslint": "^
|
|
48
|
+
"eslint": "^10.0.2",
|
|
49
49
|
"eslint-config-prettier": "^10.1.8",
|
|
50
50
|
"eslint-plugin-prettier": "^5.5.5",
|
|
51
|
-
"eslint-plugin-vue": "^10.
|
|
51
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
52
52
|
"globals": "^17.3.0",
|
|
53
53
|
"husky": "^9.1.7",
|
|
54
54
|
"lint-staged": "^16.2.7",
|
|
55
55
|
"prettier": "3.8.1",
|
|
56
56
|
"sass": "^1.97.3",
|
|
57
57
|
"typescript": "^5.9.3",
|
|
58
|
-
"typescript-eslint": "^8.
|
|
58
|
+
"typescript-eslint": "^8.56.1",
|
|
59
59
|
"vite": "npm:rolldown-vite@7.3.1",
|
|
60
60
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
61
61
|
"vite-plugin-vuetify": "^2.1.3",
|
|
62
|
-
"vue-eslint-parser": "^10.
|
|
63
|
-
"vue-router": "^5.0.
|
|
64
|
-
"vue-tsc": "^3.2.
|
|
62
|
+
"vue-eslint-parser": "^10.4.0",
|
|
63
|
+
"vue-router": "^5.0.3",
|
|
64
|
+
"vue-tsc": "^3.2.5"
|
|
65
65
|
},
|
|
66
66
|
"overrides": {
|
|
67
67
|
"vite": "npm:rolldown-vite@7.3.1"
|
package/dist/ffi.72v61k2a.js
DELETED