feat: download zip instead of tar

This commit is contained in:
tdurieux
2021-09-12 00:06:17 +02:00
parent bafa0b325b
commit 486ad634ca
6 changed files with 245 additions and 354 deletions

View File

@@ -27,18 +27,17 @@
"@octokit/oauth-app": "^3.3.2",
"@octokit/rest": "^18.5.3",
"@pm2/io": "^5.0.0",
"archive-stream-to-s3": "^1.1.3",
"archiver": "^5.3.0",
"aws-sdk": "^2.958.0",
"bull": "^3.29.2",
"compression": "^1.7.4",
"connect-redis": "^6.0.0",
"decompress-stream-to-s3": "^1.2.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"got": "^11.8.2",
"gunzip-maybe": "^1.4.2",
"istextorbinary": "^6.0.0",
"mime-types": "^2.1.30",
"mongoose": "^5.13.5",
@@ -48,9 +47,9 @@
"passport-github2": "^0.1.12",
"rate-limit-redis": "^2.1.0",
"redis": "^3.1.2",
"tar-fs": "^2.1.1",
"textextensions": "^5.12.0",
"ts-custom-error": "^3.2.0",
"unzip-stream": "^0.3.1",
"xml-flow": "^1.0.4"
},
"devDependencies": {
@@ -69,6 +68,7 @@
"@types/rate-limit-redis": "^1.7.2",
"@types/redis": "^2.8.31",
"@types/tar-fs": "^2.0.1",
"@types/unzip-stream": "^0.3.1",
"@types/xml-flow": "^1.0.1",
"chai": "^4.3.4",
"mocha": "^9.0.3",