jk-vue-comps 0.2.5 → 0.2.6

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/utils/math.js +1 -1
  2. package/package.json +10 -10
@@ -569,7 +569,7 @@ function Oe(a) {
569
569
  return t === null ? s ? (r = "Infinity", s < 0 && (r = "-" + r)) : r = "NaN" : (e == null ? r = t <= C || t >= k ? oe(y(n.c), t) : Z(y(n.c), t, "0") : e === 10 && se ? (n = q(new g(n), S + t + 1, R), r = Z(y(n.c), n.e, "0")) : (B(e, 2, b.length, "Base"), r = d(Z(y(n.c), t, "0"), 10, e, s, !0)), s < 0 && n.c[0] && (r = "-" + r)), r;
570
570
  }, w.valueOf = w.toJSON = function() {
571
571
  return Y(this);
572
- }, w._isBigNumber = !0, w[Symbol.toStringTag] = "BigNumber", w[Symbol.for("nodejs.util.inspect.custom")] = w.valueOf, a != null && g.set(a), g;
572
+ }, w._isBigNumber = !0, w[Symbol.toStringTag] = "BigNumber", w[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")] = w.valueOf, a != null && g.set(a), g;
573
573
  }
574
574
  function z(a) {
575
575
  var p = a | 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jk-vue-comps",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "jk-vue-comps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,28 +27,28 @@
27
27
  "check-types": "tsc --project tsconfig.json --noEmitOnError"
28
28
  },
29
29
  "dependencies": {
30
- "vue": "3.5.25",
30
+ "vue": "3.5.26",
31
31
  "vue-types": "^6.0.0",
32
32
  "bignumber.js": "^9.3.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@rollup/plugin-typescript": "^12.3.0",
36
36
  "@types/node": "22.18.0",
37
- "@vitejs/plugin-vue": "6.0.2",
37
+ "@vitejs/plugin-vue": "6.0.3",
38
38
  "@vitejs/plugin-vue-jsx": "5.1.2",
39
- "@typescript-eslint/eslint-plugin": "^8.48.0",
40
- "@typescript-eslint/parser": "^8.48.0",
39
+ "@typescript-eslint/eslint-plugin": "^8.50.1",
40
+ "@typescript-eslint/parser": "^8.50.1",
41
41
  "eslint": "^9.39.1",
42
42
  "eslint-config-prettier": "^10.1.8",
43
43
  "eslint-plugin-import": "^2.32.0",
44
44
  "eslint-plugin-prettier": "^5.5.4",
45
- "eslint-plugin-vue": "^10.6.0",
46
- "@eslint/js": "^9.39.1",
45
+ "eslint-plugin-vue": "^10.6.2",
46
+ "@eslint/js": "^9.39.2",
47
47
  "globals": "^16.5.0",
48
- "prettier": "^3.6.2",
48
+ "prettier": "^3.7.4",
49
49
  "tslib": "^2.8.1",
50
50
  "typescript": "5.9.3",
51
- "vite": "7.2.4",
52
- "vue-tsc": "^3.1.5"
51
+ "vite": "7.3.0",
52
+ "vue-tsc": "^3.2.1"
53
53
  }
54
54
  }