Skip to content

Commit

Permalink
chore: add crt devDep to e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jan 29, 2024
1 parent af47d62 commit b5b8b98
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions clients/client-eventbridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@aws-sdk/signature-v4-crt": "*",
"@smithy/service-client-documentation-generator": "^2.1.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "^14.14.31",
Expand Down
1 change: 1 addition & 0 deletions clients/client-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@aws-sdk/signature-v4-crt": "*",
"@smithy/service-client-documentation-generator": "^2.1.1",
"@tsconfig/node14": "1.0.3",
"@types/chai": "^4.2.11",
Expand Down
1 change: 0 additions & 1 deletion clients/client-s3/src/models/models_0.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// smithy-typescript generated code
import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client";

import { StreamingBlobTypes } from "@smithy/types";

import { S3ServiceException as __BaseException } from "./S3ServiceException";
Expand Down
2 changes: 0 additions & 2 deletions clients/client-s3/src/models/models_1.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// smithy-typescript generated code
import { ExceptionOptionType as __ExceptionOptionType, SENSITIVE_STRING } from "@smithy/smithy-client";

import { StreamingBlobTypes } from "@smithy/types";

import {
Expand Down Expand Up @@ -28,7 +27,6 @@ import {
StorageClass,
Tag,
} from "./models_0";

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

/**
Expand Down

0 comments on commit b5b8b98

Please sign in to comment.