@microtronics/studio-cli 0.60.0 → 0.62.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.
@@ -2521,6 +2521,7 @@ export declare namespace Log {
2521
2521
  _log(type: LogMessageType, msg: any, ...args: any[]): void;
2522
2522
  set silent(value: boolean);
2523
2523
  log(msg: any, ...args: any[]): void;
2524
+ debug(msg: any, ...args: any[]): void;
2524
2525
  error(msg: any, ...args: any[]): void;
2525
2526
  info(msg: any, ...args: any[]): void;
2526
2527
  warn(msg: any, ...args: any[]): void;