@neaps/api 0.3.1 → 0.3.2

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/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1548939,7 +1548939,7 @@ function Jft(e, { filter: t, maxResults: n = 20 } = {}) {
1548939
1548939
 
1548940
1548940
  //#endregion
1548941
1548941
  //#region package.json
1548942
- var version = "0.3.1";
1548942
+ var version = "0.3.2";
1548943
1548943
 
1548944
1548944
  //#endregion
1548945
1548945
  //#region src/openapi.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neaps/api",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "HTTP JSON API for tide predictions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "cors": "^2.8.5",
33
33
  "express": "^4.18.2",
34
34
  "express-openapi-validator": "^5.1.6",
35
- "neaps": "^0.4.0"
35
+ "neaps": "^0.5.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/compression": "^1.7.5",