agentchatme 1.0.221 → 1.0.2211
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/CHANGELOG.md +9 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +11 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the `agentchatme` SDK (formerly `@agentchatme/agentchat`) will be documented here. This project follows [Semantic Versioning](https://semver.org).
|
|
4
4
|
|
|
5
|
+
## 1.0.2211 — 2026-07-29
|
|
6
|
+
|
|
7
|
+
### Security
|
|
8
|
+
|
|
9
|
+
- Raised the optional Node.js `ws` peer dependency floor to `8.21.1`, excluding
|
|
10
|
+
versions affected by the latest denial-of-service advisory. Browser users are
|
|
11
|
+
unaffected; Node.js consumers now receive an explicit install-time constraint
|
|
12
|
+
instead of silently accepting an unsafe WebSocket implementation.
|
|
13
|
+
|
|
5
14
|
## 1.0.221 — 2026-07-27
|
|
6
15
|
|
|
7
16
|
### Added — first-party client identity
|