@hebcal/noaa 0.12.0 → 0.12.1

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ $ npm install @hebcal/noaa
14
14
  ## Synopsis
15
15
  ```javascript
16
16
  import {GeoLocation, NOAACalculator} from '@hebcal/noaa';
17
- import {Temporal} from 'temporal-polyfill';
17
+ import 'temporal-polyfill/global';
18
18
 
19
19
  const latitude = 39.73915;
20
20
  const longitude = -104.9847;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/noaa",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "sunrise and sunset via NOAA algorithm with elevation, based on KosherJava",
5
5
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
6
6
  "contributors": [
@@ -44,7 +44,7 @@
44
44
  "dist/*"
45
45
  ],
46
46
  "engines": {
47
- "node": ">=20"
47
+ "node": ">=18"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "26.0.0",