x-state-lib 0.3.14 → 0.3.16
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/index.js +4 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -619,9 +619,10 @@ function co(t) {
|
|
|
619
619
|
function uo(t) {
|
|
620
620
|
const e = {};
|
|
621
621
|
for (const r in t) {
|
|
622
|
-
const n = t[r];
|
|
623
|
-
for (const
|
|
624
|
-
co(
|
|
622
|
+
const n = {}, o = t[r];
|
|
623
|
+
for (const a in o.props)
|
|
624
|
+
n[a] = co(o[a]);
|
|
625
|
+
e[r] = n;
|
|
625
626
|
}
|
|
626
627
|
return e;
|
|
627
628
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-state-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.16",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"lodash-es": "^4.17.21",
|
|
26
|
-
"vue": "^3.5.
|
|
27
|
-
"vuetify": "^3.9.
|
|
28
|
-
"x-runtime-lib": "^0.7.
|
|
26
|
+
"vue": "^3.5.20",
|
|
27
|
+
"vuetify": "^3.9.6",
|
|
28
|
+
"x-runtime-lib": "^0.7.39"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@eslint/js": "^9.34.0",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"husky": "^9.1.7",
|
|
41
41
|
"lint-staged": "^16.1.5",
|
|
42
42
|
"prettier": "3.6.2",
|
|
43
|
-
"sass": "^1.
|
|
43
|
+
"sass": "^1.91.0",
|
|
44
44
|
"typescript": "^5.9.2",
|
|
45
|
-
"typescript-eslint": "^8.
|
|
45
|
+
"typescript-eslint": "^8.41.0",
|
|
46
46
|
"vite": "^7.1.3",
|
|
47
47
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
48
48
|
"vite-plugin-vuetify": "^2.1.2",
|