@defer/client
Advanced tools
Comparing version 1.5.0-alpha-20230622122741-07a533b to 1.5.0-alpha-20230622160059-7f9ebe6
@@ -110,6 +110,3 @@ "use strict"; | ||
}; | ||
ret.__fn = | ||
typeof options?.timeout === "boolean" && options?.timeout === false | ||
? fn | ||
: (0, timeoutable_js_1.timeoutable)(fn, options?.timeout || constants_js_1.EXECUTION_DEFAULT_TIMEMOUT); | ||
ret.__fn = (0, timeoutable_js_1.timeoutable)(fn, options?.timeout || constants_js_1.EXECUTION_DEFAULT_TIMEMOUT); | ||
const retryPolicy = defaultRetryPolicy(); | ||
@@ -116,0 +113,0 @@ switch (typeof options?.retry) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.5.0-alpha-20230622122741-07a533b"; | ||
exports.default = "1.5.0-alpha-20230622160059-7f9ebe6"; |
@@ -101,6 +101,3 @@ import { v4 as randomUUID } from "uuid"; | ||
}; | ||
ret.__fn = | ||
typeof options?.timeout === "boolean" && options?.timeout === false | ||
? fn | ||
: timeoutable(fn, options?.timeout || EXECUTION_DEFAULT_TIMEMOUT); | ||
ret.__fn = timeoutable(fn, options?.timeout || EXECUTION_DEFAULT_TIMEMOUT); | ||
const retryPolicy = defaultRetryPolicy(); | ||
@@ -107,0 +104,0 @@ switch (typeof options?.retry) { |
@@ -1,1 +0,1 @@ | ||
export default "1.5.0-alpha-20230622122741-07a533b"; | ||
export default "1.5.0-alpha-20230622160059-7f9ebe6"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.5.0-alpha-20230622122741-07a533b", | ||
"version": "1.5.0-alpha-20230622160059-7f9ebe6", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.5.0-alpha-20230622122741-07a533b"; | ||
declare const _default: "1.5.0-alpha-20230622160059-7f9ebe6"; | ||
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
53922
1283