@mountainpass/waychaser 5.0.21 → 5.0.22

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 +4 -4
package/README.md CHANGED
@@ -71,7 +71,7 @@ try {
71
71
  ```html
72
72
  <script
73
73
  type="text/javascript"
74
- src="https://unpkg.com/@mountainpass/waychaser@5.0.21"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.22"
75
75
  ></script>
76
76
 
77
77
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mountainpass/waychaser",
3
- "version": "5.0.21",
3
+ "version": "5.0.22",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@
38
38
  "browser": "dist/waychaser.es.js",
39
39
  "types": "dist/waychaser.d.ts",
40
40
  "engines": {
41
- "node": ">=14.17.0"
41
+ "node": ">=20.0.0"
42
42
  },
43
43
  "overrides": {
44
44
  "serialize-javascript": "^6.0.2",
@@ -209,7 +209,7 @@
209
209
  "istanbul": "^0.4.5",
210
210
  "jscpd": "^4.0.8",
211
211
  "jsdoc": "^3.6.7",
212
- "lint-staged": "^15.5.2",
212
+ "lint-staged": "^16.4.0",
213
213
  "localtunnel": "^2.0.1",
214
214
  "moment-timezone": "^0.6.0",
215
215
  "multer": "^2.1.1",
@@ -220,7 +220,7 @@
220
220
  "prettier": "2.3.1",
221
221
  "rollup": "^4.59.0",
222
222
  "selenium-webdriver": "^4.0.0-beta.4",
223
- "shellcheck": "^3.1.0",
223
+ "shellcheck": "^4.1.0",
224
224
  "snyk": "^1.431.1",
225
225
  "start-server-and-test": "^2.1.5",
226
226
  "temp": "^0.9.4",