@openwaters/noaa-current-stations 0.4.0 → 0.5.0

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 (3) hide show
  1. package/README.md +24 -3
  2. package/currents.json +145454 -0
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openwaters/noaa-current-stations",
3
- "version": "0.4.0",
4
- "description": "NOAA CO-OPS tidal-current station data: harmonic constituents, subordinate offsets, and the live predictions API extractor, schema, and the API's undocumented gotchas",
3
+ "version": "0.5.0",
4
+ "description": "NOAA CO-OPS tidal-current station data: harmonic constituents, subordinate offsets, and the live predictions API \u2014 extractor, schema, and the API's undocumented gotchas",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
@@ -13,6 +13,7 @@
13
13
  "index.d.ts",
14
14
  "src/",
15
15
  "bin/",
16
+ "currents.json",
16
17
  "schema/",
17
18
  "docs/"
18
19
  ],