mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
chore: bump openclaw plugin version
This commit is contained in:
parent
e306d6b338
commit
91c5835852
1 changed files with 54 additions and 54 deletions
|
|
@ -1,54 +1,54 @@
|
|||
{
|
||||
"name": "headroom-openclaw",
|
||||
"version": "0.1.0",
|
||||
"description": "Headroom context compression plugin for OpenClaw — 70-90% token savings with zero LLM calls",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"hook-shim",
|
||||
"openclaw.plugin.json",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup && node prepare-dist.mjs",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"headroom-ai": "^0.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.0",
|
||||
"tsup": "^8.0.0",
|
||||
"typescript": "^5.5.0",
|
||||
"vitest": "^2.0.0"
|
||||
},
|
||||
"openclaw": {
|
||||
"hooks": [
|
||||
"./hook-shim"
|
||||
],
|
||||
"extensions": [
|
||||
"./dist/index.js"
|
||||
],
|
||||
"capabilities": {
|
||||
"network": {
|
||||
"allow": [
|
||||
"http://*:*",
|
||||
"https://*:*"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
{
|
||||
"name": "headroom-openclaw",
|
||||
"version": "0.1.1",
|
||||
"description": "Headroom context compression plugin for OpenClaw — 70-90% token savings with zero LLM calls",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"hook-shim",
|
||||
"openclaw.plugin.json",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup && node prepare-dist.mjs",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"headroom-ai": "^0.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.0",
|
||||
"tsup": "^8.0.0",
|
||||
"typescript": "^5.5.0",
|
||||
"vitest": "^2.0.0"
|
||||
},
|
||||
"openclaw": {
|
||||
"hooks": [
|
||||
"./hook-shim"
|
||||
],
|
||||
"extensions": [
|
||||
"./dist/index.js"
|
||||
],
|
||||
"capabilities": {
|
||||
"network": {
|
||||
"allow": [
|
||||
"http://*:*",
|
||||
"https://*:*"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue