@mountainpass/waychaser 5.0.44 → 5.0.46
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 +9 -9
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.46",
|
|
4
4
|
"description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"json:list-github-actions-browser-matrix:2": "scripts/list-cover-browsers.js",
|
|
124
124
|
"json:list-github-actions-browser-matrix:3": "scripts/list-cover-browsers.js",
|
|
125
125
|
"sync-readme-version": "scripts/sync-readme-version.sh",
|
|
126
|
-
"pre-push": "npm run test:node-api && npm run duplication && npm run dry-aged-deps",
|
|
126
|
+
"pre-push": "npm run test:node-api:not{@skippable} && npm run duplication && npm run dry-aged-deps",
|
|
127
127
|
"npm-check-unused": "depcheck",
|
|
128
128
|
"do-publish": "npm publish mountainpass-waychaser-${npm_package_version}.tgz --access public",
|
|
129
129
|
"duplication": "jscpd .",
|
|
@@ -157,8 +157,8 @@
|
|
|
157
157
|
"uri-template-lite": "^23.4.0"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
|
-
"@commitlint/cli": "^20.
|
|
161
|
-
"@commitlint/config-conventional": "^20.
|
|
160
|
+
"@commitlint/cli": "^20.5.0",
|
|
161
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
162
162
|
"@cucumber/cucumber": "^12.7.0",
|
|
163
163
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
164
164
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"concurrently": "^9.2.1",
|
|
179
179
|
"conventional-changelog-cli": "^5.0.0",
|
|
180
180
|
"conventional-recommended-bump": "^11.2.0",
|
|
181
|
-
"core-js": "^3.
|
|
181
|
+
"core-js": "^3.49.0",
|
|
182
182
|
"cross-fetch": "^4.1.0",
|
|
183
183
|
"cucumber-tsflow": "^4.6.1",
|
|
184
184
|
"dateformat": "^5.0.3",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"eslint-config-prettier": "^10.1.8",
|
|
190
190
|
"eslint-import-resolver-node": "^0.3.9",
|
|
191
191
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
192
|
-
"eslint-plugin-chai-friendly": "^1.1.
|
|
192
|
+
"eslint-plugin-chai-friendly": "^1.1.1",
|
|
193
193
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
194
194
|
"eslint-plugin-import": "^2.32.0",
|
|
195
195
|
"eslint-plugin-jsdoc": "^62.8.0",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"jsdoc": "^4.0.5",
|
|
213
213
|
"lint-staged": "^16.4.0",
|
|
214
214
|
"localtunnel": "^2.0.2",
|
|
215
|
-
"moment-timezone": "^0.6.
|
|
215
|
+
"moment-timezone": "^0.6.1",
|
|
216
216
|
"multer": "^2.1.1",
|
|
217
217
|
"nodemon": "^3.1.14",
|
|
218
218
|
"npm-check": "^6.0.1",
|
|
@@ -222,8 +222,8 @@
|
|
|
222
222
|
"rollup": "^4.59.0",
|
|
223
223
|
"selenium-webdriver": "^4.41.0",
|
|
224
224
|
"shellcheck": "^4.1.0",
|
|
225
|
-
"snyk": "^1.1303.
|
|
226
|
-
"start-server-and-test": "^
|
|
225
|
+
"snyk": "^1.1303.2",
|
|
226
|
+
"start-server-and-test": "^3.0.0",
|
|
227
227
|
"temp": "^0.9.4",
|
|
228
228
|
"ts-node": "^10.9.2",
|
|
229
229
|
"tslib": "^2.8.1",
|