@relative-ci/core 5.0.0-beta.1 → 5.0.0-beta.2

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.
@@ -23,7 +23,7 @@ function loadEnv(args, config = {}) {
23
23
  debug.debug('RELATIVE_CI env', maskObjectProperty.maskObjectProperties(agentEnv$1, ['key']));
24
24
  const params = {
25
25
  isCi: ciEnv$1.isCi,
26
- agentVersion: "5.0.0-beta.1",
26
+ agentVersion: "5.0.0-beta.2",
27
27
  key: agentEnv$1.key,
28
28
  endpoint: agentEnv$1.endpoint || constants.DEFAULT_ENDPOINT,
29
29
  service: agentEnv$1.service || ciEnv$1.service,
@@ -21,7 +21,7 @@ function loadEnv(args, config = {}) {
21
21
  debug('RELATIVE_CI env', maskObjectProperties(agentEnv, ['key']));
22
22
  const params = {
23
23
  isCi: ciEnv.isCi,
24
- agentVersion: "5.0.0-beta.1",
24
+ agentVersion: "5.0.0-beta.2",
25
25
  key: agentEnv.key,
26
26
  endpoint: agentEnv.endpoint || DEFAULT_ENDPOINT,
27
27
  service: agentEnv.service || ciEnv.service,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relative-ci/core",
3
- "version": "5.0.0-beta.1",
3
+ "version": "5.0.0-beta.2",
4
4
  "description": "RelativeCI agent core",
5
5
  "keywords": [
6
6
  "webpack",
@@ -96,5 +96,5 @@
96
96
  "fs-extra": "11.3.0",
97
97
  "lodash": "4.17.21"
98
98
  },
99
- "gitHead": "ac397808cce7aa4d36ba6e2465902184404513f1"
99
+ "gitHead": "9e459695d9a161391b4e9d6d49c7866f8867d1cd"
100
100
  }