@percy/core 1.31.9-beta.5 → 1.31.9
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.
- package/dist/config.js +12 -0
- package/package.json +9 -9
package/dist/config.js
CHANGED
|
@@ -532,6 +532,18 @@ export const configSchema = {
|
|
|
532
532
|
default: true
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
|
+
},
|
|
536
|
+
project: {
|
|
537
|
+
type: 'object',
|
|
538
|
+
additionalProperties: false,
|
|
539
|
+
properties: {
|
|
540
|
+
id: {
|
|
541
|
+
type: 'number'
|
|
542
|
+
},
|
|
543
|
+
name: {
|
|
544
|
+
type: 'string'
|
|
545
|
+
}
|
|
546
|
+
}
|
|
535
547
|
}
|
|
536
548
|
};
|
|
537
549
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/core",
|
|
3
|
-
"version": "1.31.9
|
|
3
|
+
"version": "1.31.9",
|
|
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": "
|
|
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.9
|
|
47
|
-
"@percy/config": "1.31.9
|
|
48
|
-
"@percy/dom": "1.31.9
|
|
49
|
-
"@percy/logger": "1.31.9
|
|
50
|
-
"@percy/monitoring": "1.31.9
|
|
51
|
-
"@percy/webdriver-utils": "1.31.9
|
|
46
|
+
"@percy/client": "1.31.9",
|
|
47
|
+
"@percy/config": "1.31.9",
|
|
48
|
+
"@percy/dom": "1.31.9",
|
|
49
|
+
"@percy/logger": "1.31.9",
|
|
50
|
+
"@percy/monitoring": "1.31.9",
|
|
51
|
+
"@percy/webdriver-utils": "1.31.9",
|
|
52
52
|
"content-disposition": "^0.5.4",
|
|
53
53
|
"cross-spawn": "^7.0.3",
|
|
54
54
|
"extract-zip": "^2.0.1",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"ws": "^8.17.1",
|
|
62
62
|
"yaml": "^2.4.1"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "5dc18fc7b8a1ed395a025a8f54dfa0094f92c599"
|
|
65
65
|
}
|