build: mirror bundled plugin runtime deps

This commit is contained in:
Peter Steinberger
2026-04-09 00:30:46 +01:00
parent 5e83e81af8
commit 0fce013ebf
2 changed files with 8 additions and 0 deletions

View File

@@ -1338,6 +1338,7 @@
"cli-highlight": "^2.1.11",
"commander": "^14.0.3",
"croner": "^10.0.1",
"discord-api-types": "^0.38.44",
"dotenv": "^17.4.0",
"express": "^5.2.1",
"file-type": "22.0.0",
@@ -1357,6 +1358,7 @@
"matrix-js-sdk": "41.3.0-rc.0",
"mpg123-decoder": "^1.0.3",
"node-edge-tts": "^1.2.10",
"nostr-tools": "^2.23.3",
"openai": "^6.33.0",
"opusscript": "^0.1.1",
"osc-progress": "^0.3.0",

6
pnpm-lock.yaml generated
View File

@@ -130,6 +130,9 @@ importers:
croner:
specifier: ^10.0.1
version: 10.0.1
discord-api-types:
specifier: ^0.38.44
version: 0.38.44
dotenv:
specifier: ^17.4.0
version: 17.4.0
@@ -190,6 +193,9 @@ importers:
node-llama-cpp:
specifier: 3.18.1
version: 3.18.1(typescript@6.0.2)
nostr-tools:
specifier: ^2.23.3
version: 2.23.3(typescript@6.0.2)
openai:
specifier: ^6.33.0
version: 6.33.0(ws@8.20.0)(zod@4.3.6)