@percy/env 1.30.3-alpha.5 → 1.30.3-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.
@@ -272,13 +272,6 @@ export class PercyEnv {
272
272
  get token() {
273
273
  return this.vars.PERCY_TOKEN || null;
274
274
  }
275
-
276
- // PERCY_FORCE_PKG_VALUE for forcing package.json values
277
- // to be used as the current environment values in client
278
- get forcedPkgValue() {
279
- let pkg = this.vars.PERCY_FORCE_PKG_VALUE;
280
- return JSON.parse(pkg) || null;
281
- }
282
275
  }
283
276
 
284
277
  // cache getters on initial call so subsequent calls are not re-computed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/env",
3
- "version": "1.30.3-alpha.5",
3
+ "version": "1.30.3-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": "alpha"
12
+ "tag": "beta"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=14"
@@ -32,7 +32,7 @@
32
32
  "test:coverage": "yarn test --coverage"
33
33
  },
34
34
  "dependencies": {
35
- "@percy/logger": "1.30.3-alpha.5"
35
+ "@percy/logger": "1.30.3-beta.1"
36
36
  },
37
- "gitHead": "b996f30c92e3c9423352d8d31c230ebe21e99e1a"
37
+ "gitHead": "ef0d87e52a4010b4a59eb5e0161319826f34f97b"
38
38
  }