Skip to content

Commit b5b8b98

Browse files
committed
chore: add crt devDep to e2e tests
1 parent af47d62 commit b5b8b98

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

clients/client-eventbridge/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"tslib": "^2.5.0"
6363
},
6464
"devDependencies": {
65+
"@aws-sdk/signature-v4-crt": "*",
6566
"@smithy/service-client-documentation-generator": "^2.1.1",
6667
"@tsconfig/node14": "1.0.3",
6768
"@types/node": "^14.14.31",

clients/client-s3/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"tslib": "^2.5.0"
8484
},
8585
"devDependencies": {
86+
"@aws-sdk/signature-v4-crt": "*",
8687
"@smithy/service-client-documentation-generator": "^2.1.1",
8788
"@tsconfig/node14": "1.0.3",
8889
"@types/chai": "^4.2.11",

clients/client-s3/src/models/models_0.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// smithy-typescript generated code
22
import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client";
3-
43
import { StreamingBlobTypes } from "@smithy/types";
54

65
import { S3ServiceException as __BaseException } from "./S3ServiceException";

clients/client-s3/src/models/models_1.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// smithy-typescript generated code
22
import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client";
3-
43
import { StreamingBlobTypes } from "@smithy/types";
54

65
import {
@@ -28,7 +27,6 @@ import {
2827
StorageClass,
2928
Tag,
3029
} from "./models_0";
31-
3230
import { S3ServiceException as __BaseException } from "./S3ServiceException";
3331

3432
/**

0 commit comments

Comments
 (0)