@mountainpass/waychaser 5.0.28 → 5.0.30

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 +5 -5
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.28"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.30"
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.28",
3
+ "version": "5.0.30",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -185,17 +185,17 @@
185
185
  "eslint": "^8.18.0",
186
186
  "eslint-config-prettier": "^10.1.8",
187
187
  "eslint-import-resolver-node": "^0.3.6",
188
- "eslint-import-resolver-typescript": "^2.7.1",
188
+ "eslint-import-resolver-typescript": "^4.0.0",
189
189
  "eslint-plugin-chai-friendly": "^1.1.0",
190
190
  "eslint-plugin-eslint-comments": "^3.2.0",
191
191
  "eslint-plugin-import": "^2.26.0",
192
192
  "eslint-plugin-istanbul": "^0.1.2",
193
- "eslint-plugin-jsdoc": "^39.2.9",
193
+ "eslint-plugin-jsdoc": "^50.0.0",
194
194
  "eslint-plugin-json": "^4.0.1",
195
195
  "eslint-plugin-jsonc": "^2.3.0",
196
196
  "eslint-plugin-no-secrets": "^2.3.3",
197
197
  "eslint-plugin-node": "^11.1.0",
198
- "eslint-plugin-prettier": "^4.0.0",
198
+ "eslint-plugin-prettier": "^5.0.0",
199
199
  "eslint-plugin-promise": "^7.2.1",
200
200
  "eslint-plugin-security": "^4.0.0",
201
201
  "eslint-plugin-unicorn": "^42.0.0",
@@ -217,7 +217,7 @@
217
217
  "npm-check": "^6.0.1",
218
218
  "npm-run-all": "^4.1.5",
219
219
  "nyc": "^18.0.0",
220
- "prettier": "2.3.1",
220
+ "prettier": "^3.0.0",
221
221
  "rollup": "^4.59.0",
222
222
  "selenium-webdriver": "^4.0.0",
223
223
  "shellcheck": "^4.1.0",