@cadenza.io/core 3.5.1 → 3.6.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
@@ -1345,6 +1345,7 @@ var GraphRoutine = class extends SignalEmitter {
1345
1345
  this.version = 1;
1346
1346
  this.isMeta = false;
1347
1347
  this.tasks = /* @__PURE__ */ new Set();
1348
+ this.registered = false;
1348
1349
  this.observedSignals = /* @__PURE__ */ new Set();
1349
1350
  this.name = name;
1350
1351
  this.description = description;