Spaces:
Build error
Build error
Commit ·
06e03ca
1
Parent(s): 1a0a210
chore: bump openclaw plugin version
Browse files- plugins/openclaw/package.json +54 -54
plugins/openclaw/package.json
CHANGED
|
@@ -1,54 +1,54 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "headroom-openclaw",
|
| 3 |
-
"version": "0.1.
|
| 4 |
-
"description": "Headroom context compression plugin for OpenClaw — 70-90% token savings with zero LLM calls",
|
| 5 |
-
"type": "module",
|
| 6 |
-
"main": "./dist/index.js",
|
| 7 |
-
"types": "./dist/index.d.ts",
|
| 8 |
-
"files": [
|
| 9 |
-
"dist",
|
| 10 |
-
"hook-shim",
|
| 11 |
-
"openclaw.plugin.json",
|
| 12 |
-
"README.md"
|
| 13 |
-
],
|
| 14 |
-
"scripts": {
|
| 15 |
-
"build": "tsup && node prepare-dist.mjs",
|
| 16 |
-
"test": "vitest run",
|
| 17 |
-
"test:watch": "vitest",
|
| 18 |
-
"typecheck": "tsc --noEmit"
|
| 19 |
-
},
|
| 20 |
-
"dependencies": {
|
| 21 |
-
"headroom-ai": "^0.1.0"
|
| 22 |
-
},
|
| 23 |
-
"peerDependencies": {
|
| 24 |
-
"openclaw": "*"
|
| 25 |
-
},
|
| 26 |
-
"peerDependenciesMeta": {
|
| 27 |
-
"openclaw": {
|
| 28 |
-
"optional": true
|
| 29 |
-
}
|
| 30 |
-
},
|
| 31 |
-
"devDependencies": {
|
| 32 |
-
"@types/node": "^22.10.0",
|
| 33 |
-
"tsup": "^8.0.0",
|
| 34 |
-
"typescript": "^5.5.0",
|
| 35 |
-
"vitest": "^2.0.0"
|
| 36 |
-
},
|
| 37 |
-
"openclaw": {
|
| 38 |
-
"hooks": [
|
| 39 |
-
"./hook-shim"
|
| 40 |
-
],
|
| 41 |
-
"extensions": [
|
| 42 |
-
"./dist/index.js"
|
| 43 |
-
],
|
| 44 |
-
"capabilities": {
|
| 45 |
-
"network": {
|
| 46 |
-
"allow": [
|
| 47 |
-
"http://*:*",
|
| 48 |
-
"https://*:*"
|
| 49 |
-
]
|
| 50 |
-
}
|
| 51 |
-
}
|
| 52 |
-
},
|
| 53 |
-
"license": "Apache-2.0"
|
| 54 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "headroom-openclaw",
|
| 3 |
+
"version": "0.1.1",
|
| 4 |
+
"description": "Headroom context compression plugin for OpenClaw — 70-90% token savings with zero LLM calls",
|
| 5 |
+
"type": "module",
|
| 6 |
+
"main": "./dist/index.js",
|
| 7 |
+
"types": "./dist/index.d.ts",
|
| 8 |
+
"files": [
|
| 9 |
+
"dist",
|
| 10 |
+
"hook-shim",
|
| 11 |
+
"openclaw.plugin.json",
|
| 12 |
+
"README.md"
|
| 13 |
+
],
|
| 14 |
+
"scripts": {
|
| 15 |
+
"build": "tsup && node prepare-dist.mjs",
|
| 16 |
+
"test": "vitest run",
|
| 17 |
+
"test:watch": "vitest",
|
| 18 |
+
"typecheck": "tsc --noEmit"
|
| 19 |
+
},
|
| 20 |
+
"dependencies": {
|
| 21 |
+
"headroom-ai": "^0.1.0"
|
| 22 |
+
},
|
| 23 |
+
"peerDependencies": {
|
| 24 |
+
"openclaw": "*"
|
| 25 |
+
},
|
| 26 |
+
"peerDependenciesMeta": {
|
| 27 |
+
"openclaw": {
|
| 28 |
+
"optional": true
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"devDependencies": {
|
| 32 |
+
"@types/node": "^22.10.0",
|
| 33 |
+
"tsup": "^8.0.0",
|
| 34 |
+
"typescript": "^5.5.0",
|
| 35 |
+
"vitest": "^2.0.0"
|
| 36 |
+
},
|
| 37 |
+
"openclaw": {
|
| 38 |
+
"hooks": [
|
| 39 |
+
"./hook-shim"
|
| 40 |
+
],
|
| 41 |
+
"extensions": [
|
| 42 |
+
"./dist/index.js"
|
| 43 |
+
],
|
| 44 |
+
"capabilities": {
|
| 45 |
+
"network": {
|
| 46 |
+
"allow": [
|
| 47 |
+
"http://*:*",
|
| 48 |
+
"https://*:*"
|
| 49 |
+
]
|
| 50 |
+
}
|
| 51 |
+
}
|
| 52 |
+
},
|
| 53 |
+
"license": "Apache-2.0"
|
| 54 |
+
}
|