@elyx-code/project-logic-tree 0.0.6653 → 0.0.6654

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.ts CHANGED
@@ -24011,16 +24011,6 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
24011
24011
 
24012
24012
  declare function loadProjectDatasources(project: ProjectState): DefinitionEntityState[];
24013
24013
 
24014
- export declare class Logger {
24015
- static get logsEnabled(): boolean;
24016
- static enableLogs(newLogsEnabled: boolean): void;
24017
- static log(message?: any, ...optionalParams: any[]): void;
24018
- static warn(message?: any, ...optionalParams: any[]): void;
24019
- static error(message?: any, ...optionalParams: any[]): void;
24020
- }
24021
-
24022
- export declare let LOGS_ENABLED: boolean;
24023
-
24024
24014
  export declare enum LoopDependencyField {
24025
24015
  Parent = "loop-parent-field",
24026
24016
  LoopDataTypeEntity = "loop-data-type-entity-field",