x-state-lib 0.3.9 → 0.3.11

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 +11 -11
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -93,10 +93,10 @@ function dt(t) {
93
93
  var e = x(t);
94
94
  return e == Vt || e == Ht || e == Rt || e == Kt;
95
95
  }
96
- var F = f["__core-js_shared__"], q = function() {
96
+ var F = f["__core-js_shared__"], q = (function() {
97
97
  var t = /[^.]+$/.exec(F && F.keys && F.keys.IE_PROTO || "");
98
98
  return t ? "Symbol(src)_1." + t : "";
99
- }();
99
+ })();
100
100
  function Wt(t) {
101
101
  return !!q && q in t;
102
102
  }
@@ -130,7 +130,7 @@ function v(t, e) {
130
130
  var r = ne(t, e);
131
131
  return re(r) ? r : void 0;
132
132
  }
133
- var B = v(f, "WeakMap"), X = Object.create, oe = /* @__PURE__ */ function() {
133
+ var B = v(f, "WeakMap"), X = Object.create, oe = /* @__PURE__ */ (function() {
134
134
  function t() {
135
135
  }
136
136
  return function(e) {
@@ -142,13 +142,13 @@ var B = v(f, "WeakMap"), X = Object.create, oe = /* @__PURE__ */ function() {
142
142
  var r = new t();
143
143
  return t.prototype = void 0, r;
144
144
  };
145
- }(), Y = function() {
145
+ })(), Y = (function() {
146
146
  try {
147
147
  var t = v(Object, "defineProperty");
148
148
  return t({}, "", {}), t;
149
149
  } catch {
150
150
  }
151
- }();
151
+ })();
152
152
  function ae(t, e) {
153
153
  for (var r = -1, n = t == null ? 0 : t.length; ++r < n && e(t[r], r, t) !== !1; )
154
154
  ;
@@ -196,9 +196,9 @@ var ye = "[object Arguments]";
196
196
  function J(t) {
197
197
  return C(t) && x(t) == ye;
198
198
  }
199
- var vt = Object.prototype, je = vt.hasOwnProperty, ve = vt.propertyIsEnumerable, _e = J(/* @__PURE__ */ function() {
199
+ var vt = Object.prototype, je = vt.hasOwnProperty, ve = vt.propertyIsEnumerable, _e = J(/* @__PURE__ */ (function() {
200
200
  return arguments;
201
- }()) ? J : function(t) {
201
+ })()) ? J : function(t) {
202
202
  return C(t) && je.call(t, "callee") && !ve.call(t, "callee");
203
203
  };
204
204
  function Te() {
@@ -215,13 +215,13 @@ function R(t) {
215
215
  return t(e);
216
216
  };
217
217
  }
218
- var $t = typeof exports == "object" && exports && !exports.nodeType && exports, O = $t && typeof module == "object" && module && !module.nodeType && module, Ye = O && O.exports === $t, U = Ye && gt.process, $ = function() {
218
+ var $t = typeof exports == "object" && exports && !exports.nodeType && exports, O = $t && typeof module == "object" && module && !module.nodeType && module, Ye = O && O.exports === $t, U = Ye && gt.process, $ = (function() {
219
219
  try {
220
220
  var t = O && O.require && O.require("util").types;
221
221
  return t || U && U.binding && U.binding("util");
222
222
  } catch {
223
223
  }
224
- }(), k = $ && $.isTypedArray, Je = k ? R(k) : Xe, Ze = Object.prototype, Qe = Ze.hasOwnProperty;
224
+ })(), k = $ && $.isTypedArray, Je = k ? R(k) : Xe, Ze = Object.prototype, Qe = Ze.hasOwnProperty;
225
225
  function ke(t, e) {
226
226
  var r = N(t), n = !r && _e(t), i = !r && !n && Tt(t), s = !r && !n && !i && Je(t), c = r || n || i || s, _ = c ? he(t.length, String) : [], g = _.length;
227
227
  for (var u in t)
@@ -630,7 +630,7 @@ function po() {
630
630
  slots: n
631
631
  };
632
632
  }
633
- const go = function() {
633
+ const go = (function() {
634
634
  return window.globalState || (window.globalState = {
635
635
  runtime: po(),
636
636
  app: xt(),
@@ -638,7 +638,7 @@ const go = function() {
638
638
  data: Et(),
639
639
  resource: It()
640
640
  }), window.globalState;
641
- }();
641
+ })();
642
642
  export {
643
643
  go as globalState,
644
644
  xt as initApp,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-state-lib",
3
3
  "private": false,
4
- "version": "0.3.9",
4
+ "version": "0.3.11",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -23,16 +23,16 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "lodash-es": "^4.17.21",
26
- "vue": "^3.5.18",
27
- "vuetify": "^3.9.4",
28
- "x-runtime-lib": "^0.7.34"
26
+ "vue": "^3.5.19",
27
+ "vuetify": "^3.9.5",
28
+ "x-runtime-lib": "^0.7.36"
29
29
  },
30
30
  "devDependencies": {
31
- "@eslint/js": "^9.33.0",
31
+ "@eslint/js": "^9.34.0",
32
32
  "@types/lodash-es": "^4.17.12",
33
- "@types/node": "^24.2.1",
33
+ "@types/node": "^24.3.0",
34
34
  "@vitejs/plugin-vue": "^6.0.1",
35
- "eslint": "^9.33.0",
35
+ "eslint": "^9.34.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",
@@ -42,11 +42,11 @@
42
42
  "prettier": "3.6.2",
43
43
  "sass": "^1.90.0",
44
44
  "typescript": "^5.9.2",
45
- "typescript-eslint": "^8.39.1",
46
- "vite": "^7.1.2",
45
+ "typescript-eslint": "^8.40.0",
46
+ "vite": "^7.1.3",
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.5"
50
+ "vue-tsc": "^3.0.6"
51
51
  }
52
52
  }