Skip to content

Commit d3daa89

Browse files
authored
fix(packages): move @smithy/node-config-provider to deps (#905)
1 parent c4e16cf commit d3daa89

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/forty-shrimps-act.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@smithy/middleware-retry": patch
3+
"@smithy/config-resolver": patch
4+
---
5+
6+
Move @smithy/node-config-provider to deps

packages/config-resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26+
"@smithy/node-config-provider": "workspace:^",
2627
"@smithy/types": "workspace:^",
2728
"@smithy/util-config-provider": "workspace:^",
2829
"@smithy/util-middleware": "workspace:^",
2930
"tslib": "^2.5.0"
3031
},
3132
"devDependencies": {
32-
"@smithy/node-config-provider": "workspace:^",
3333
"@tsconfig/recommended": "1.0.1",
3434
"concurrently": "7.0.0",
3535
"downlevel-dts": "0.10.1",

packages/middleware-retry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"license": "Apache-2.0",
2626
"dependencies": {
27+
"@smithy/node-config-provider": "workspace:^",
2728
"@smithy/protocol-http": "workspace:^",
2829
"@smithy/service-error-classification": "workspace:^",
2930
"@smithy/types": "workspace:^",
@@ -33,7 +34,6 @@
3334
"uuid": "^8.3.2"
3435
},
3536
"devDependencies": {
36-
"@smithy/node-config-provider": "workspace:^",
3737
"@smithy/util-test": "workspace:^",
3838
"@tsconfig/recommended": "1.0.1",
3939
"@types/uuid": "^8.3.0",

0 commit comments

Comments
 (0)