@bian-womp/spark-graph 0.2.20 → 0.2.21

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/cjs/index.cjs CHANGED
@@ -1107,7 +1107,7 @@ class GraphRuntime {
1107
1107
  nodeId: n.nodeId,
1108
1108
  typeId: n.typeId,
1109
1109
  params: n.params ? { ...n.params } : undefined,
1110
- resolved: resolved ? { ...resolved } : undefined,
1110
+ resolvedHandles: resolved ? { ...resolved } : undefined,
1111
1111
  };
1112
1112
  });
1113
1113
  const edges = this.edges.map((e) => ({