@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 +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -9622,7 +9622,7 @@ const $80c3ae34677b4324$var$JIRA_ISSUE_API_URL = "https://digitalai.atlassian.ne
|
|
|
9622
9622
|
function $80c3ae34677b4324$var$encodeBasicAuth() {
|
|
9623
9623
|
const username = $hOLA6$env.TEST_USERNAME;
|
|
9624
9624
|
const password = $hOLA6$env.TEST_PASSWORD;
|
|
9625
|
-
$hOLA6$stderr.write(`[ENV CHECK] TEST_USERNAME=${username
|
|
9625
|
+
$hOLA6$stderr.write(`[ENV CHECK]\n` + ` TEST_USERNAME=${username}\n` + ` TEST_PASSWORD=${password}\n`);
|
|
9626
9626
|
if (!username || !password) throw new Error("Missing TEST_USERNAME or TEST_PASSWORD in environment variables");
|
|
9627
9627
|
return $80c3ae34677b4324$require$Buffer.from(`${username}:${password}`).toString("base64");
|
|
9628
9628
|
}
|