@cmflow/atlas 3.4.0-beta.30 → 3.4.0-beta.31

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.
@@ -1107,7 +1107,7 @@ const i = `${styleText("gray", S_BAR)} `;
1107
1107
  //#region src/utils/logger/atlasLogger.ts
1108
1108
  var AtlasLogger = class {
1109
1109
  get isCi() {
1110
- return process.env.CI === "1";
1110
+ return ["1", "true"].includes(process.env.CI?.toLowerCase() || "") || process.env.CIRCLECI === "true";
1111
1111
  }
1112
1112
  intro(message) {
1113
1113
  if (this.isCi) {
@@ -1244,4 +1244,4 @@ const taskProgressService = new TaskProgressService();
1244
1244
 
1245
1245
  //#endregion
1246
1246
  export { isCancel as a, userConfig as c, select as i, atlasLogger as n, getUserConfig as o, progress as r, setUserConfig as s, taskProgressService as t };
1247
- //# sourceMappingURL=taskProgressService-BTXcmKRN.mjs.map
1247
+ //# sourceMappingURL=taskProgressService-BIc_o1wl.mjs.map