@cadenza.io/core 3.0.21 → 3.0.22

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.mjs CHANGED
@@ -848,7 +848,6 @@ var GraphNode = class _GraphNode extends SignalEmitter {
848
848
  isRunning: false,
849
849
  isComplete: true,
850
850
  resultContext: this.context.export(),
851
- //TODO: this needs processing
852
851
  errored: this.errored,
853
852
  failed: this.failed,
854
853
  errorMessage: context.__error,
@@ -868,7 +867,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
868
867
  data: {
869
868
  isRunning: false,
870
869
  isComplete: true,
871
- resultContext: context2,
870
+ resultContext: this.context.id,
872
871
  progress: 1,
873
872
  ended: formatTimestamp(end)
874
873
  },