@powerhousedao/workflow 6.2.3-dev.11 → 6.2.3-dev.13
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/assets/{entry-4n9sWkpV.js → entry-4ObkElbc.js} +2 -2
- package/dist/browser/assets/{projection-entry-Bzn-Fath.js → projection-entry-DRGRQCSu.js} +8 -8
- package/dist/browser/{editor-DJX9NpD5.js → editor-D2hD_zy5.js} +2 -2
- package/dist/browser/{editor-DJX9NpD5.js.map → editor-D2hD_zy5.js.map} +1 -1
- package/dist/browser/{editor-Hh1cyIIW.js → editor-DPQptW3F.js} +2 -2
- package/dist/browser/{editor-Hh1cyIIW.js.map → editor-DPQptW3F.js.map} +1 -1
- package/dist/browser/{editor-BCxZ5i20.js → editor-tgTc0MrV.js} +2 -2
- package/dist/browser/{editor-BCxZ5i20.js.map → editor-tgTc0MrV.js.map} +1 -1
- package/dist/browser/editors/connection-editor/module.js +1 -1
- package/dist/browser/editors/workflow-editor/module.js +1 -1
- package/dist/browser/editors/workflow-studio/module.js +1 -1
- package/dist/browser/{use-runtime-url-DzYskFkw.js → use-runtime-url-CSz0PsWV.js} +2 -2
- package/dist/browser/{use-runtime-url-DzYskFkw.js.map → use-runtime-url-CSz0PsWV.js.map} +1 -1
- package/dist/node/{editor-CS8ttjKp.mjs → editor-D7WL8J_4.mjs} +2 -2
- package/dist/node/{editor-CS8ttjKp.mjs.map → editor-D7WL8J_4.mjs.map} +1 -1
- package/dist/node/{editor-DQUie3HQ.mjs → editor-gpF-ytd5.mjs} +2 -2
- package/dist/node/{editor-DQUie3HQ.mjs.map → editor-gpF-ytd5.mjs.map} +1 -1
- package/dist/node/{editor-DhgG3VOa.mjs → editor-sBw5dTYS.mjs} +2 -2
- package/dist/node/{editor-DhgG3VOa.mjs.map → editor-sBw5dTYS.mjs.map} +1 -1
- package/dist/node/editors/connection-editor/module.mjs +1 -1
- package/dist/node/editors/workflow-editor/module.mjs +1 -1
- package/dist/node/editors/workflow-studio/module.mjs +1 -1
- package/dist/node/{use-runtime-url-C_adivge.mjs → use-runtime-url-BOooH4kU.mjs} +2 -2
- package/dist/node/{use-runtime-url-C_adivge.mjs.map → use-runtime-url-BOooH4kU.mjs.map} +1 -1
- package/dist/types/document-models/workflow/v1/gen/schema/zod.d.ts +3 -3
- package/package.json +8 -8
|
@@ -4,7 +4,7 @@ import { y as actions } from "./module-IA-Ay7ig.mjs";
|
|
|
4
4
|
import { t as useConnectionDocumentById } from "./connection-DGsS2Db3.mjs";
|
|
5
5
|
import { y as actions$1 } from "./module-IRMgzJC1.mjs";
|
|
6
6
|
import { t as useSelectedWorkflowDocument } from "./workflow-fFvyypuu.mjs";
|
|
7
|
-
import { n as DocumentErrorBoundary, t as useSyncWorkflowRuntimeUrl } from "./use-runtime-url-
|
|
7
|
+
import { n as DocumentErrorBoundary, t as useSyncWorkflowRuntimeUrl } from "./use-runtime-url-BOooH4kU.mjs";
|
|
8
8
|
import { n as AutocompleteInput, r as connectionCallbacks, t as ConnectionForm } from "./connection-form-CTNkgu_d.mjs";
|
|
9
9
|
import { a as reachableFrom, c as useBlockMeta, d as triggerStrategyRuns, l as usePieceLogos, n as attachableSteps, o as blockMeta, r as layoutWorkflow, s as pieceLogo, t as acyclicTargets, u as getPieceSource } from "./ap-layout-DDOX4Vxv.mjs";
|
|
10
10
|
import { generateId } from "document-model";
|
|
@@ -20348,4 +20348,4 @@ function Editor() {
|
|
|
20348
20348
|
//#endregion
|
|
20349
20349
|
export { Editor as default };
|
|
20350
20350
|
|
|
20351
|
-
//# sourceMappingURL=editor-
|
|
20351
|
+
//# sourceMappingURL=editor-D7WL8J_4.mjs.map
|