@apify/utilities
Advanced tools
Comparing version 2.9.9 to 2.10.0
@@ -1,2 +0,2 @@ | ||
import { Log, Exception } from '@apify/log'; | ||
import { Log } from '@apify/log'; | ||
import { Transform, TransformCallback, Readable, PassThrough } from 'stream'; | ||
@@ -244,6 +244,6 @@ import { KeyObject } from 'crypto'; | ||
declare class RetryableError extends Error { | ||
readonly error: Exception; | ||
constructor(error: Error | Exception, ...args: unknown[]); | ||
readonly error: Error; | ||
constructor(error: Error, ...args: unknown[]); | ||
} | ||
interface RetryableError extends Exception { | ||
interface RetryableError extends Error { | ||
} | ||
@@ -250,0 +250,0 @@ declare function retryWithExpBackoff<T>(params?: { |
{ | ||
"name": "@apify/utilities", | ||
"version": "2.9.9", | ||
"version": "2.10.0", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -52,3 +52,3 @@ "main": "./cjs/index.cjs", | ||
"@apify/consts": "^2.26.0", | ||
"@apify/log": "^2.4.9" | ||
"@apify/log": "^2.5.0" | ||
}, | ||
@@ -58,3 +58,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "bbbd929dd531566d9db0b817035c5f43d6645bb1" | ||
"gitHead": "24427821940e4b356acd7463e1c1d8d9901f2ef0" | ||
} |
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
355244
Updated@apify/log@^2.5.0