We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@aws-sdk/client-sts
1 parent b8a0a4c commit d206981Copy full SHA for d206981
packages/node-runtime-worker-thread/webpack.config.js
@@ -28,6 +28,9 @@ const config = {
28
interruptor: 'commonjs2 interruptor',
29
'os-dns-native': 'commonjs2 os-dns-native',
30
'system-ca': 'commonjs2 system-ca',
31
+ // TODO(MONGOSH-3055): This is a temporary workaround.
32
+ // @aws-sdk/client-sts is an optional peer dependency of @aws-sdk/credential-providers
33
+ '@aws-sdk/client-sts': 'commonjs2 @aws-sdk/client-sts',
34
},
35
};
36
0 commit comments