@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.mjs CHANGED
@@ -795,6 +795,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
795
795
  data: {
796
796
  signalName: context.__signalEmission.signalName,
797
797
  taskId: this.task.id,
798
+ taskName: this.task.name,
798
799
  taskExecutionId: this.id,
799
800
  consumedAt: formatTimestamp(scheduledAt)
800
801
  }