@defer.run/client
Advanced tools
Comparing version 0.5.0-alpha-20230208140706-398a6bf to 0.5.0-alpha-20230208142229-47501ff
{ | ||
"name": "@defer.run/client", | ||
"version": "0.5.0-alpha-20230208140706-398a6bf", | ||
"version": "0.5.0-alpha-20230208142229-47501ff", | ||
"description": "cua JavaScript client", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -20,3 +20,3 @@ import type { Units } from "parse-duration"; | ||
cron?: string; | ||
retry?: RetryPolicy | boolean | undefined; | ||
retry?: RetryPolicy | boolean | 1 | 2 | 3 | 4 | 5 | undefined; | ||
}; | ||
@@ -46,3 +46,3 @@ } | ||
export interface DeferOptions { | ||
retry?: RetryPolicy | boolean; | ||
retry?: RetryPolicy | boolean | 1 | 2 | 3 | 4 | 5; | ||
} | ||
@@ -49,0 +49,0 @@ export interface RetryPolicy { |
Sorry, the diff of this file is not supported yet
31180