@aws-sdk/middleware-sdk-api-gateway
Advanced tools
Comparing version 3.357.0 to 3.363.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAcceptHeaderPlugin = exports.acceptHeaderMiddlewareOptions = exports.acceptHeaderMiddleware = void 0; | ||
const protocol_http_1 = require("@aws-sdk/protocol-http"); | ||
const protocol_http_1 = require("@smithy/protocol-http"); | ||
function acceptHeaderMiddleware() { | ||
@@ -6,0 +6,0 @@ return (next) => async (args) => { |
@@ -1,2 +0,2 @@ | ||
import { HttpRequest } from "@aws-sdk/protocol-http"; | ||
import { HttpRequest } from "@smithy/protocol-http"; | ||
export function acceptHeaderMiddleware() { | ||
@@ -3,0 +3,0 @@ return (next) => async (args) => { |
@@ -1,4 +0,4 @@ | ||
import { BuildHandlerOptions, BuildMiddleware, Pluggable } from "@aws-sdk/types"; | ||
import { BuildHandlerOptions, BuildMiddleware, Pluggable } from "@smithy/types"; | ||
export declare function acceptHeaderMiddleware(): BuildMiddleware<any, any>; | ||
export declare const acceptHeaderMiddlewareOptions: BuildHandlerOptions; | ||
export declare const getAcceptHeaderPlugin: (unused: any) => Pluggable<any, any>; |
@@ -1,6 +0,2 @@ | ||
import { | ||
BuildHandlerOptions, | ||
BuildMiddleware, | ||
Pluggable, | ||
} from "@aws-sdk/types"; | ||
import { BuildHandlerOptions, BuildMiddleware, Pluggable } from "@smithy/types"; | ||
export declare function acceptHeaderMiddleware(): BuildMiddleware<any, any>; | ||
@@ -7,0 +3,0 @@ export declare const acceptHeaderMiddlewareOptions: BuildHandlerOptions; |
{ | ||
"name": "@aws-sdk/middleware-sdk-api-gateway", | ||
"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
15941
1
4
69
+ 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)