@hebcal/core 5.8.5 → 5.8.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.
@@ -1,2 +1,2 @@
1
1
  /** DO NOT EDIT THIS AUTO-GENERATED FILE! */
2
- export declare const version = "5.8.5";
2
+ export declare const version = "5.8.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/core",
3
- "version": "5.8.5",
3
+ "version": "5.8.6",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "contributors": [
6
6
  "Eyal Schachter (https://github.com/Scimonster)",
@@ -60,8 +60,8 @@
60
60
  "docs": "typedoc",
61
61
  "pretest": "npm run build",
62
62
  "lint": "gts lint",
63
- "coverage": "jest --coverage",
64
- "test": "jest",
63
+ "coverage": "vitest --coverage",
64
+ "test": "vitest",
65
65
  "clean": "gts clean",
66
66
  "fix": "gts fix"
67
67
  },
@@ -78,27 +78,27 @@
78
78
  "@babel/preset-typescript": "^7.26.0",
79
79
  "@babel/register": "^7.25.9",
80
80
  "@rollup/plugin-babel": "^6.0.4",
81
- "@rollup/plugin-commonjs": "^28.0.1",
81
+ "@rollup/plugin-commonjs": "^28.0.2",
82
82
  "@rollup/plugin-json": "^6.1.0",
83
- "@rollup/plugin-node-resolve": "^15.3.0",
83
+ "@rollup/plugin-node-resolve": "^16.0.0",
84
84
  "@rollup/plugin-terser": "^0.4.4",
85
- "@rollup/plugin-typescript": "^12.1.1",
86
- "@types/jest": "^29.5.14",
85
+ "@rollup/plugin-typescript": "^12.1.2",
87
86
  "@types/node": "^22.10.2",
87
+ "@vitest/coverage-v8": "^2.1.8",
88
88
  "core-js": "^3.39.0",
89
89
  "gts": "^6.0.2",
90
- "jest": "^29.7.0",
91
90
  "pretty-bytes": "^6.1.1",
92
91
  "rollup": "^4.28.1",
93
92
  "rollup-plugin-bundle-size": "^1.0.3",
94
93
  "rollup-plugin-visualizer": "^5.12.0",
95
94
  "ttag-cli": "^1.10.12",
96
95
  "typedoc": "^0.27.5",
97
- "typescript": "^5.7.2"
96
+ "typescript": "^5.7.2",
97
+ "vitest": "^2.1.8"
98
98
  },
99
99
  "dependencies": {
100
100
  "@babel/runtime": "^7.26.0",
101
- "@hebcal/hdate": "^0.12.0",
101
+ "@hebcal/hdate": "^0.13.2",
102
102
  "@hebcal/noaa": "^0.8.16",
103
103
  "quick-lru": "^6.1.2",
104
104
  "temporal-polyfill": "^0.2.5",