@aws-sdk/middleware-retry
Advanced tools
Comparing version 3.310.0 to 3.325.0
{ | ||
"name": "@aws-sdk/middleware-retry", | ||
"version": "3.310.0", | ||
"version": "3.325.0", | ||
"scripts": { | ||
@@ -12,3 +12,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", | ||
"test": "jest" | ||
"test": "jest", | ||
"test:integration": "jest -c jest.config.integ.js" | ||
}, | ||
@@ -15,0 +16,0 @@ "main": "./dist-cjs/index.js", |
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
59642