@mountainpass/waychaser 5.0.16 → 5.0.18

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 +9 -7
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.16"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.18"
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.16",
3
+ "version": "5.0.18",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,7 +41,9 @@
41
41
  "node": ">=14.17.0"
42
42
  },
43
43
  "overrides": {
44
- "serialize-javascript": "^6.0.2"
44
+ "serialize-javascript": "^6.0.2",
45
+ "@types/lodash": "4.14.202",
46
+ "@types/markdown-it": "12.2.0"
45
47
  },
46
48
  "config": {
47
49
  "TEST_API_PORT": 6060
@@ -151,8 +153,8 @@
151
153
  "uri-template-lite": "^20.5.0"
152
154
  },
153
155
  "devDependencies": {
154
- "@commitlint/cli": "^13.1.0",
155
- "@commitlint/config-conventional": "^12.0.0",
156
+ "@commitlint/cli": "^20.4.4",
157
+ "@commitlint/config-conventional": "^20.4.4",
156
158
  "@cucumber/cucumber": "^7.3.2",
157
159
  "@rollup/plugin-commonjs": "^29.0.2",
158
160
  "@rollup/plugin-json": "^6.1.0",
@@ -202,7 +204,7 @@
202
204
  "http-terminator": "^3.0.0",
203
205
  "humanize-duration": "^3.24.0",
204
206
  "husky": "^6.0.0",
205
- "imagemin-lint-staged": "^0.4.0",
207
+ "imagemin-lint-staged": "^0.5.1",
206
208
  "istanbul": "^0.4.5",
207
209
  "jscpd": "^3.3.25",
208
210
  "jsdoc": "^3.6.7",
@@ -212,13 +214,13 @@
212
214
  "moment-timezone": "^0.6.0",
213
215
  "multer": "^2.1.1",
214
216
  "nodemon": "^3.1.14",
215
- "npm-check": "^5.9.0",
217
+ "npm-check": "^6.0.1",
216
218
  "npm-run-all": "^4.1.5",
217
219
  "nyc": "^15.1.0",
218
220
  "prettier": "2.3.1",
219
221
  "rollup": "^4.59.0",
220
222
  "selenium-webdriver": "^4.0.0-beta.4",
221
- "shellcheck": "^1.0.0",
223
+ "shellcheck": "^1.1.0",
222
224
  "snyk": "^1.431.1",
223
225
  "start-server-and-test": "^2.1.5",
224
226
  "temp": "^0.9.4",