x-state-lib 0.3.15 → 0.3.17

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +6 -6
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.props)
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), r = fo(), n = po(r), o = lo(r);
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.15",
4
+ "version": "0.3.17",
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.19",
27
- "vuetify": "^3.9.5",
28
- "x-runtime-lib": "^0.7.38"
26
+ "vue": "^3.5.20",
27
+ "vuetify": "^3.9.6",
28
+ "x-runtime-lib": "^0.7.40"
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.90.0",
43
+ "sass": "^1.91.0",
44
44
  "typescript": "^5.9.2",
45
- "typescript-eslint": "^8.40.0",
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",