Merge branch 'master' into claude/evaluate-workflow-errors-PDDoJ
This commit is contained in:
+15
-9
@@ -41,15 +41,18 @@
|
||||
"update:version": "tsx ./scripts/update-version.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cacheable/node-cache": "^1.4.0",
|
||||
"@hapi/boom": "^9.1.3",
|
||||
"@cacheable/node-cache": "^2.0.1",
|
||||
"@hapi/boom": "^10.0.1",
|
||||
"async-mutex": "^0.5.0",
|
||||
"fflate": "^0.8.2",
|
||||
"libsignal": "github:whiskeysockets/libsignal-node",
|
||||
"lru-cache": "^11.2.6",
|
||||
"music-metadata": "^11.12.0",
|
||||
"libsignal": "https://github.com/whiskeysockets/libsignal-node.git",
|
||||
"lru-cache": "^11.1.0",
|
||||
"music-metadata": "^11.7.0",
|
||||
"p-queue": "^9.0.0",
|
||||
"pino": "^9.6",
|
||||
"pino": "^10.3.1",
|
||||
"prom-client": "^15.1.3",
|
||||
"protobufjs": "^7.2.4",
|
||||
"whatsapp-rust-bridge": "0.5.2",
|
||||
@@ -59,7 +62,7 @@
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.31.0",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^20.9.0",
|
||||
"@types/node": "^20.19.33",
|
||||
"@types/ws": "^8.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.55.0",
|
||||
"@typescript-eslint/parser": "^8.55.0",
|
||||
@@ -77,21 +80,24 @@
|
||||
"link-preview-js": "^3.0.0",
|
||||
"lru-cache": "^11.2.6",
|
||||
"open": "^8.4.2",
|
||||
"link-preview-js": "^4.0.0",
|
||||
"lru-cache": "^11.1.0",
|
||||
"open": "^11.0.0",
|
||||
"pino-pretty": "^13.1.1",
|
||||
"prettier": "^3.8.1",
|
||||
"protobufjs-cli": "^1.1.3",
|
||||
"release-it": "^15.10.3",
|
||||
"release-it": "^19.2.4",
|
||||
"ts-jest": "^29.4.0",
|
||||
"tsc-esm-fix": "^3.1.2",
|
||||
"tsx": "^4.20.3",
|
||||
"typedoc": "^0.27.9",
|
||||
"typedoc-plugin-markdown": "4.4.2",
|
||||
"typedoc": "^0.28.17",
|
||||
"typedoc-plugin-markdown": "^4.10.0",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"audio-decode": "^2.1.3",
|
||||
"audio-decode": "^2.2.3",
|
||||
"jimp": "^1.6.0",
|
||||
"link-preview-js": "^3.0.0",
|
||||
"link-preview-js": "^4.0.0",
|
||||
"sharp": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
||||
Reference in New Issue
Block a user