Skip to content

Commit d206981

Browse files
authored
chore: fix auxiliary publishing for @aws-sdk/client-sts (#2610)
1 parent b8a0a4c commit d206981

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/node-runtime-worker-thread/webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ const config = {
2828
interruptor: 'commonjs2 interruptor',
2929
'os-dns-native': 'commonjs2 os-dns-native',
3030
'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',
3134
},
3235
};
3336

0 commit comments

Comments
 (0)