@cadenza.io/core 3.12.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
@@ -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
  }