@mountainpass/waychaser 5.0.10 → 5.0.12
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 +10 -8
- package/CHANGELOG.md +0 -1593
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.12",
|
|
4
4
|
"description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"TEST_API_PORT": 6060
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
|
+
"dry-aged-deps": "dry-aged-deps --check",
|
|
47
48
|
"env": "env",
|
|
48
49
|
"build:browser": "rollup --config rollup.config.${npm_lifecycle_event#build:}.js",
|
|
49
50
|
"build:node": "tsc --project tsconfig.production.json",
|
|
@@ -115,7 +116,7 @@
|
|
|
115
116
|
"json:list-github-actions-browser-matrix:2": "scripts/list-cover-browsers.js",
|
|
116
117
|
"json:list-github-actions-browser-matrix:3": "scripts/list-cover-browsers.js",
|
|
117
118
|
"sync-readme-version": "scripts/sync-readme-version.sh",
|
|
118
|
-
"pre-push": "npm run test:node-api && npm run duplication",
|
|
119
|
+
"pre-push": "npm run test:node-api && npm run duplication && npm run dry-aged-deps",
|
|
119
120
|
"npm-check-unused": "depcheck",
|
|
120
121
|
"do-publish": "npm publish mountainpass-waychaser-${npm_package_version}.tgz --access public",
|
|
121
122
|
"duplication": "jscpd .",
|
|
@@ -174,23 +175,24 @@
|
|
|
174
175
|
"debug": "^4.3.3",
|
|
175
176
|
"depcheck": "^1.2.0",
|
|
176
177
|
"dirty-chai": "^2.0.1",
|
|
178
|
+
"dry-aged-deps": "^2.6.0",
|
|
177
179
|
"eslint": "^8",
|
|
178
180
|
"eslint-config-prettier": "^8.5.0",
|
|
179
181
|
"eslint-import-resolver-node": "^0.3.6",
|
|
180
182
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
181
|
-
"eslint-plugin-import": "^2.26.0",
|
|
182
|
-
"eslint-plugin-jsdoc": "^39.2.9",
|
|
183
|
-
"eslint-plugin-jsonc": "^2.3.0",
|
|
184
|
-
"eslint-plugin-no-secrets": "^0.8.9",
|
|
185
|
-
"eslint-plugin-prettier": "^4.0.0",
|
|
186
|
-
"eslint-plugin-unicorn": "^42.0.0",
|
|
187
183
|
"eslint-plugin-chai-friendly": "^0.7.1",
|
|
188
184
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
185
|
+
"eslint-plugin-import": "^2.26.0",
|
|
189
186
|
"eslint-plugin-istanbul": "^0.1.2",
|
|
187
|
+
"eslint-plugin-jsdoc": "^39.2.9",
|
|
190
188
|
"eslint-plugin-json": "^3.0.0",
|
|
189
|
+
"eslint-plugin-jsonc": "^2.3.0",
|
|
190
|
+
"eslint-plugin-no-secrets": "^0.8.9",
|
|
191
191
|
"eslint-plugin-node": "^11.1.0",
|
|
192
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
192
193
|
"eslint-plugin-promise": "^6.0.0",
|
|
193
194
|
"eslint-plugin-security": "^1.4.0",
|
|
195
|
+
"eslint-plugin-unicorn": "^42.0.0",
|
|
194
196
|
"express": "^4.16.3",
|
|
195
197
|
"fs-extra": "^10.0.0",
|
|
196
198
|
"geckodriver": "^1.20.0",
|