@percy/client 1.31.0-alpha.2 → 1.31.0-alpha.3

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/client.js +3 -1
  2. package/package.json +4 -4
package/dist/client.js CHANGED
@@ -143,6 +143,7 @@ export class PercyClient {
143
143
  projectType,
144
144
  cliStartTime = null
145
145
  } = {}) {
146
+ var _this$config$percy2;
146
147
  this.log.debug('Creating a new build...');
147
148
  let source = 'user_created';
148
149
  if (process.env.PERCY_AUTO_ENABLED_GROUP_BUILD === 'true') {
@@ -170,7 +171,8 @@ export class PercyClient {
170
171
  partial: this.env.partial,
171
172
  tags: tagsArr,
172
173
  'cli-start-time': cliStartTime,
173
- source: source
174
+ source: source,
175
+ 'skip-base-build': (_this$config$percy2 = this.config.percy) === null || _this$config$percy2 === void 0 ? void 0 : _this$config$percy2.skipBaseBuild
174
176
  },
175
177
  relationships: {
176
178
  resources: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/client",
3
- "version": "1.31.0-alpha.2",
3
+ "version": "1.31.0-alpha.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,9 +33,9 @@
33
33
  "test:coverage": "yarn test --coverage"
34
34
  },
35
35
  "dependencies": {
36
- "@percy/env": "1.31.0-alpha.2",
37
- "@percy/logger": "1.31.0-alpha.2",
36
+ "@percy/env": "1.31.0-alpha.3",
37
+ "@percy/logger": "1.31.0-alpha.3",
38
38
  "pako": "^2.1.0"
39
39
  },
40
- "gitHead": "1c7711f564fd4a112e1e1490a772db757df0535d"
40
+ "gitHead": "14ae0b4319c1c2ae28729d56cba3b159e80386a8"
41
41
  }