@smithy/middleware-retry
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@smithy/middleware-retry", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"scripts": { | ||
@@ -15,3 +15,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"extract:docs": "api-extractor run --local", | ||
"test": "jest" | ||
"test": "jest", | ||
"test:integration": "jest --config jest.config.integ.js" | ||
}, | ||
@@ -27,5 +28,5 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/protocol-http": "^2.0.4", | ||
"@smithy/protocol-http": "^2.0.5", | ||
"@smithy/service-error-classification": "^2.0.0", | ||
"@smithy/types": "^2.2.1", | ||
"@smithy/types": "^2.2.2", | ||
"@smithy/util-middleware": "^2.0.0", | ||
@@ -37,3 +38,4 @@ "@smithy/util-retry": "^2.0.0", | ||
"devDependencies": { | ||
"@smithy/node-config-provider": "^2.0.4", | ||
"@smithy/node-config-provider": "^2.0.5", | ||
"@smithy/util-test": "^0.0.0", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -40,0 +42,0 @@ "@types/uuid": "^8.3.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
62877
10
Updated@smithy/protocol-http@^2.0.5
Updated@smithy/types@^2.2.2