@bigbinary/neeto-playwright-reporter 1.3.12 → 1.3.13
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/index.cjs.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -18596,7 +18596,7 @@ const setAuthHeaders = ({ projectKey, apiKey, }) => {
|
|
|
18596
18596
|
};
|
|
18597
18597
|
};
|
|
18598
18598
|
function initializeAxios({ projectKey, baseURL, apiKey, }) {
|
|
18599
|
-
axios.defaults.baseURL = baseURL !== null && baseURL !== void 0 ? baseURL : "https://connect.neetoplaydash.
|
|
18599
|
+
axios.defaults.baseURL = baseURL !== null && baseURL !== void 0 ? baseURL : "https://connect.neetoplaydash.com";
|
|
18600
18600
|
setAuthHeaders({ projectKey, apiKey });
|
|
18601
18601
|
}
|
|
18602
18602
|
|
package/index.js
CHANGED
|
@@ -18577,7 +18577,7 @@ const setAuthHeaders = ({ projectKey, apiKey, }) => {
|
|
|
18577
18577
|
};
|
|
18578
18578
|
};
|
|
18579
18579
|
function initializeAxios({ projectKey, baseURL, apiKey, }) {
|
|
18580
|
-
axios.defaults.baseURL = baseURL !== null && baseURL !== void 0 ? baseURL : "https://connect.neetoplaydash.
|
|
18580
|
+
axios.defaults.baseURL = baseURL !== null && baseURL !== void 0 ? baseURL : "https://connect.neetoplaydash.com";
|
|
18581
18581
|
setAuthHeaders({ projectKey, apiKey });
|
|
18582
18582
|
}
|
|
18583
18583
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-playwright-reporter",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.13",
|
|
4
4
|
"description": "The custom playwright reporter for neeto-playwright-dashboard.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-playwright-reporter.git",
|
|
6
6
|
"license": "apache-2.0",
|