Skip to content

Commit

Permalink
Add missing dependency of @smithy/shared-ini-file-loader (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Oct 12, 2023
1 parent 3a5afa4 commit afaa68a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-berries-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@smithy/middleware-endpoint": patch
---

Add missing dependency @smithy/shared-ini-file-loader
1 change: 1 addition & 0 deletions packages/middleware-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"dependencies": {
"@smithy/middleware-serde": "workspace:^",
"@smithy/node-config-provider": "workspace:^",
"@smithy/shared-ini-file-loader": "workspace:^",
"@smithy/types": "workspace:^",
"@smithy/url-parser": "workspace:^",
"@smithy/util-middleware": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2074,6 +2074,7 @@ __metadata:
dependencies:
"@smithy/middleware-serde": "workspace:^"
"@smithy/node-config-provider": "workspace:^"
"@smithy/shared-ini-file-loader": "workspace:^"
"@smithy/types": "workspace:^"
"@smithy/url-parser": "workspace:^"
"@smithy/util-middleware": "workspace:^"
Expand Down

0 comments on commit afaa68a

Please sign in to comment.