Skip to content

Commit

Permalink
chore(ec2-metadata-service): set @smithy/protocol-http dependency (#5922
Browse files Browse the repository at this point in the history
)
  • Loading branch information
siddsriv authored Mar 20, 2024
1 parent 75c4599 commit 0559ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ec2-metadata-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"dependencies": {
"@aws-sdk/protocol-http": "*",
"@smithy/protocol-http": "^3.3.0",
"@aws-sdk/types": "*",
"@smithy/node-config-provider": "^2.3.0",
"@smithy/node-http-handler": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ec2-metadata-service/src/MetadataService.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HttpRequest } from "@aws-sdk/protocol-http";
import { HttpHandlerOptions } from "@aws-sdk/types";
import { loadConfig } from "@smithy/node-config-provider";
import { NodeHttpHandler } from "@smithy/node-http-handler";
import { HttpRequest } from "@smithy/protocol-http";
import { sdkStreamMixin } from "@smithy/util-stream";

import { ENDPOINT_SELECTORS, IMDSv1_DISABLED_SELECTORS } from "./ConfigLoaders";
Expand Down

0 comments on commit 0559ead

Please sign in to comment.