@percy/core 1.27.0-beta.1 → 1.27.0

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/config.js +18 -0
  2. package/package.json +8 -8
package/dist/config.js CHANGED
@@ -591,6 +591,24 @@ export const comparisonSchema = {
591
591
  domInfoSha: {
592
592
  type: 'string'
593
593
  },
594
+ metadata: {
595
+ type: 'object',
596
+ additionalProperties: false,
597
+ properties: {
598
+ windowHeight: {
599
+ type: 'integer',
600
+ minimum: 0
601
+ },
602
+ cliScreenshotStartTime: {
603
+ type: 'integer',
604
+ default: 0
605
+ },
606
+ cliScreenshotEndTime: {
607
+ type: 'integer',
608
+ default: 0
609
+ }
610
+ }
611
+ },
594
612
  tag: {
595
613
  type: 'object',
596
614
  additionalProperties: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/core",
3
- "version": "1.27.0-beta.1",
3
+ "version": "1.27.0",
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"
@@ -43,11 +43,11 @@
43
43
  "test:types": "tsd"
44
44
  },
45
45
  "dependencies": {
46
- "@percy/client": "1.27.0-beta.1",
47
- "@percy/config": "1.27.0-beta.1",
48
- "@percy/dom": "1.27.0-beta.1",
49
- "@percy/logger": "1.27.0-beta.1",
50
- "@percy/webdriver-utils": "1.27.0-beta.1",
46
+ "@percy/client": "1.27.0",
47
+ "@percy/config": "1.27.0",
48
+ "@percy/dom": "1.27.0",
49
+ "@percy/logger": "1.27.0",
50
+ "@percy/webdriver-utils": "1.27.0",
51
51
  "content-disposition": "^0.5.4",
52
52
  "cross-spawn": "^7.0.3",
53
53
  "extract-zip": "^2.0.1",
@@ -58,5 +58,5 @@
58
58
  "rimraf": "^3.0.2",
59
59
  "ws": "^8.0.0"
60
60
  },
61
- "gitHead": "40cdf9c38613ccaf5e3707cd2cd2d2778ffbd5dd"
61
+ "gitHead": "3b92a894d4cf6dcdedccf42b86aaf61f331535c6"
62
62
  }