@cadenza.io/core 3.12.0 → 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
@@ -358,7 +358,6 @@ var SignalBroker = class _SignalBroker {
358
358
  this.emit("sub_meta.signal_broker.emitting_signal", context);
359
359
  } else if (isSubMeta) {
360
360
  context.__isSubMeta = true;
361
- delete context.__signalEmission;
362
361
  } else {
363
362
  delete context.__signalEmission;
364
363
  }
@@ -1300,6 +1299,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
1300
1299
  emitWithMetadata(signal, data) {
1301
1300
  if (!this.task?.isHidden) {
1302
1301
  data.__signalEmission = {
1302
+ fullSignalName: signal,
1303
1303
  taskName: this.task.name,
1304
1304
  taskVersion: this.task.version,
1305
1305
  taskExecutionId: this.id,