@percy/core 1.30.7-beta.1 → 1.30.7-beta.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.
Files changed (2) hide show
  1. package/dist/install.js +6 -6
  2. package/package.json +7 -7
package/dist/install.js CHANGED
@@ -162,13 +162,13 @@ export function chromium({
162
162
  });
163
163
  }
164
164
 
165
- // default chromium revisions corresponds to v123.0.6312.58
165
+ // default chromium revisions corresponds to v126.0.6478.184
166
166
  chromium.revisions = {
167
- linux: '1262506',
168
- win64: '1262500',
169
- win32: '1262500',
170
- darwin: '1262506',
171
- darwinArm: '1262509'
167
+ linux: '1300309',
168
+ win64: '1300297',
169
+ win32: '1300295',
170
+ darwin: '1300293',
171
+ darwinArm: '1300314'
172
172
  };
173
173
 
174
174
  // export the namespace by default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/core",
3
- "version": "1.30.7-beta.1",
3
+ "version": "1.30.7-beta.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,11 +43,11 @@
43
43
  "test:types": "tsd"
44
44
  },
45
45
  "dependencies": {
46
- "@percy/client": "1.30.7-beta.1",
47
- "@percy/config": "1.30.7-beta.1",
48
- "@percy/dom": "1.30.7-beta.1",
49
- "@percy/logger": "1.30.7-beta.1",
50
- "@percy/webdriver-utils": "1.30.7-beta.1",
46
+ "@percy/client": "1.30.7-beta.2",
47
+ "@percy/config": "1.30.7-beta.2",
48
+ "@percy/dom": "1.30.7-beta.2",
49
+ "@percy/logger": "1.30.7-beta.2",
50
+ "@percy/webdriver-utils": "1.30.7-beta.2",
51
51
  "content-disposition": "^0.5.4",
52
52
  "cross-spawn": "^7.0.3",
53
53
  "extract-zip": "^2.0.1",
@@ -60,5 +60,5 @@
60
60
  "ws": "^8.17.1",
61
61
  "yaml": "^2.4.1"
62
62
  },
63
- "gitHead": "b9a15ba7853ff350b7d7b7c3364700e70ca66643"
63
+ "gitHead": "01d95d0569e70d0291d36b3c5d8da224d3014ebf"
64
64
  }