@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 +8 -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/dist/setup-entry.cjs +1 -1
- package/dist/setup-entry.cjs.map +1 -1
- package/dist/setup-entry.js +1 -1
- package/dist/setup-entry.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +15 -2
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