File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 27
27
"@smithy/middleware-stack" : " workspace:^" ,
28
28
"@smithy/protocol-http" : " workspace:^" ,
29
29
"@smithy/types" : " workspace:^" ,
30
+ "@smithy/middleware-endpoint" : " workspace:^" ,
31
+ "@smithy/protocol-http" : " workspace:^" ,
30
32
"@smithy/util-stream" : " workspace:^" ,
31
33
"tslib" : " ^2.5.0"
32
34
},
Original file line number Diff line number Diff line change 1
1
< < < << << HEAD
2
+ < << << << HEAD
2
3
import type { EndpointParameterInstructions } from "@smithy/middleware-endpoint" ;
3
4
=== === =
4
5
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint" ;
5
6
>>> >>> > d3694aaca ( command class builder )
7
+ === = ===
8
+ import type { EndpointParameterInstructions } from "@smithy/middleware-endpoint" ;
9
+ > >>> >>> 4 c8f1da50 ( fix : add check dependency script )
6
10
import { constructStack } from "@smithy/middleware-stack" ;
7
11
import type { HttpRequest } from "@smithy/protocol-http" ;
8
12
import type {
You can’t perform that action at this time.
0 commit comments