@percy/webdriver-utils 1.28.8-beta.3 → 1.28.8-beta.6

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.
@@ -86,7 +86,6 @@ export default class AutomateProvider extends GenericProvider {
86
86
  sha: tileData.sha.split('-')[0] // drop build id
87
87
  }));
88
88
  }
89
-
90
89
  const metadata = {
91
90
  screenshotType: screenshotType
92
91
  };
@@ -102,7 +102,6 @@ export default class PlaywrightProvider extends GenericProvider {
102
102
  sha: tileData.sha.split('-')[0] // drop build id
103
103
  }));
104
104
  }
105
-
106
105
  const tagData = {
107
106
  width: tileResponse.comparison_tag_data.width,
108
107
  height: tileResponse.comparison_tag_data.height,
@@ -130,7 +129,6 @@ export default class PlaywrightProvider extends GenericProvider {
130
129
  const osName = normalizeTags.osRollUp(automateCaps.os);
131
130
  const device = mobileOS.includes(osName.toUpperCase());
132
131
  tagData.device = device;
133
- console.log(`Device: ${device}`);
134
132
  return await super.getTag(tagData);
135
133
  }
136
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/webdriver-utils",
3
- "version": "1.28.8-beta.3",
3
+ "version": "1.28.8-beta.6",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,8 +29,8 @@
29
29
  "test:coverage": "yarn test --coverage"
30
30
  },
31
31
  "dependencies": {
32
- "@percy/config": "1.28.8-beta.3",
33
- "@percy/sdk-utils": "1.28.8-beta.3"
32
+ "@percy/config": "1.28.8-beta.6",
33
+ "@percy/sdk-utils": "1.28.8-beta.6"
34
34
  },
35
- "gitHead": "60fcc0cc0e65b1dd9f81286a3a3cd7383f1f6220"
35
+ "gitHead": "33ebd1aded619784a02e27cb26dbd344c7131ee9"
36
36
  }