@mountainpass/waychaser 5.0.45 → 5.0.47

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.45"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.47"
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.45",
3
+ "version": "5.0.47",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -157,8 +157,8 @@
157
157
  "uri-template-lite": "^23.4.0"
158
158
  },
159
159
  "devDependencies": {
160
- "@commitlint/cli": "^20.4.4",
161
- "@commitlint/config-conventional": "^20.4.4",
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.48.0",
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",
@@ -199,7 +199,7 @@
199
199
  "eslint-plugin-prettier": "^5.5.5",
200
200
  "eslint-plugin-promise": "^7.2.1",
201
201
  "eslint-plugin-security": "^4.0.0",
202
- "eslint-plugin-unicorn": "^63.0.0",
202
+ "eslint-plugin-unicorn": "^64.0.0",
203
203
  "express": "^5.2.1",
204
204
  "fs-extra": "^11.3.4",
205
205
  "geckodriver": "^6.1.0",