@cadenza.io/core 3.3.1 → 3.4.0

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
@@ -1514,6 +1514,7 @@ var Task = class extends SignalEmitter {
1514
1514
  this.predecessorTasks = /* @__PURE__ */ new Set();
1515
1515
  this.destroyed = false;
1516
1516
  this.register = true;
1517
+ this.registered = false;
1517
1518
  this.emitsSignals = /* @__PURE__ */ new Set();
1518
1519
  this.signalsToEmitAfter = /* @__PURE__ */ new Set();
1519
1520
  this.signalsToEmitOnFail = /* @__PURE__ */ new Set();