@workglow/task-graph 0.2.21 → 0.2.23
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 -6
- package/dist/browser.js.map +8 -8
- package/dist/bun.js +2 -6
- package/dist/bun.js.map +8 -8
- package/dist/common.d.ts +1 -1
- package/dist/common.d.ts.map +1 -1
- package/dist/node.js +2 -6
- package/dist/node.js.map +8 -8
- package/dist/storage/PortCodecRegistry.d.ts +1 -1
- package/dist/storage/PortCodecRegistry.d.ts.map +1 -1
- package/dist/task/ITask.d.ts.map +1 -1
- package/dist/task/IteratorTaskRunner.d.ts.map +1 -1
- package/dist/task/TaskRunner.d.ts +10 -2
- package/dist/task/TaskRunner.d.ts.map +1 -1
- package/dist/task/WhileTask.d.ts.map +1 -1
- package/dist/task-graph/ITaskGraph.d.ts.map +1 -1
- package/dist/task-graph/TaskGraph.d.ts.map +1 -1
- package/dist/task-graph/TaskGraphRunner.d.ts.map +1 -1
- package/package.json +7 -7
package/dist/bun.js
CHANGED
|
@@ -8366,11 +8366,7 @@ class TaskOutputTabularRepository extends TaskOutputRepository {
|
|
|
8366
8366
|
}
|
|
8367
8367
|
}
|
|
8368
8368
|
// src/storage/PortCodecRegistry.ts
|
|
8369
|
-
import {
|
|
8370
|
-
registerPortCodec,
|
|
8371
|
-
getPortCodec as getPortCodec2,
|
|
8372
|
-
_resetPortCodecsForTests
|
|
8373
|
-
} from "@workglow/util";
|
|
8369
|
+
import { registerPortCodec, getPortCodec as getPortCodec2, _resetPortCodecsForTests } from "@workglow/util";
|
|
8374
8370
|
export {
|
|
8375
8371
|
wrapSchemaInArray,
|
|
8376
8372
|
whileTaskConfigSchema,
|
|
@@ -8553,4 +8549,4 @@ export {
|
|
|
8553
8549
|
BROWSER_GRANTS
|
|
8554
8550
|
};
|
|
8555
8551
|
|
|
8556
|
-
//# debugId=
|
|
8552
|
+
//# debugId=84C93480A08A674564756E2164756E21
|