@workglow/tasks 0.2.9 → 0.2.10
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 -3
- package/dist/browser.js.map +3 -3
- package/dist/bun.js +2 -3
- package/dist/bun.js.map +3 -3
- package/dist/electron.js +2 -3
- package/dist/electron.js.map +3 -3
- package/dist/node.js +2 -3
- package/dist/node.js.map +3 -3
- package/dist/task/HumanInputTask.d.ts +2 -2
- package/dist/task/HumanInputTask.d.ts.map +1 -1
- package/package.json +9 -9
package/dist/node.js
CHANGED
|
@@ -5692,8 +5692,7 @@ import {
|
|
|
5692
5692
|
TaskConfigurationError as TaskConfigurationError2,
|
|
5693
5693
|
Workflow as Workflow16
|
|
5694
5694
|
} from "@workglow/task-graph";
|
|
5695
|
-
import { uuid4 as uuid44 } from "@workglow/util";
|
|
5696
|
-
import { resolveHumanConnector as resolveHumanConnector2 } from "@workglow/util";
|
|
5695
|
+
import { resolveHumanConnector as resolveHumanConnector2, uuid4 as uuid44 } from "@workglow/util";
|
|
5697
5696
|
var humanInputTaskConfigSchema = {
|
|
5698
5697
|
type: "object",
|
|
5699
5698
|
properties: {
|
|
@@ -16293,4 +16292,4 @@ export {
|
|
|
16293
16292
|
ArrayTask
|
|
16294
16293
|
};
|
|
16295
16294
|
|
|
16296
|
-
//# debugId=
|
|
16295
|
+
//# debugId=ED40E952FF80AA4964756E2164756E21
|