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:
Dominic Damoah 2026-01-27 00:20:12 -05:00
parent cb770f2cec
commit c109bb4bdf
2 changed files with 12 additions and 1 deletions

View File

@ -21,5 +21,9 @@
"localPath": "extensions/mattermost",
"defaultChoice": "npm"
}
},
"dependencies": {
"ws": "^8.19.0",
"zod": "^4.3.6"
}
}

9
pnpm-lock.yaml generated
View File

@ -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: