@hebcal/core 5.0.0-rc4 → 5.0.0-rc6

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.
package/hebcal.d.ts CHANGED
@@ -819,7 +819,7 @@ declare module '@hebcal/core' {
819
819
  /**
820
820
  * Gregorian date helper functions.
821
821
  */
822
- export declare namespace greg {
822
+ export namespace greg {
823
823
  /**
824
824
  * Long names of the Gregorian months (1='January', 12='December')
825
825
  * @readonly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/core",
3
- "version": "5.0.0-rc4",
3
+ "version": "5.0.0-rc6",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "contributors": [
6
6
  "Eyal Schachter (https://github.com/Scimonster)",
@@ -59,12 +59,15 @@
59
59
  ],
60
60
  "verbose": true
61
61
  },
62
+ "peerDependencies": {
63
+ "temporal-polyfill": "^0.1.1"
64
+ },
62
65
  "devDependencies": {
63
66
  "@babel/core": "^7.23.3",
64
67
  "@babel/preset-env": "^7.23.3",
65
68
  "@babel/register": "^7.22.15",
66
69
  "@hebcal/hdate": "^0.8.2",
67
- "@hebcal/noaa": "^0.8.7",
70
+ "@hebcal/noaa": "^0.8.10",
68
71
  "@rollup/plugin-babel": "^6.0.4",
69
72
  "@rollup/plugin-commonjs": "^25.0.7",
70
73
  "@rollup/plugin-json": "^6.0.1",
@@ -78,7 +81,6 @@
78
81
  "jsdoc-to-markdown": "^8.0.0",
79
82
  "nyc": "^15.1.0",
80
83
  "rollup": "^4.6.0",
81
- "temporal-polyfill": "^0.1.1",
82
84
  "ttag-cli": "^1.10.9"
83
85
  }
84
86
  }