@percy/core 1.31.0 → 1.31.1-beta.1
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/percy.js +2 -2
- package/package.json +9 -9
package/dist/percy.js
CHANGED
|
@@ -155,7 +155,7 @@ export class Percy {
|
|
|
155
155
|
return (_this$server = this.server) === null || _this$server === void 0 ? void 0 : _this$server.address();
|
|
156
156
|
}
|
|
157
157
|
renderingTypeProject() {
|
|
158
|
-
return this.projectType === 'web' || this.projectType === 'visual_scanner';
|
|
158
|
+
return this.projectType === 'web' || this.projectType === 'visual_scanner' || this.projectType === 'responsive_scanner';
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
// Set client & environment info, and override loaded config options
|
|
@@ -549,7 +549,7 @@ export class Percy {
|
|
|
549
549
|
if (this.testing && JSON.stringify(this.testing) === JSON.stringify({})) {
|
|
550
550
|
return true;
|
|
551
551
|
}
|
|
552
|
-
const assetDiscoverySupportedTypes = ['web', 'visual_scanner'];
|
|
552
|
+
const assetDiscoverySupportedTypes = ['web', 'visual_scanner', 'responsive_scanner'];
|
|
553
553
|
return !assetDiscoverySupportedTypes.includes(tokenType);
|
|
554
554
|
}
|
|
555
555
|
syncMode(options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/core",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.1-beta.1",
|
|
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": "beta"
|
|
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.
|
|
47
|
-
"@percy/config": "1.31.
|
|
48
|
-
"@percy/dom": "1.31.
|
|
49
|
-
"@percy/logger": "1.31.
|
|
50
|
-
"@percy/monitoring": "1.31.
|
|
51
|
-
"@percy/webdriver-utils": "1.31.
|
|
46
|
+
"@percy/client": "1.31.1-beta.1",
|
|
47
|
+
"@percy/config": "1.31.1-beta.1",
|
|
48
|
+
"@percy/dom": "1.31.1-beta.1",
|
|
49
|
+
"@percy/logger": "1.31.1-beta.1",
|
|
50
|
+
"@percy/monitoring": "1.31.1-beta.1",
|
|
51
|
+
"@percy/webdriver-utils": "1.31.1-beta.1",
|
|
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": "5c43f9b5d1088332cf5644e06df162c33f64df5b"
|
|
65
65
|
}
|