Skip to content

Commit f2e383f

Browse files
fix(cli-repl): re-add aws4 as dependency to cli-repl to enable AWS auth MONGOSH-1046 (#1149)
Co-authored-by: Denise Sanders <[email protected]>
1 parent 3507539 commit f2e383f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/service-provider-server/package-lock.json

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

packages/service-provider-server/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test-ci": "node ../../scripts/run-if-package-requested.js npm test",
1818
"prepublish": "npm run compile-ts",
1919
"lint": "eslint --report-unused-disable-directives \"./{src,test}/**/*.{js,ts,tsx}\"",
20-
"check": "npm run lint && depcheck --skip-missing=true"
20+
"check": "npm run lint && depcheck --skip-missing=true --ignores aws4"
2121
},
2222
"license": "Apache-2.0",
2323
"publishConfig": {
@@ -42,9 +42,10 @@
4242
"@mongosh/service-provider-core": "0.0.0-dev.0",
4343
"@mongosh/types": "0.0.0-dev.0",
4444
"@types/sinon-chai": "^3.2.3",
45+
"aws4": "^1.11.0",
4546
"mongodb": "^4.1.3",
46-
"saslprep": "mongodb-js/saslprep#v1.0.4",
47-
"mongodb-connection-string-url": "^2.0.0"
47+
"mongodb-connection-string-url": "^2.0.0",
48+
"saslprep": "mongodb-js/saslprep#v1.0.4"
4849
},
4950
"optionalDependencies": {
5051
"mongodb-client-encryption": "^2.0.0-beta.0",

0 commit comments

Comments
 (0)