@agentforge4j/workflow-builder-react 0.2.1 → 0.2.2

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/index.cjs CHANGED
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // src/index.ts
21
21
  var index_exports = {};
22
22
  __export(index_exports, {
23
+ NODE_KIND_META: () => NODE_KIND_META,
23
24
  WorkflowBuilder: () => WorkflowBuilder,
24
25
  WorkflowParseError: () => WorkflowParseError,
25
26
  builderReducer: () => builderReducer,
@@ -3546,6 +3547,7 @@ function WorkflowBuilder({
3546
3547
  }
3547
3548
  // Annotate the CommonJS export names for ESM import in node:
3548
3549
  0 && (module.exports = {
3550
+ NODE_KIND_META,
3549
3551
  WorkflowBuilder,
3550
3552
  WorkflowParseError,
3551
3553
  builderReducer,