deepclaw-openclaw 0.1.4 → 0.1.5
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented here.
|
|
4
4
|
|
|
5
|
+
## 0.1.5 - Plugin API range correction
|
|
6
|
+
|
|
7
|
+
- Use the single-comparator plugin API range accepted by OpenClaw 2026.9 while retaining the npm peer range needed by the deployed prerelease-tagged host.
|
|
8
|
+
|
|
5
9
|
## 0.1.4 - OpenClaw 2026.9 compatibility
|
|
6
10
|
|
|
7
11
|
- Import plugin APIs from the supported `openclaw/plugin-sdk/core` entrypoint.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deepclaw-openclaw",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "DeepClaw observability plugin for OpenClaw — real-time LLM usage, token, cache, reasoning, and cost telemetry.",
|
|
6
6
|
"repository": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"type": "plugin",
|
|
73
73
|
"category": "observability",
|
|
74
74
|
"compat": {
|
|
75
|
-
"pluginApi": "
|
|
75
|
+
"pluginApi": ">=2026.5.6",
|
|
76
76
|
"minGatewayVersion": "2026.5.6"
|
|
77
77
|
},
|
|
78
78
|
"build": {
|