@webiny/utils
Advanced tools
Comparing version 5.39.10-beta.1 to 5.39.10-beta.2
import pRetry from "p-retry"; | ||
export declare const executeWithRetry: <T>(execute: () => Promise<T>, options?: Parameters<typeof pRetry>[1]) => Promise<T>; | ||
export declare type ExecuteWithRetryOptions = Parameters<typeof pRetry>[1]; | ||
export declare const executeWithRetry: <T>(execute: () => Promise<T>, options?: ExecuteWithRetryOptions) => Promise<T>; |
{ | ||
"name": "@webiny/utils", | ||
"version": "5.39.10-beta.1", | ||
"version": "5.39.10-beta.2", | ||
"main": "index.js", | ||
@@ -18,3 +18,3 @@ "types": "index.d.ts", | ||
"dependencies": { | ||
"@webiny/error": "5.39.10-beta.1", | ||
"@webiny/error": "5.39.10-beta.2", | ||
"mdbid": "1.0.0", | ||
@@ -31,4 +31,4 @@ "nanoid": "3.3.4", | ||
"@babel/runtime": "7.22.6", | ||
"@webiny/cli": "5.39.10-beta.1", | ||
"@webiny/project-utils": "5.39.10-beta.1", | ||
"@webiny/cli": "5.39.10-beta.2", | ||
"@webiny/project-utils": "5.39.10-beta.2", | ||
"rimraf": "3.0.2", | ||
@@ -52,3 +52,3 @@ "ttypescript": "1.5.15", | ||
}, | ||
"gitHead": "ea9221b8891b62797e288a71eb2c0acc08c8db19" | ||
"gitHead": "641d166c7558f7d86c0aefa46127e0b67c679512" | ||
} |
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
61078
779
+ Added@webiny/error@5.39.10-beta.2(transitive)
- Removed@webiny/error@5.39.10-beta.1(transitive)
Updated@webiny/error@5.39.10-beta.2