@cadenza.io/core 1.7.1 → 1.7.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.d.mts CHANGED
@@ -753,7 +753,7 @@ declare class Cadenza {
753
753
  static registry: GraphRegistry;
754
754
  protected static isBootstrapped: boolean;
755
755
  protected static mode: CadenzaMode;
756
- protected static bootstrap(): void;
756
+ static bootstrap(): void;
757
757
  static get runStrategy(): {
758
758
  PARALLEL: GraphAsyncRun;
759
759
  SEQUENTIAL: GraphStandardRun;
@@ -764,7 +764,7 @@ declare class Cadenza {
764
764
  * @param name The name to validate.
765
765
  * @throws Error if invalid.
766
766
  */
767
- protected static validateName(name: string): void;
767
+ static validateName(name: string): void;
768
768
  /**
769
769
  * Creates a standard Task and registers it in the GraphRegistry.
770
770
  * @param name Unique identifier for the task.
package/dist/index.d.ts CHANGED
@@ -753,7 +753,7 @@ declare class Cadenza {
753
753
  static registry: GraphRegistry;
754
754
  protected static isBootstrapped: boolean;
755
755
  protected static mode: CadenzaMode;
756
- protected static bootstrap(): void;
756
+ static bootstrap(): void;
757
757
  static get runStrategy(): {
758
758
  PARALLEL: GraphAsyncRun;
759
759
  SEQUENTIAL: GraphStandardRun;
@@ -764,7 +764,7 @@ declare class Cadenza {
764
764
  * @param name The name to validate.
765
765
  * @throws Error if invalid.
766
766
  */
767
- protected static validateName(name: string): void;
767
+ static validateName(name: string): void;
768
768
  /**
769
769
  * Creates a standard Task and registers it in the GraphRegistry.
770
770
  * @param name Unique identifier for the task.