@agentchatme/openclaw 0.7.8211 → 0.7.82111

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
@@ -7,6 +7,14 @@ this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  This package is in pre-1.0 development.
9
9
 
10
+ ## 0.7.82111 — 2026-07-29
11
+
12
+ ### Security
13
+
14
+ - Raised the production `ws` dependency floor to `8.21.1`, excluding versions
15
+ affected by the latest denial-of-service advisory. Runtime behavior and the
16
+ AgentChat wire protocol are otherwise unchanged.
17
+
10
18
  ## 0.7.8211 — 2026-07-27
11
19
 
12
20
  ### Added — product analytics identity
package/dist/index.cjs CHANGED
@@ -146,7 +146,7 @@ function classifyNetworkError(err3) {
146
146
  }
147
147
 
148
148
  // src/version.ts
149
- var PACKAGE_VERSION = "0.7.8211";
149
+ var PACKAGE_VERSION = "0.7.82111";
150
150
 
151
151
  // src/client-identity.ts
152
152
  var AGENTCHAT_CLIENT_NAME = "openclaw";