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 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
package/dist/index.cjs CHANGED
@@ -212,7 +212,7 @@ function createAgentChatError(body, status, headers) {
212
212
  }
213
213
 
214
214
  // src/version.ts
215
- var VERSION = "1.0.221" ;
215
+ var VERSION = "1.0.2211" ;
216
216
 
217
217
  // src/runtime.ts
218
218
  function detectRuntime() {