@mountainpass/waychaser 5.0.40 → 5.0.42
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/README.md +1 -1
- package/package.json +11 -7
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mountainpass/waychaser",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.42",
|
|
4
4
|
"description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -143,6 +143,9 @@
|
|
|
143
143
|
"/dist/**/*.d.ts"
|
|
144
144
|
],
|
|
145
145
|
"dependencies": {
|
|
146
|
+
"@eslint/compat": "^2.0.3",
|
|
147
|
+
"@eslint/eslintrc": "^3.3.5",
|
|
148
|
+
"@eslint/js": "^10.0.1",
|
|
146
149
|
"@mountainpass/problem-document": "^0.0.56",
|
|
147
150
|
"@rollup/plugin-terser": "^1.0.0",
|
|
148
151
|
"flat": "^6.0.1",
|
|
@@ -160,7 +163,7 @@
|
|
|
160
163
|
"@rollup/plugin-json": "^6.1.0",
|
|
161
164
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
162
165
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
163
|
-
"@types/chai": "^
|
|
166
|
+
"@types/chai": "^5.2.3",
|
|
164
167
|
"@types/node": "^22.19.15",
|
|
165
168
|
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
166
169
|
"@typescript-eslint/parser": "^8.57.0",
|
|
@@ -168,8 +171,8 @@
|
|
|
168
171
|
"body-parser": "^2.2.2",
|
|
169
172
|
"browserstack-local": "^1.5.12",
|
|
170
173
|
"bufferutil": "^4.1.0",
|
|
171
|
-
"chai": "^
|
|
172
|
-
"chai-as-promised": "^
|
|
174
|
+
"chai": "^6.2.2",
|
|
175
|
+
"chai-as-promised": "^8.0.2",
|
|
173
176
|
"chromedriver": "^132.0.0",
|
|
174
177
|
"concurrently": "^9.2.1",
|
|
175
178
|
"conventional-changelog-cli": "^5.0.0",
|
|
@@ -181,7 +184,7 @@
|
|
|
181
184
|
"debug": "^4.4.3",
|
|
182
185
|
"depcheck": "^1.4.7",
|
|
183
186
|
"dry-aged-deps": "^2.6.0",
|
|
184
|
-
"eslint": "^
|
|
187
|
+
"eslint": "^9.39.4",
|
|
185
188
|
"eslint-config-prettier": "^10.1.8",
|
|
186
189
|
"eslint-import-resolver-node": "^0.3.9",
|
|
187
190
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
@@ -191,13 +194,13 @@
|
|
|
191
194
|
"eslint-plugin-istanbul": "^0.1.2",
|
|
192
195
|
"eslint-plugin-jsdoc": "^62.8.0",
|
|
193
196
|
"eslint-plugin-json": "^4.0.1",
|
|
194
|
-
"eslint-plugin-jsonc": "^
|
|
197
|
+
"eslint-plugin-jsonc": "^3.1.2",
|
|
195
198
|
"eslint-plugin-no-secrets": "^2.3.3",
|
|
196
199
|
"eslint-plugin-node": "^11.1.0",
|
|
197
200
|
"eslint-plugin-prettier": "^5.5.5",
|
|
198
201
|
"eslint-plugin-promise": "^7.2.1",
|
|
199
202
|
"eslint-plugin-security": "^4.0.0",
|
|
200
|
-
"eslint-plugin-unicorn": "^
|
|
203
|
+
"eslint-plugin-unicorn": "^63.0.0",
|
|
201
204
|
"express": "^5.2.1",
|
|
202
205
|
"fs-extra": "^11.3.4",
|
|
203
206
|
"geckodriver": "^6.1.0",
|
|
@@ -226,6 +229,7 @@
|
|
|
226
229
|
"ts-node": "^10.9.2",
|
|
227
230
|
"tslib": "^2.8.1",
|
|
228
231
|
"typescript": "^5.9.3",
|
|
232
|
+
"typescript-eslint": "^8.57.0",
|
|
229
233
|
"unique-names-generator": "^4.7.1",
|
|
230
234
|
"utf-8-validate": "^6.0.6",
|
|
231
235
|
"zod": "^4.3.6"
|