1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

Merge pull request #185 from sasjs/issue183

fix(appstream): should serve only new files for same app stream name …
This commit is contained in:
Allan Bowe
2022-06-02 11:25:27 +03:00
committed by GitHub
5 changed files with 104 additions and 15 deletions

View File

@@ -63,7 +63,8 @@
"mongoose-sequence": "^5.3.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"swagger-ui-express": "4.3.0"
"swagger-ui-express": "4.3.0",
"url": "^0.10.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",