@percy/core 1.31.14-beta.5 → 1.31.14

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/percy.js +2 -1
  2. package/package.json +10 -10
package/dist/percy.js CHANGED
@@ -73,7 +73,7 @@ export class Percy {
73
73
  // options which will become accessible via the `.config` property
74
74
  ..._options
75
75
  } = {}) {
76
- var _config$percy, _config$percy2;
76
+ var _config$percy, _config$percy2, _config$percy3;
77
77
  _classPrivateMethodInitSpec(this, _Percy_brand);
78
78
  _defineProperty(this, "log", logger('core'));
79
79
  _defineProperty(this, "readyState", null);
@@ -85,6 +85,7 @@ export class Percy {
85
85
  });
86
86
  labels ?? (labels = (_config$percy = config.percy) === null || _config$percy === void 0 ? void 0 : _config$percy.labels);
87
87
  deferUploads ?? (deferUploads = (_config$percy2 = config.percy) === null || _config$percy2 === void 0 ? void 0 : _config$percy2.deferUploads);
88
+ archiveDir ?? (archiveDir = (_config$percy3 = config.percy) === null || _config$percy3 === void 0 ? void 0 : _config$percy3.archiveDir);
88
89
  if (archiveDir) skipUploads = skipUploads != null ? skipUploads : true;
89
90
  this.config = config;
90
91
  this.cliStartTime = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/core",
3
- "version": "1.31.14-beta.5",
3
+ "version": "1.31.14",
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"
@@ -44,12 +44,12 @@
44
44
  "test:types": "tsd"
45
45
  },
46
46
  "dependencies": {
47
- "@percy/client": "1.31.14-beta.5",
48
- "@percy/config": "1.31.14-beta.5",
49
- "@percy/dom": "1.31.14-beta.5",
50
- "@percy/logger": "1.31.14-beta.5",
51
- "@percy/monitoring": "1.31.14-beta.5",
52
- "@percy/webdriver-utils": "1.31.14-beta.5",
47
+ "@percy/client": "1.31.14",
48
+ "@percy/config": "1.31.14",
49
+ "@percy/dom": "1.31.14",
50
+ "@percy/logger": "1.31.14",
51
+ "@percy/monitoring": "1.31.14",
52
+ "@percy/webdriver-utils": "1.31.14",
53
53
  "content-disposition": "^0.5.4",
54
54
  "cross-spawn": "^7.0.3",
55
55
  "extract-zip": "^2.0.1",
@@ -63,7 +63,7 @@
63
63
  "yaml": "^2.4.1"
64
64
  },
65
65
  "optionalDependencies": {
66
- "@percy/cli-doctor": "1.31.14-beta.5"
66
+ "@percy/cli-doctor": "1.31.14"
67
67
  },
68
- "gitHead": "5a92d9e34d219d2c9a46d74a020de81814973370"
68
+ "gitHead": "775b0995960757cfd611bf83e57cd25634ff5f97"
69
69
  }