ZSTD on gateway

This commit is contained in:
Rory&
2025-10-17 11:58:53 +02:00
parent eef3fee049
commit 37594a5bec
8 changed files with 42 additions and 27 deletions

View File

@@ -72,6 +72,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.911.0",
"@toondepauw/node-zstd": "^1.2.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"amqplib": "^0.10.9",
@@ -102,10 +103,12 @@
"murmurhash-js": "^1.0.0",
"node-2fa": "^2.0.3",
"node-fetch-commonjs": "^3.3.2",
"pg": "^8.16.3",
"picocolors": "^1.1.1",
"probe-image-size": "^7.2.3",
"proxy-agent": "^6.5.0",
"reflect-metadata": "^0.2.2",
"sqlite3": "^5.1.7",
"tslib": "^2.8.1",
"typeorm": "^0.3.27",
"typescript-json-schema": "^0.65.1",
@@ -127,8 +130,6 @@
"jimp": "^1.6.0",
"mailgun.js": "^12.1.1",
"node-mailjet": "^6.0.9",
"nodemailer": "^7.0.9",
"pg": "^8.16.3",
"sqlite3": "^5.1.7"
"nodemailer": "^7.0.9"
}
}