mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
c70aee247e
* refactor(scripts): migrate JavaScript tools to TypeScript * fix(ci): keep changed-scope preflight zero-install * fix(ci): preserve zero-install script owners * fix(ci): complete script migration follow-through * fix(release): keep stable closeout zero-install * fix(scripts): preserve standalone execution boundaries * fix(scripts): repair standalone loader boundaries * fix(scripts): normalize gateway observation ids * fix(scripts): keep Docker packager standalone * test(scripts): preserve rebase cleanup helpers * test(sessions): use tracked temp directory
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@openclaw/diffs-language-pack",
|
|
"version": "2026.8.1",
|
|
"description": "OpenClaw diffs viewer syntax highlighting language pack",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/diffs-language-pack",
|
|
"clawhubSpec": "clawhub:@openclaw/diffs-language-pack",
|
|
"localPath": "extensions/diffs-language-pack",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.5.27"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.8.1"
|
|
},
|
|
"assetScripts": {
|
|
"build": "node --import tsx ../../scripts/build-diffs-viewer-runtime.mts full"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.8.1",
|
|
"staticAssets": [
|
|
{
|
|
"source": "./assets/viewer-runtime.js",
|
|
"output": "assets/viewer-runtime.js"
|
|
}
|
|
]
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|