@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.
Files changed (26) hide show
  1. package/dist/browser/assets/{entry-4n9sWkpV.js → entry-4ObkElbc.js} +2 -2
  2. package/dist/browser/assets/{projection-entry-Bzn-Fath.js → projection-entry-DRGRQCSu.js} +8 -8
  3. package/dist/browser/{editor-DJX9NpD5.js → editor-D2hD_zy5.js} +2 -2
  4. package/dist/browser/{editor-DJX9NpD5.js.map → editor-D2hD_zy5.js.map} +1 -1
  5. package/dist/browser/{editor-Hh1cyIIW.js → editor-DPQptW3F.js} +2 -2
  6. package/dist/browser/{editor-Hh1cyIIW.js.map → editor-DPQptW3F.js.map} +1 -1
  7. package/dist/browser/{editor-BCxZ5i20.js → editor-tgTc0MrV.js} +2 -2
  8. package/dist/browser/{editor-BCxZ5i20.js.map → editor-tgTc0MrV.js.map} +1 -1
  9. package/dist/browser/editors/connection-editor/module.js +1 -1
  10. package/dist/browser/editors/workflow-editor/module.js +1 -1
  11. package/dist/browser/editors/workflow-studio/module.js +1 -1
  12. package/dist/browser/{use-runtime-url-DzYskFkw.js → use-runtime-url-CSz0PsWV.js} +2 -2
  13. package/dist/browser/{use-runtime-url-DzYskFkw.js.map → use-runtime-url-CSz0PsWV.js.map} +1 -1
  14. package/dist/node/{editor-CS8ttjKp.mjs → editor-D7WL8J_4.mjs} +2 -2
  15. package/dist/node/{editor-CS8ttjKp.mjs.map → editor-D7WL8J_4.mjs.map} +1 -1
  16. package/dist/node/{editor-DQUie3HQ.mjs → editor-gpF-ytd5.mjs} +2 -2
  17. package/dist/node/{editor-DQUie3HQ.mjs.map → editor-gpF-ytd5.mjs.map} +1 -1
  18. package/dist/node/{editor-DhgG3VOa.mjs → editor-sBw5dTYS.mjs} +2 -2
  19. package/dist/node/{editor-DhgG3VOa.mjs.map → editor-sBw5dTYS.mjs.map} +1 -1
  20. package/dist/node/editors/connection-editor/module.mjs +1 -1
  21. package/dist/node/editors/workflow-editor/module.mjs +1 -1
  22. package/dist/node/editors/workflow-studio/module.mjs +1 -1
  23. package/dist/node/{use-runtime-url-C_adivge.mjs → use-runtime-url-BOooH4kU.mjs} +2 -2
  24. package/dist/node/{use-runtime-url-C_adivge.mjs.map → use-runtime-url-BOooH4kU.mjs.map} +1 -1
  25. package/dist/types/document-models/workflow/v1/gen/schema/zod.d.ts +3 -3
  26. package/package.json +8 -8
@@ -2,7 +2,7 @@ import { lazy } from "react";
2
2
  //#region editors/workflow-editor/module.ts
3
3
  /** Document editor module for the "powerhouse/workflow" document type */
4
4
  const WorkflowEditor = {
5
- Component: lazy(() => import("../../editor-CS8ttjKp.mjs")),
5
+ Component: lazy(() => import("../../editor-D7WL8J_4.mjs")),
6
6
  documentTypes: ["powerhouse/workflow"],
7
7
  config: {
8
8
  id: "workflow-editor",
@@ -2,7 +2,7 @@ import { lazy } from "react";
2
2
  //#region editors/workflow-studio/module.ts
3
3
  /** Document editor module for the "powerhouse/document-drive" document type */
4
4
  const WorkflowStudio = {
5
- Component: lazy(() => import("../../editor-DQUie3HQ.mjs")),
5
+ Component: lazy(() => import("../../editor-gpF-ytd5.mjs")),
6
6
  documentTypes: ["powerhouse/document-drive"],
7
7
  config: {
8
8
  id: "workflow-studio",
@@ -3,7 +3,7 @@ import { DEFAULT_SWITCHBOARD_URL, parseDriveUrl, subgraphUrlFromGraphqlUrl, useD
3
3
  import { Component, Fragment, useEffect, useMemo } from "react";
4
4
  import "@powerhousedao/shared/document-model";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
- //#region ../reactor/dist/drive-container-types-DrTN96J-.js
6
+ //#region ../reactor/dist/drive-container-types-CS5IxDiA.js
7
7
  /** Actions the reactor reduces itself, onto the document scope. */
8
8
  const DOCUMENT_SCOPE_ACTIONS = new Set([
9
9
  "CREATE_DOCUMENT",
@@ -178,4 +178,4 @@ function useSyncWorkflowRuntimeUrl() {
178
178
  //#endregion
179
179
  export { errorMessage as i, DocumentErrorBoundary as n, DocumentLoadError as r, useSyncWorkflowRuntimeUrl as t };
180
180
 
181
- //# sourceMappingURL=use-runtime-url-C_adivge.mjs.map
181
+ //# sourceMappingURL=use-runtime-url-BOooH4kU.mjs.map