@smithy/middleware-compression
Advanced tools
Comparing version 3.0.11 to 3.0.12
@@ -124,3 +124,3 @@ var __defProp = Object.defineProperty; | ||
...headers, | ||
"content-encoding": `${headers["content-encoding"]},${algorithm}` | ||
"content-encoding": `${headers["content-encoding"]}, ${algorithm}` | ||
}; | ||
@@ -127,0 +127,0 @@ } else { |
@@ -43,3 +43,3 @@ import { HttpRequest } from "@smithy/protocol-http"; | ||
...headers, | ||
"content-encoding": `${headers["content-encoding"]},${algorithm}`, | ||
"content-encoding": `${headers["content-encoding"]}, ${algorithm}`, | ||
}; | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "@smithy/middleware-compression", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"description": "Middleware and Plugin for request compression.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
35544