```
feat(mattermost): add ws and zod dependencies ``` Mattermost plugin: ship runtime deps for zod/ws Optional body (if you want one): Fixes plugin load failure when installed under ~/.clawdbot/extensions by declaring zod and ws as runtime dependencies.
This commit is contained in:
parent
cb770f2cec
commit
c109bb4bdf
@ -21,5 +21,9 @@
|
||||
"localPath": "extensions/mattermost",
|
||||
"defaultChoice": "npm"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "^8.19.0",
|
||||
"zod": "^4.3.6"
|
||||
}
|
||||
}
|
||||
|
||||
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
@ -352,7 +352,14 @@ importers:
|
||||
specifier: workspace:*
|
||||
version: link:../..
|
||||
|
||||
extensions/mattermost: {}
|
||||
extensions/mattermost:
|
||||
dependencies:
|
||||
ws:
|
||||
specifier: ^8.19.0
|
||||
version: 8.19.0
|
||||
zod:
|
||||
specifier: ^4.3.6
|
||||
version: 4.3.6
|
||||
|
||||
extensions/memory-core:
|
||||
dependencies:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user