@percy/core 1.31.11-beta.1 → 1.31.11

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 +1 -1
  2. package/package.json +10 -10
package/dist/config.js CHANGED
@@ -351,7 +351,7 @@ export const configSchema = {
351
351
  type: 'string'
352
352
  }
353
353
  },
354
- selector: {
354
+ selectors: {
355
355
  type: 'array',
356
356
  items: {
357
357
  type: 'string'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/core",
3
- "version": "1.31.11-beta.1",
3
+ "version": "1.31.11",
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,12 +43,12 @@
43
43
  "test:types": "tsd"
44
44
  },
45
45
  "dependencies": {
46
- "@percy/client": "1.31.11-beta.1",
47
- "@percy/config": "1.31.11-beta.1",
48
- "@percy/dom": "1.31.11-beta.1",
49
- "@percy/logger": "1.31.11-beta.1",
50
- "@percy/monitoring": "1.31.11-beta.1",
51
- "@percy/webdriver-utils": "1.31.11-beta.1",
46
+ "@percy/client": "1.31.11",
47
+ "@percy/config": "1.31.11",
48
+ "@percy/dom": "1.31.11",
49
+ "@percy/logger": "1.31.11",
50
+ "@percy/monitoring": "1.31.11",
51
+ "@percy/webdriver-utils": "1.31.11",
52
52
  "content-disposition": "^0.5.4",
53
53
  "cross-spawn": "^7.0.3",
54
54
  "extract-zip": "^2.0.1",
@@ -62,7 +62,7 @@
62
62
  "yaml": "^2.4.1"
63
63
  },
64
64
  "optionalDependencies": {
65
- "@percy/cli-doctor": "1.31.11-beta.1"
65
+ "@percy/cli-doctor": "1.31.11"
66
66
  },
67
- "gitHead": "af02ca2e28a4e3f0908b25cb018dd6b81faf5380"
67
+ "gitHead": "1f8ad9da90c9a42f8ae678f33dc4198f7d2a32d0"
68
68
  }