@testim/testim-cli 3.290.0-beta → 3.290.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/cli.js CHANGED
@@ -1393,8 +1393,8 @@ var init_logger = __esm({
1393
1393
  [transports2, waitForFlush] = getStreamsAndWaitForFlushPromise();
1394
1394
  level = config2.LOGGER_DEBUG ? "debug" : "info";
1395
1395
  defaultMeta = {
1396
- release: Boolean(false),
1397
- branch: "test"
1396
+ release: Boolean(true),
1397
+ branch: "production"
1398
1398
  };
1399
1399
  winstonMainLogger = winston.createLogger({
1400
1400
  levels: winston.config.syslog.levels,
@@ -6433,7 +6433,7 @@ var require_testimNpmDriver = __commonJS({
6433
6433
  return utils.getRunnerVersion();
6434
6434
  }
6435
6435
  async function checkNpmVersion() {
6436
- if (config3.IS_ON_PREM || true) {
6436
+ if (config3.IS_ON_PREM || false) {
6437
6437
  return;
6438
6438
  }
6439
6439
  try {