@mountainpass/waychaser 5.0.25 → 5.0.26

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 +3 -3
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.25"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.26"
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.25",
3
+ "version": "5.0.26",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -162,7 +162,7 @@
162
162
  "@rollup/plugin-node-resolve": "^16.0.3",
163
163
  "@rollup/plugin-typescript": "^12.3.0",
164
164
  "@types/chai": "^4.3.0",
165
- "@types/node": "^17.0.8",
165
+ "@types/node": "20.10.0",
166
166
  "@typescript-eslint/eslint-plugin": "^5.12.0",
167
167
  "@typescript-eslint/parser": "^5.12.0",
168
168
  "aws4": "^1.11.0",
@@ -171,7 +171,7 @@
171
171
  "bufferutil": "^4.0.2",
172
172
  "chai": "^4.2.0",
173
173
  "chai-as-promised": "^7.1.1",
174
- "chromedriver": "^95.0.0",
174
+ "chromedriver": "^132.0.0",
175
175
  "concurrently": "^9.2.1",
176
176
  "conventional-changelog-cli": "^5.0.0",
177
177
  "conventional-recommended-bump": "^11.2.0",