@smithy/middleware-compression
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "@smithy/middleware-compression", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Middleware and Plugin for request compression.", | ||
@@ -13,3 +13,4 @@ "scripts": { | ||
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0", | ||
"test": "yarn g:jest" | ||
"test": "yarn g:vitest run", | ||
"test:watch": "yarn g:vitest watch" | ||
}, | ||
@@ -19,9 +20,9 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/core": "^2.5.1", | ||
"@smithy/core": "^2.5.2", | ||
"@smithy/is-array-buffer": "^3.0.0", | ||
"@smithy/node-config-provider": "^3.1.9", | ||
"@smithy/protocol-http": "^4.1.5", | ||
"@smithy/types": "^3.6.0", | ||
"@smithy/node-config-provider": "^3.1.10", | ||
"@smithy/protocol-http": "^4.1.6", | ||
"@smithy/types": "^3.7.0", | ||
"@smithy/util-config-provider": "^3.0.0", | ||
"@smithy/util-middleware": "^3.0.8", | ||
"@smithy/util-middleware": "^3.0.9", | ||
"@smithy/util-utf8": "^3.0.0", | ||
@@ -28,0 +29,0 @@ "fflate": "0.8.1", |
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
36050
Updated@smithy/core@^2.5.2
Updated@smithy/protocol-http@^4.1.6
Updated@smithy/types@^3.7.0