@defer/client
Advanced tools
Comparing version 1.3.0-alpha-20230411012807-44ca317 to 1.3.0-alpha-20230413192620-463ad3e
@@ -77,6 +77,6 @@ "use strict"; | ||
maxAttempts: 13, | ||
initialInterval: 0.5, | ||
initialInterval: 30, | ||
randomizationFactor: 0.5, | ||
multiplier: 1.5, | ||
maxInterval: 60, | ||
maxInterval: 60 * 10, | ||
}; | ||
@@ -83,0 +83,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.3.0-alpha-20230411012807-44ca317"; | ||
exports.default = "1.3.0-alpha-20230413192620-463ad3e"; |
@@ -68,6 +68,6 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
maxAttempts: 13, | ||
initialInterval: 0.5, | ||
initialInterval: 30, | ||
randomizationFactor: 0.5, | ||
multiplier: 1.5, | ||
maxInterval: 60, | ||
maxInterval: 60 * 10, | ||
}; | ||
@@ -74,0 +74,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export default "1.3.0-alpha-20230411012807-44ca317"; | ||
export default "1.3.0-alpha-20230413192620-463ad3e"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.3.0-alpha-20230411012807-44ca317", | ||
"version": "1.3.0-alpha-20230413192620-463ad3e", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.3.0-alpha-20230411012807-44ca317"; | ||
declare const _default: "1.3.0-alpha-20230413192620-463ad3e"; | ||
export default _default; |
Sorry, the diff of this file is not supported yet
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
42804