Skip to content

Commit 316c03a

Browse files
committed
fix: add check dependency script
1 parent 5cd2feb commit 316c03a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/smithy-client/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"@smithy/middleware-stack": "workspace:^",
2828
"@smithy/protocol-http": "workspace:^",
2929
"@smithy/types": "workspace:^",
30+
"@smithy/middleware-endpoint": "workspace:^",
31+
"@smithy/protocol-http": "workspace:^",
3032
"@smithy/util-stream": "workspace:^",
3133
"tslib": "^2.5.0"
3234
},

packages/smithy-client/src/command.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<<<<<<< HEAD
2+
<<<<<<< HEAD
23
import type { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
34
=======
45
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
56
>>>>>>> d3694aaca (command class builder)
7+
=======
8+
import type { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
9+
>>>>>>> 4c8f1da50 (fix: add check dependency script)
610
import { constructStack } from "@smithy/middleware-stack";
711
import type { HttpRequest } from "@smithy/protocol-http";
812
import type {

0 commit comments

Comments
 (0)