@aws-sdk/middleware-host-header
Advanced tools
Comparing version 3.357.0 to 3.363.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getHostHeaderPlugin = exports.hostHeaderMiddlewareOptions = exports.hostHeaderMiddleware = exports.resolveHostHeaderConfig = void 0; | ||
const protocol_http_1 = require("@aws-sdk/protocol-http"); | ||
const protocol_http_1 = require("@smithy/protocol-http"); | ||
function resolveHostHeaderConfig(input) { | ||
@@ -6,0 +6,0 @@ return input; |
@@ -1,2 +0,2 @@ | ||
import { HttpRequest } from "@aws-sdk/protocol-http"; | ||
import { HttpRequest } from "@smithy/protocol-http"; | ||
export function resolveHostHeaderConfig(input) { | ||
@@ -3,0 +3,0 @@ return input; |
@@ -1,2 +0,2 @@ | ||
import { AbsoluteLocation, BuildHandlerOptions, BuildMiddleware, Pluggable, RequestHandler } from "@aws-sdk/types"; | ||
import { AbsoluteLocation, BuildHandlerOptions, BuildMiddleware, Pluggable, RequestHandler } from "@smithy/types"; | ||
export interface HostHeaderInputConfig { | ||
@@ -3,0 +3,0 @@ } |
@@ -7,3 +7,3 @@ import { | ||
RequestHandler, | ||
} from "@aws-sdk/types"; | ||
} from "@smithy/types"; | ||
export interface HostHeaderInputConfig {} | ||
@@ -10,0 +10,0 @@ interface PreviouslyResolved { |
{ | ||
"name": "@aws-sdk/middleware-host-header", | ||
"version": "3.357.0", | ||
"version": "3.363.0", | ||
"scripts": { | ||
@@ -24,4 +24,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@aws-sdk/protocol-http": "3.357.0", | ||
"@aws-sdk/types": "3.357.0", | ||
"@smithy/protocol-http": "^1.1.0", | ||
"@smithy/types": "^1.1.0", | ||
"tslib": "^2.5.0" | ||
@@ -28,0 +29,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17809
1
4
+ Added@smithy/protocol-http@^1.1.0
+ Added@smithy/types@^1.1.0
+ Added@smithy/protocol-http@1.2.0(transitive)
+ Added@smithy/types@1.2.0(transitive)
- Removed@aws-sdk/protocol-http@3.357.0
- Removed@aws-sdk/protocol-http@3.357.0(transitive)