Skip to content

Commit 9ac1a7e

Browse files
committed
chore: install aws-sdk and uuid
1 parent 699be58 commit 9ac1a7e

File tree

2 files changed

+129
-3
lines changed

2 files changed

+129
-3
lines changed

package-lock.json

Lines changed: 125 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@types/mongoose": "^5.7.23",
2626
"@typescript-eslint/eslint-plugin": "^3.2.0",
2727
"@typescript-eslint/parser": "^3.2.0",
28+
"aws-sdk": "^2.729.0",
2829
"bluebird": "^3.7.2",
2930
"cors": "^2.8.5",
3031
"feathers-hooks-common": "^5.0.3",
@@ -33,6 +34,7 @@
3334
"mongoose": "^5.9.18",
3435
"ts-node": "^8.10.2",
3536
"typescript": "^3.9.5",
37+
"uuid": "^8.3.0",
3638
"which-types": "^1.6.1"
3739
},
3840
"repository": {
@@ -45,6 +47,8 @@
4547
"homepage": "https://github.com/eug-vs/which-api#readme",
4648
"description": "",
4749
"devDependencies": {
50+
"@types/aws-sdk": "^2.7.0",
51+
"@types/uuid": "^8.0.1",
4852
"eslint": "^7.2.0",
4953
"eslint-config-airbnb-typescript": "^8.0.2",
5054
"eslint-plugin-import": "^2.21.2"

0 commit comments

Comments
 (0)