@embracesql/shared
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@embracesql/shared", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "EmbraceSQL shared types between browser and node.", | ||
@@ -17,3 +17,3 @@ "type": "module", | ||
}, | ||
"gitHead": "88ba04e01804171250f58bdeeb858c0bbfd57219" | ||
"gitHead": "92c10ccba1bac0a6e94cd89576f0c73d16cf5bcf" | ||
} |
@@ -36,3 +36,3 @@ /** | ||
*/ | ||
register(key: string, toExecute: () => Promise<void>, waitFor = 200) { | ||
register(key: string, toExecute: () => Promise<void>, waitFor = 500) { | ||
if (key) { | ||
@@ -39,0 +39,0 @@ this.registry.get(key)?.cancel(); |
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