@trezor/utils
Advanced tools
Comparing version 9.0.18 to 9.0.19
@@ -0,1 +1,5 @@ | ||
# 9.0.19 | ||
- fix(utils): correct `getSynchronize` return type (4bc47d794) | ||
# 9.0.18 | ||
@@ -2,0 +6,0 @@ |
@@ -1,3 +0,3 @@ | ||
export declare const getSynchronize: () => <T>(action: () => T | Promise<T>) => Promise<T>; | ||
export declare const getSynchronize: () => <T>(action: () => T) => T extends Promise<unknown> ? T : Promise<T>; | ||
export type Synchronize = ReturnType<typeof getSynchronize>; | ||
//# sourceMappingURL=getSynchronize.d.ts.map |
{ | ||
"name": "@trezor/utils", | ||
"version": "9.0.18", | ||
"version": "9.0.19", | ||
"author": "Trezor <info@trezor.io>", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/utils", |
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
43654