@workglow/task-graph 0.2.27 → 0.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +4 -4
- package/dist/bun.js +2 -2
- package/dist/bun.js.map +4 -4
- package/dist/node.js +2 -2
- package/dist/node.js.map +4 -4
- package/dist/task/JobQueueFactory.d.ts +1 -1
- package/dist/task/JobQueueFactory.d.ts.map +1 -1
- package/dist/task/TaskQueueRegistry.d.ts +1 -1
- package/dist/task/TaskQueueRegistry.d.ts.map +1 -1
- package/package.json +7 -7
package/dist/browser.js
CHANGED
|
@@ -8056,7 +8056,7 @@ import {
|
|
|
8056
8056
|
JobQueueClient,
|
|
8057
8057
|
JobQueueServer
|
|
8058
8058
|
} from "@workglow/job-queue";
|
|
8059
|
-
import { InMemoryQueueStorage } from "@workglow/
|
|
8059
|
+
import { InMemoryQueueStorage } from "@workglow/job-queue";
|
|
8060
8060
|
import { createServiceToken as createServiceToken5, globalServiceRegistry as globalServiceRegistry4 } from "@workglow/util";
|
|
8061
8061
|
var JOB_QUEUE_FACTORY = createServiceToken5("taskgraph.jobQueueFactory");
|
|
8062
8062
|
var defaultJobQueueFactory = async ({
|
|
@@ -9521,4 +9521,4 @@ export {
|
|
|
9521
9521
|
BROWSER_GRANTS
|
|
9522
9522
|
};
|
|
9523
9523
|
|
|
9524
|
-
//# debugId=
|
|
9524
|
+
//# debugId=04407601076D693064756E2164756E21
|