@pyreon/flow 0.10.0 → 0.11.1

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/lib/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { r as __toESM } from "./chunk-C8JhGJ3N.js";
2
2
  import { batch, computed, signal } from "@pyreon/reactivity";
3
3
 
4
- //#region ../../node_modules/.bun/@pyreon+core@0.7.11/node_modules/@pyreon/core/lib/jsx-runtime.js
4
+ //#region ../../core/core/lib/jsx-runtime.js
5
5
  /** Marker for fragment nodes — renders children without a wrapper element */
6
6
  const Fragment = Symbol("Pyreon.Fragment");
7
7
  /**
@@ -1535,7 +1535,7 @@ let elkPromise = null;
1535
1535
  async function getELK() {
1536
1536
  if (elkInstance) return elkInstance;
1537
1537
  if (elkPromise) return elkPromise;
1538
- elkPromise = import("./elk.bundled-B9dPTHTZ.js").then((m) => /* @__PURE__ */ __toESM(m.default, 1)).then((mod) => {
1538
+ elkPromise = import("./elk.bundled-wgxWJMYd.js").then((m) => /* @__PURE__ */ __toESM(m.default, 1)).then((mod) => {
1539
1539
  elkInstance = new (mod.default || mod)();
1540
1540
  return elkInstance;
1541
1541
  });