Skip to content

Commit

Permalink
fix(packages): move @smithy/node-config-provider to deps (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Sep 7, 2023
1 parent c4e16cf commit d3daa89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/forty-shrimps-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@smithy/middleware-retry": patch
"@smithy/config-resolver": patch
---

Move @smithy/node-config-provider to deps
2 changes: 1 addition & 1 deletion packages/config-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@smithy/node-config-provider": "workspace:^",
"@smithy/types": "workspace:^",
"@smithy/util-config-provider": "workspace:^",
"@smithy/util-middleware": "workspace:^",
"tslib": "^2.5.0"
},
"devDependencies": {
"@smithy/node-config-provider": "workspace:^",
"@tsconfig/recommended": "1.0.1",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@smithy/node-config-provider": "workspace:^",
"@smithy/protocol-http": "workspace:^",
"@smithy/service-error-classification": "workspace:^",
"@smithy/types": "workspace:^",
Expand All @@ -33,7 +34,6 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@smithy/node-config-provider": "workspace:^",
"@smithy/util-test": "workspace:^",
"@tsconfig/recommended": "1.0.1",
"@types/uuid": "^8.3.0",
Expand Down

0 comments on commit d3daa89

Please sign in to comment.