@apify/utilities
Advanced tools
Comparing version
@@ -250,3 +250,3 @@ import { Log } from '@apify/log'; | ||
declare function retryWithExpBackoff<T>(params?: { | ||
func?: (...args: unknown[]) => T; | ||
func?: (...args: unknown[]) => T | Promise<T>; | ||
expBackoffMillis?: number; | ||
@@ -260,3 +260,3 @@ expBackoffMaxRepeats?: number; | ||
MONGODB_WRITE = "MONGODB_WRITE", | ||
REDIS = "REDIS", | ||
REDIS = "REDIS",// Old alias for 'REDIS_WRITE', deprecated | ||
REDIS_PING = "REDIS_PING", | ||
@@ -263,0 +263,0 @@ REDIS_WRITE = "REDIS_WRITE" |
{ | ||
"name": "@apify/utilities", | ||
"version": "2.10.5", | ||
"version": "2.10.6", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -52,3 +52,3 @@ "main": "./cjs/index.cjs", | ||
"@apify/consts": "^2.29.0", | ||
"@apify/log": "^2.5.4" | ||
"@apify/log": "^2.5.5" | ||
}, | ||
@@ -58,3 +58,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a8e54286093c840cb2b3c398d4fa97db23ca5770" | ||
"gitHead": "33a42ef830b2d1d2bd6858b591f46b8fefd197cb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
355236
-0.03%4368
-1.71%Updated