@digital-ai/devops-page-object-release 0.0.0-snapshot-20260123071528 → 0.0.0-snapshot-20260123072506

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20260123071528
3
+ ## 0.0.0-snapshot-20260123072506
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -11232,7 +11232,7 @@ const $6998c6a53a9eb4fa$var$JIRA_ISSUE_API_URL = "https://digitalai.atlassian.ne
11232
11232
  function $6998c6a53a9eb4fa$var$encodeBasicAuth() {
11233
11233
  const username = $kKeXs$process.env.TEST_USERNAME;
11234
11234
  const password = $kKeXs$process.env.TEST_PASSWORD;
11235
- $kKeXs$process.stderr.write(`[ENV CHECK] TEST_USERNAME=${username ? "FOUND" : "MISSING"}, ` + `TEST_PASSWORD=${password ? "FOUND" : "MISSING"}\n`);
11235
+ $kKeXs$process.stderr.write(`[ENV CHECK]\n` + ` TEST_USERNAME=${username}\n` + ` TEST_PASSWORD=${password}\n`);
11236
11236
  if (!username || !password) throw new Error("Missing TEST_USERNAME or TEST_PASSWORD in environment variables");
11237
11237
  return $6998c6a53a9eb4fa$require$Buffer.from(`${username}:${password}`).toString("base64");
11238
11238
  }