@cadenza.io/core 3.11.0 → 3.12.1

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
@@ -355,9 +355,9 @@ var SignalBroker = class _SignalBroker {
355
355
  consumedBy: null,
356
356
  isMeta
357
357
  };
358
+ this.emit("sub_meta.signal_broker.emitting_signal", context);
358
359
  } else if (isSubMeta) {
359
360
  context.__isSubMeta = true;
360
- delete context.__signalEmission;
361
361
  } else {
362
362
  delete context.__signalEmission;
363
363
  }