mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 09:31:35 +00:00
* build(deps): update QA broker dependency * build(deps): refresh repository dependencies * build(deps): reconcile rebased shrinkwraps * test(plugins): remove stale loader test state * test(deps): stabilize updated dependency coverage * fix(swift): use caller-isolated TaskLocal overload * build(deps): regenerate rebased shrinkwraps * test(msteams): preserve DNS validation in fetch helper * fix(deps): avoid vulnerable optional image stack * test(deps): validate generated LRU override * refactor(ui): extract chat resizable divider * test(ui): update divider ownership path * fix(matrix): retain restart-compatible SDK * style(cron): format update test
37 lines
916 B
JSON
37 lines
916 B
JSON
{
|
|
"name": "@openclaw/reef",
|
|
"version": "2026.7.2",
|
|
"description": "OpenClaw Reef channel plugin — guarded end-to-end encrypted claw-to-claw messaging",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@noble/ciphers": "2.2.0",
|
|
"@noble/curves": "2.2.0",
|
|
"@noble/hashes": "2.2.0",
|
|
"ws": "8.21.1",
|
|
"zod": "4.4.3"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"minHostVersion": ">=2026.7.2"
|
|
},
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "reef",
|
|
"label": "Reef",
|
|
"selectionLabel": "Reef",
|
|
"detailLabel": "Reef guarded claw channel",
|
|
"docsPath": "/channels/reef",
|
|
"docsLabel": "reef",
|
|
"blurb": "Guarded end-to-end encrypted claw messaging.",
|
|
"systemImage": "message.badge",
|
|
"setup": { "fields": [] }
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
}
|
|
}
|