@aws-sdk/util-retry
Advanced tools
Comparing version 3.370.0 to 3.374.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./AdaptiveRetryStrategy"), exports); | ||
tslib_1.__exportStar(require("./ConfiguredRetryStrategy"), exports); | ||
tslib_1.__exportStar(require("./DefaultRateLimiter"), exports); | ||
tslib_1.__exportStar(require("./StandardRetryStrategy"), exports); | ||
tslib_1.__exportStar(require("./config"), exports); | ||
tslib_1.__exportStar(require("./constants"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
tslib_1.__exportStar(require("@smithy/util-retry"), exports); |
@@ -1,7 +0,1 @@ | ||
export * from "./AdaptiveRetryStrategy"; | ||
export * from "./ConfiguredRetryStrategy"; | ||
export * from "./DefaultRateLimiter"; | ||
export * from "./StandardRetryStrategy"; | ||
export * from "./config"; | ||
export * from "./constants"; | ||
export * from "./types"; | ||
export * from "@smithy/util-retry"; |
@@ -1,7 +0,1 @@ | ||
export * from "./AdaptiveRetryStrategy"; | ||
export * from "./ConfiguredRetryStrategy"; | ||
export * from "./DefaultRateLimiter"; | ||
export * from "./StandardRetryStrategy"; | ||
export * from "./config"; | ||
export * from "./constants"; | ||
export * from "./types"; | ||
export * from "@smithy/util-retry"; |
@@ -1,7 +0,1 @@ | ||
export * from "./AdaptiveRetryStrategy"; | ||
export * from "./ConfiguredRetryStrategy"; | ||
export * from "./DefaultRateLimiter"; | ||
export * from "./StandardRetryStrategy"; | ||
export * from "./config"; | ||
export * from "./constants"; | ||
export * from "./types"; | ||
export * from "@smithy/util-retry"; |
{ | ||
"name": "@aws-sdk/util-retry", | ||
"version": "3.370.0", | ||
"version": "3.374.0", | ||
"description": "Shared retry utilities to be used in middleware packages.", | ||
@@ -16,3 +16,3 @@ "main": "./dist-cjs/index.js", | ||
"extract:docs": "api-extractor run --local", | ||
"test": "jest" | ||
"test": "exit 0" | ||
}, | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@aws-sdk/service-error-classification": "3.370.0", | ||
"@smithy/util-retry": "^1.0.3", | ||
"tslib": "^2.5.0" | ||
@@ -32,0 +32,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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
15700
7
7
1
2
+ Added@smithy/util-retry@^1.0.3
+ Added@smithy/service-error-classification@1.1.0(transitive)
+ Added@smithy/util-retry@1.1.0(transitive)
- Removed@aws-sdk/service-error-classification@3.370.0(transitive)