mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-20 17:41:33 -06:00
dc911510ae
Align the core package, plugin manifests, and npm shrinkwrap roots for the SHA-only extended-stable preflight. Native app versions remain on 2026.6.8 because no native release will be dispatched.
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"name": "@openclaw/parallel-plugin",
|
|
"version": "2026.6.33",
|
|
"private": true,
|
|
"description": "OpenClaw Parallel web search plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|