x-state-lib 0.3.0 → 0.3.2

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 +1 -1
  2. package/package.json +17 -19
package/dist/index.js CHANGED
@@ -118,7 +118,7 @@ function re(t) {
118
118
  return e.test(y(t));
119
119
  }
120
120
  function ne(t, e) {
121
- return t == null ? void 0 : t[e];
121
+ return t?.[e];
122
122
  }
123
123
  function j(t, e) {
124
124
  var r = ne(t, 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.0",
4
+ "version": "0.3.2",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -23,32 +23,30 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "lodash-es": "^4.17.21",
26
- "vue": "^3.5.16",
27
- "vuetify": "^3.8.9"
28
- },
29
- "peerDependencies": {
30
- "x-runtime-lib": "^0.7.0"
26
+ "vue": "^3.5.17",
27
+ "vuetify": "^3.9.0",
28
+ "x-runtime-lib": "^0.7.10"
31
29
  },
32
30
  "devDependencies": {
33
- "@eslint/js": "^9.28.0",
31
+ "@eslint/js": "^9.30.1",
34
32
  "@types/lodash-es": "^4.17.12",
35
- "@types/node": "^24.0.1",
36
- "@vitejs/plugin-vue": "^5.2.4",
37
- "eslint": "^9.28.0",
33
+ "@types/node": "^24.0.12",
34
+ "@vitejs/plugin-vue": "^6.0.0",
35
+ "eslint": "^9.30.1",
38
36
  "eslint-config-prettier": "^10.1.5",
39
- "eslint-plugin-prettier": "^5.4.1",
40
- "eslint-plugin-vue": "^10.2.0",
41
- "globals": "^16.2.0",
37
+ "eslint-plugin-prettier": "^5.5.1",
38
+ "eslint-plugin-vue": "^10.3.0",
39
+ "globals": "^16.3.0",
42
40
  "husky": "^9.1.7",
43
- "lint-staged": "^16.1.0",
44
- "prettier": "3.5.3",
41
+ "lint-staged": "^16.1.2",
42
+ "prettier": "3.6.2",
45
43
  "sass": "^1.89.2",
46
44
  "typescript": "^5.8.3",
47
- "typescript-eslint": "^8.34.0",
48
- "vite": "^6.3.5",
45
+ "typescript-eslint": "^8.36.0",
46
+ "vite": "^7.0.3",
49
47
  "vite-plugin-css-injected-by-js": "^3.5.2",
50
48
  "vite-plugin-vuetify": "^2.1.1",
51
- "vue-eslint-parser": "^10.1.3",
52
- "vue-tsc": "^2.2.10"
49
+ "vue-eslint-parser": "^10.2.0",
50
+ "vue-tsc": "^3.0.1"
53
51
  }
54
52
  }