x-essential-lib 0.9.21 → 0.9.22

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 +8 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -369,7 +369,14 @@ function Kt(e, t, a, o) {
369
369
  else
370
370
  L(e.path, t.path, o), a();
371
371
  }
372
- const Nt = ["string", "number", "boolean", "array", "object", "any"];
372
+ const Nt = [
373
+ "string",
374
+ "number",
375
+ "boolean",
376
+ "array",
377
+ "object",
378
+ "any"
379
+ ];
373
380
  function Wt(e) {
374
381
  switch (e) {
375
382
  case "string":
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.9.21",
4
+ "version": "0.9.22",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -36,12 +36,12 @@
36
36
  "@eslint/js": "^9.39.2",
37
37
  "@types/js-cookie": "^3.0.6",
38
38
  "@types/lodash-es": "^4.17.12",
39
- "@types/node": "^25.0.8",
39
+ "@types/node": "^25.0.9",
40
40
  "@vitejs/plugin-vue": "^6.0.3",
41
41
  "eslint": "^9.39.2",
42
42
  "eslint-config-prettier": "^10.1.8",
43
43
  "eslint-plugin-prettier": "^5.5.5",
44
- "eslint-plugin-vue": "^10.6.2",
44
+ "eslint-plugin-vue": "^10.7.0",
45
45
  "globals": "^17.0.0",
46
46
  "husky": "^9.1.7",
47
47
  "lint-staged": "^16.2.7",