@smithy/middleware-apply-body-checksum
Advanced tools
Comparing version 3.0.10 to 3.0.11
{ | ||
"name": "@smithy/middleware-apply-body-checksum", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"scripts": { | ||
@@ -14,4 +14,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
"test": "yarn g:jest --coverage", | ||
"test:integration": "yarn g:jest --config jest.config.integ.js" | ||
"test": "yarn g:vitest run", | ||
"test:integration": "yarn g:vitest run -c vitest.config.integ.ts", | ||
"test:watch": "yarn g:vitest watch", | ||
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts" | ||
}, | ||
@@ -28,4 +30,4 @@ "main": "./dist-cjs/index.js", | ||
"@smithy/is-array-buffer": "^3.0.0", | ||
"@smithy/protocol-http": "^4.1.5", | ||
"@smithy/types": "^3.6.0", | ||
"@smithy/protocol-http": "^4.1.6", | ||
"@smithy/types": "^3.7.0", | ||
"tslib": "^2.6.2" | ||
@@ -32,0 +34,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
22781
Updated@smithy/protocol-http@^4.1.6
Updated@smithy/types@^3.7.0