@cadenza.io/core 1.11.9 → 1.11.10

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.js CHANGED
@@ -833,6 +833,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
833
833
  data: {
834
834
  signalName: context.__signalEmission.signalName,
835
835
  taskId: this.task.id,
836
+ taskName: this.task.name,
836
837
  taskExecutionId: this.id,
837
838
  consumedAt: formatTimestamp(scheduledAt)
838
839
  }