@ayonli/jsext
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -952,3 +952,3 @@ import { isAsyncGenerator, isGenerator } from "check-iterable"; | ||
// `threadId` may not exist in Bun. | ||
workerId = worker.threadId ?? workerIdCounter.next().value; | ||
workerId = worker.threadId ?? workerIdCounter.next().value as number; | ||
ok = await new Promise<boolean>((resolve) => { | ||
@@ -955,0 +955,0 @@ worker.once("exit", () => { |
{ | ||
"name": "@ayonli/jsext", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Additional functions for JavaScript programming in practice.", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
384961