@relative-ci/core 5.0.0-rc.5 → 5.0.0-rc.6

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.
@@ -24,7 +24,7 @@ async function loadEnv(args, config = {}, logger$1 = logger.logger) {
24
24
  debug.debug('RELATIVE_CI env', maskObjectProperty.maskObjectProperties(agentEnv$1, ['key']));
25
25
  const params = {
26
26
  isCi: ciEnv$1.isCi,
27
- agentVersion: "5.0.0-rc.5",
27
+ agentVersion: "5.0.0-rc.6",
28
28
  agentType: args.agentType,
29
29
  key: agentEnv$1.key,
30
30
  endpoint: agentEnv$1.endpoint || constants.DEFAULT_ENDPOINT,
@@ -22,7 +22,7 @@ async function loadEnv(args, config = {}, logger$1 = logger) {
22
22
  debug('RELATIVE_CI env', maskObjectProperties(agentEnv, ['key']));
23
23
  const params = {
24
24
  isCi: ciEnv.isCi,
25
- agentVersion: "5.0.0-rc.5",
25
+ agentVersion: "5.0.0-rc.6",
26
26
  agentType: args.agentType,
27
27
  key: agentEnv.key,
28
28
  endpoint: agentEnv.endpoint || DEFAULT_ENDPOINT,
@@ -62,12 +62,12 @@ export type PluginArgs = {
62
62
  };
63
63
  export type PluginConfig = {
64
64
  /**
65
- * Absolute path for debug payload filepath
65
+ * Relative path for debug payload filepath
66
66
  * Default: `undefined`.
67
67
  */
68
68
  payloadFilepath?: string;
69
69
  /**
70
- * Read commit message from the git logs or GitHub Action event data
70
+ * Read commit message from the git logs, GitHub Action event data or GitHub API
71
71
  * Default: `true`.
72
72
  */
73
73
  includeCommitMessage?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relative-ci/core",
3
- "version": "5.0.0-rc.5",
3
+ "version": "5.0.0-rc.6",
4
4
  "description": "RelativeCI agent core",
5
5
  "keywords": [
6
6
  "webpack",
@@ -98,5 +98,5 @@
98
98
  "fs-extra": "11.3.0",
99
99
  "lodash": "4.17.21"
100
100
  },
101
- "gitHead": "f8521b83e6340a2f9395e442e9df6af29437c585"
101
+ "gitHead": "576d825f721edfe24515dca3d38adcedb2794211"
102
102
  }