@mountainpass/waychaser 5.0.40 → 5.0.41

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 +4 -4
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.40"
74
+ src="https://unpkg.com/@mountainpass/waychaser@5.0.41"
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.40",
3
+ "version": "5.0.41",
4
4
  "description": "Client library for HATEOAS level 3 RESTful APIs that provide hypermedia controls",
5
5
  "repository": {
6
6
  "type": "git",
@@ -160,7 +160,7 @@
160
160
  "@rollup/plugin-json": "^6.1.0",
161
161
  "@rollup/plugin-node-resolve": "^16.0.3",
162
162
  "@rollup/plugin-typescript": "^12.3.0",
163
- "@types/chai": "^4.3.0",
163
+ "@types/chai": "^5.2.3",
164
164
  "@types/node": "^22.19.15",
165
165
  "@typescript-eslint/eslint-plugin": "^8.57.0",
166
166
  "@typescript-eslint/parser": "^8.57.0",
@@ -168,8 +168,8 @@
168
168
  "body-parser": "^2.2.2",
169
169
  "browserstack-local": "^1.5.12",
170
170
  "bufferutil": "^4.1.0",
171
- "chai": "^4.2.0",
172
- "chai-as-promised": "^7.1.1",
171
+ "chai": "^6.2.2",
172
+ "chai-as-promised": "^8.0.2",
173
173
  "chromedriver": "^132.0.0",
174
174
  "concurrently": "^9.2.1",
175
175
  "conventional-changelog-cli": "^5.0.0",