x-state-lib 0.3.16 → 0.3.18
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 -2
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -620,7 +620,7 @@ function uo(t) {
|
|
|
620
620
|
const e = {};
|
|
621
621
|
for (const r in t) {
|
|
622
622
|
const n = {}, o = t[r];
|
|
623
|
-
for (const a in o
|
|
623
|
+
for (const a in o)
|
|
624
624
|
n[a] = co(o[a]);
|
|
625
625
|
e[r] = n;
|
|
626
626
|
}
|
|
@@ -665,7 +665,9 @@ function lo(t) {
|
|
|
665
665
|
return e;
|
|
666
666
|
}
|
|
667
667
|
function go() {
|
|
668
|
-
const t = so(), e = uo(t)
|
|
668
|
+
const t = so(), e = uo(t);
|
|
669
|
+
console.log(e);
|
|
670
|
+
const r = fo(), n = po(r), o = lo(r);
|
|
669
671
|
return {
|
|
670
672
|
props: t,
|
|
671
673
|
propEvents: e,
|
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.18",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"lodash-es": "^4.17.21",
|
|
26
|
-
"vue": "^3.5.
|
|
27
|
-
"vuetify": "^3.
|
|
28
|
-
"x-runtime-lib": "^0.
|
|
26
|
+
"vue": "^3.5.21",
|
|
27
|
+
"vuetify": "^3.10.0",
|
|
28
|
+
"x-runtime-lib": "^0.8.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@eslint/js": "^9.
|
|
31
|
+
"@eslint/js": "^9.35.0",
|
|
32
32
|
"@types/lodash-es": "^4.17.12",
|
|
33
|
-
"@types/node": "^24.3.
|
|
33
|
+
"@types/node": "^24.3.3",
|
|
34
34
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
35
|
-
"eslint": "^9.
|
|
35
|
+
"eslint": "^9.35.0",
|
|
36
36
|
"eslint-config-prettier": "^10.1.8",
|
|
37
37
|
"eslint-plugin-prettier": "^5.5.4",
|
|
38
38
|
"eslint-plugin-vue": "^10.4.0",
|
|
39
|
-
"globals": "^16.
|
|
39
|
+
"globals": "^16.4.0",
|
|
40
40
|
"husky": "^9.1.7",
|
|
41
|
-
"lint-staged": "^16.1.
|
|
41
|
+
"lint-staged": "^16.1.6",
|
|
42
42
|
"prettier": "3.6.2",
|
|
43
|
-
"sass": "^1.
|
|
43
|
+
"sass": "^1.92.1",
|
|
44
44
|
"typescript": "^5.9.2",
|
|
45
|
-
"typescript-eslint": "^8.
|
|
46
|
-
"vite": "^7.1.
|
|
45
|
+
"typescript-eslint": "^8.43.0",
|
|
46
|
+
"vite": "^7.1.5",
|
|
47
47
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
48
48
|
"vite-plugin-vuetify": "^2.1.2",
|
|
49
49
|
"vue-eslint-parser": "^10.2.0",
|
|
50
|
-
"vue-tsc": "^3.0.
|
|
50
|
+
"vue-tsc": "^3.0.7"
|
|
51
51
|
}
|
|
52
52
|
}
|