Skip to content

Commit 3eb09aa

Browse files
fix(core): Strict dependency for @smithy/core (#1116)
* strict core deps * add changeset
1 parent 7748297 commit 3eb09aa

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/soft-scissors-brake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smithy/core": patch
3+
---
4+
5+
fix(core): strict core deps

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@smithy/protocol-http": "workspace:^",
3030
"@smithy/smithy-client": "workspace:^",
3131
"@smithy/types": "workspace:^",
32+
"@smithy/util-middleware": "workspace:^",
3233
"tslib": "^2.5.0"
3334
},
3435
"engines": {

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,6 +1781,7 @@ __metadata:
17811781
"@smithy/protocol-http": "workspace:^"
17821782
"@smithy/smithy-client": "workspace:^"
17831783
"@smithy/types": "workspace:^"
1784+
"@smithy/util-middleware": "workspace:^"
17841785
"@tsconfig/recommended": 1.0.1
17851786
concurrently: 7.0.0
17861787
downlevel-dts: 0.10.1

0 commit comments

Comments
 (0)