@bigbinary/neeto-playwright-commons 4.8.3 → 4.8.4

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -127048,7 +127048,7 @@ var dotenv = /*@__PURE__*/getDefaultExportFromCjs(mainExports);
127048
127048
 
127049
127049
  const E2E_TEST_DIR = "e2e/tests";
127050
127050
  const LOG_PREFIX = "[playwright.config]";
127051
- const logInfo = (message) => process.stdout.write(`${LOG_PREFIX} ${message}\n`);
127051
+ const logInfo = (message) => process.stderr.write(`${LOG_PREFIX} ${message}\n`);
127052
127052
  const logError = (message) => process.stderr.write(`${LOG_PREFIX} ${message}\n`);
127053
127053
  /**
127054
127054
  * Patterns are often anchored for paths under `e2e/tests`, but Playwright
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-commons",
3
- "version": "4.8.3",
3
+ "version": "4.8.4",
4
4
  "description": "A package encapsulating common playwright code across neeto projects.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
6
6
  "license": "apache-2.0",