Skip to content

Commit 932bdfa

Browse files
authored
fix(middleware-bucket-endpoint): move @smithy/node-config-provider to deps (#5196)
1 parent f18ab31 commit 932bdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/middleware-bucket-endpoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"dependencies": {
2424
"@aws-sdk/types": "*",
2525
"@aws-sdk/util-arn-parser": "*",
26+
"@smithy/node-config-provider": "^2.0.6",
2627
"@smithy/protocol-http": "^2.0.5",
2728
"@smithy/types": "^2.2.2",
2829
"@smithy/util-config-provider": "^2.0.0",
2930
"tslib": "^2.5.0"
3031
},
3132
"devDependencies": {
32-
"@smithy/node-config-provider": "^2.0.6",
3333
"@tsconfig/recommended": "1.0.1",
3434
"concurrently": "7.0.0",
3535
"downlevel-dts": "0.10.1",

0 commit comments

Comments
 (0)