@cadenza.io/core 3.12.1 → 3.12.2

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
@@ -1299,6 +1299,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
1299
1299
  emitWithMetadata(signal, data) {
1300
1300
  if (!this.task?.isHidden) {
1301
1301
  data.__signalEmission = {
1302
+ fullSignalName: signal,
1302
1303
  taskName: this.task.name,
1303
1304
  taskVersion: this.task.version,
1304
1305
  taskExecutionId: this.id,