@limits/openclaw 0.0.4 → 0.0.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "@limits/openclaw",
2
+ "id": "limits-openclaw",
3
3
  "name": "@limits/openclaw",
4
4
  "description": "Delegates policy enforcement to the Limits platform before and after every tool call. Optional policy-generator tools for creating/updating policies from natural language.",
5
5
  "version": "0.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limits/openclaw",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Delegates policy enforcement to the Limits platform before and after every tool call.",
5
5
  "keywords": [
6
6
  "openclaw",
@@ -24,7 +24,7 @@
24
24
  "package.json"
25
25
  ],
26
26
  "openclaw": {
27
- "id": "@limits/openclaw",
27
+ "id": "limits-openclaw",
28
28
  "entry": "./dist/index.js",
29
29
  "hooks": [
30
30
  "./"