@browsermation/test 0.0.30 → 0.0.31

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/dist/bin/cli.js CHANGED
@@ -42258,7 +42258,7 @@ var {
42258
42258
  // package.json
42259
42259
  var package_default = {
42260
42260
  name: "@browsermation/test",
42261
- version: "0.0.30",
42261
+ version: "0.0.31",
42262
42262
  description: "The testing platform for Playwright by Browsermation.",
42263
42263
  main: "./dist/index.js",
42264
42264
  types: "./dist/index.d.ts",
package/dist/index.js CHANGED
@@ -599,7 +599,8 @@ async function fetchEndpoint() {
599
599
  return new Promise((resolve, reject) => {
600
600
  const options = {
601
601
  headers: {
602
- Authorization: process.env.BM_API_TOKEN || ""
602
+ Authorization: process.env.BM_API_TOKEN || "",
603
+ Accept: "application/json"
603
604
  }
604
605
  };
605
606
  protocol.get(process.env.BM_SERVER_URL || "", options, (res) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browsermation/test",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "The testing platform for Playwright by Browsermation.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",