@neaps/tide-database 0.1.20260107 → 0.2.20260107
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/dist/index.cjs +44428 -88852
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +44428 -88852
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schemas/station.schema.json +2 -7
package/package.json
CHANGED
|
@@ -199,8 +199,7 @@
|
|
|
199
199
|
"required": [
|
|
200
200
|
"name",
|
|
201
201
|
"amplitude",
|
|
202
|
-
"
|
|
203
|
-
"phase_local"
|
|
202
|
+
"phase"
|
|
204
203
|
],
|
|
205
204
|
"additionalProperties": false,
|
|
206
205
|
"properties": {
|
|
@@ -220,14 +219,10 @@
|
|
|
220
219
|
"type": "number",
|
|
221
220
|
"description": "Amplitude"
|
|
222
221
|
},
|
|
223
|
-
"
|
|
222
|
+
"phase": {
|
|
224
223
|
"type": "number",
|
|
225
224
|
"description": "Phase in UTC"
|
|
226
225
|
},
|
|
227
|
-
"phase_local": {
|
|
228
|
-
"type": "number",
|
|
229
|
-
"description": "Phase for local timezone"
|
|
230
|
-
},
|
|
231
226
|
"speed": {
|
|
232
227
|
"type": "number",
|
|
233
228
|
"description": "Angular speed"
|