@particle-academy/fancy-flow 0.2.2 → 0.3.0

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/runtime.js CHANGED
@@ -1,3 +1,5 @@
1
- export { applyStatusesToNodes, runFlow, useFlowRun, useFlowState } from './chunk-JNYYJHNJ.js';
1
+ export { applyStatusesToNodes, runFlow, useFlowRun, useFlowState } from './chunk-YPINKH2D.js';
2
+ import './chunk-DDHKYIH2.js';
3
+ import './chunk-7D4SUZUM.js';
2
4
  //# sourceMappingURL=runtime.js.map
3
5
  //# sourceMappingURL=runtime.js.map
@@ -1,4 +1,4 @@
1
- import { a as FlowGraph } from '../types-TemTtb04.cjs';
1
+ import { a as FlowGraph } from '../types-Ch4sAvum.cjs';
2
2
  import '@xyflow/react';
3
3
 
4
4
  /** Schema version. Bump on breaking shape changes; add migrations as needed. */
@@ -1,4 +1,4 @@
1
- import { a as FlowGraph } from '../types-TemTtb04.js';
1
+ import { a as FlowGraph } from '../types-Ch4sAvum.js';
2
2
  import '@xyflow/react';
3
3
 
4
4
  /** Schema version. Bump on breaking shape changes; add migrations as needed. */
package/dist/schema.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export { WORKFLOW_SCHEMA_URL, WORKFLOW_SCHEMA_VERSION, exportWorkflow, importWorkflow, workflowToBlob } from './chunk-BCXECQUC.js';
2
2
  import './chunk-WNVBXXOL.js';
3
+ import './chunk-7D4SUZUM.js';
3
4
  //# sourceMappingURL=schema.js.map
4
5
  //# sourceMappingURL=schema.js.map
@@ -100,4 +100,4 @@ type RunEvent = {
100
100
  error: string;
101
101
  };
102
102
 
103
- export type { ActionNodeData as A, BaseNodeData as B, DecisionNodeData as D, ExecutorRegistry as E, FlowNode as F, NodeExecutor as N, OutputNodeData as O, PortDescriptor as P, RunEvent as R, SubgraphNodeData as S, TriggerNodeData as T, FlowGraph as a, FlowEdge as b, FlowNodeData as c, FlowNodeKind as d, NodeRunStatus as e, NoteNodeData as f };
103
+ export type { ActionNodeData as A, BaseNodeData as B, DecisionNodeData as D, ExecutorRegistry as E, FlowEdge as F, NodeExecutor as N, OutputNodeData as O, PortDescriptor as P, RunEvent as R, SubgraphNodeData as S, TriggerNodeData as T, FlowGraph as a, FlowNode as b, FlowNodeData as c, FlowNodeKind as d, NodeRunStatus as e, NoteNodeData as f };
@@ -100,4 +100,4 @@ type RunEvent = {
100
100
  error: string;
101
101
  };
102
102
 
103
- export type { ActionNodeData as A, BaseNodeData as B, DecisionNodeData as D, ExecutorRegistry as E, FlowNode as F, NodeExecutor as N, OutputNodeData as O, PortDescriptor as P, RunEvent as R, SubgraphNodeData as S, TriggerNodeData as T, FlowGraph as a, FlowEdge as b, FlowNodeData as c, FlowNodeKind as d, NodeRunStatus as e, NoteNodeData as f };
103
+ export type { ActionNodeData as A, BaseNodeData as B, DecisionNodeData as D, ExecutorRegistry as E, FlowEdge as F, NodeExecutor as N, OutputNodeData as O, PortDescriptor as P, RunEvent as R, SubgraphNodeData as S, TriggerNodeData as T, FlowGraph as a, FlowNode as b, FlowNodeData as c, FlowNodeKind as d, NodeRunStatus as e, NoteNodeData as f };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@particle-academy/fancy-flow",
3
- "version": "0.2.2",
4
- "description": "Workflow editor + runner built on React Flow. Six built-in node kits (trigger / action / decision / output / note / subgraph), tokenized theme, topological execution with per-node status.",
3
+ "version": "0.3.0",
4
+ "description": "Workflow editor + runner. Six built-in node kits (trigger / action / decision / output / note / subgraph), tokenized theme, topological execution with per-node status. React-flow bundled; consumers npm install fancy-flow and get nothing extra.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/Particle-Academy/fancy-flow.git"
@@ -31,19 +31,18 @@
31
31
  "clean": "rm -rf dist",
32
32
  "prepublishOnly": "tsup"
33
33
  },
34
- "keywords": ["react", "workflow", "flow", "graph", "react-flow", "xyflow", "fancy"],
34
+ "keywords": ["react", "workflow", "flow", "graph", "agent", "fancy"],
35
35
  "peerDependencies": {
36
36
  "react": "^18.0.0 || ^19.0.0",
37
- "react-dom": "^18.0.0 || ^19.0.0",
38
- "@xyflow/react": "^12.0.0"
37
+ "react-dom": "^18.0.0 || ^19.0.0"
39
38
  },
40
39
  "dependencies": {
40
+ "@xyflow/react": "^12.4.0",
41
41
  "clsx": "^2.1.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "^19.0.0",
45
45
  "@types/react-dom": "^19.0.0",
46
- "@xyflow/react": "^12.4.0",
47
46
  "react": "^19.0.0",
48
47
  "react-dom": "^19.0.0",
49
48
  "tsup": "^8.0.0",