@digital-ai/devops-page-object-release 0.0.0-snapshot-20260123071528 → 0.0.0-snapshot-20260123073622
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 +3 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +3 -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,9 @@ 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$
|
|
9625
|
+
const environment = $hOLA6$env.TEST_ENV;
|
|
9626
|
+
const base_url = $hOLA6$env.BASE_URL;
|
|
9627
|
+
$hOLA6$stderr.write(`[ENV CHECK]\n` + ` TEST_USERNAME=${username}\n` + ` TEST_PASSWORD=${password}\n` + ` TEST_ENV=${environment}\n` + ` TEST_USERNAME=${base_url}\n`);
|
|
9626
9628
|
if (!username || !password) throw new Error("Missing TEST_USERNAME or TEST_PASSWORD in environment variables");
|
|
9627
9629
|
return $80c3ae34677b4324$require$Buffer.from(`${username}:${password}`).toString("base64");
|
|
9628
9630
|
}
|