@percy/webdriver-utils 1.31.2-beta.3 → 1.31.2

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.
@@ -126,7 +126,7 @@ export default class PlaywrightProvider extends GenericProvider {
126
126
  }
127
127
  async getTag(tagData) {
128
128
  if (!this.automateResults) throw new Error('Comparison tag details not available');
129
- const mobileOS = ['ANDROID'];
129
+ const mobileOS = ['ANDROID', 'IOS'];
130
130
  const normalizeTags = new NormalizeData();
131
131
  const automateCaps = this.automateResults.capabilities;
132
132
  const osName = normalizeTags.osRollUp(automateCaps.os);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/webdriver-utils",
3
- "version": "1.31.2-beta.3",
3
+ "version": "1.31.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public",
12
- "tag": "beta"
12
+ "tag": "latest"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=14"
@@ -29,8 +29,8 @@
29
29
  "test:coverage": "yarn test --coverage"
30
30
  },
31
31
  "dependencies": {
32
- "@percy/config": "1.31.2-beta.3",
33
- "@percy/sdk-utils": "1.31.2-beta.3"
32
+ "@percy/config": "1.31.2",
33
+ "@percy/sdk-utils": "1.31.2"
34
34
  },
35
- "gitHead": "761ef7aef1d13d45afb0cedae50e6e82d84a3521"
35
+ "gitHead": "9e203e849d328de6a314f1e468b2c100dfe2830c"
36
36
  }