@relative-ci/core 5.3.3 → 5.4.0

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.3.3",
27
+ agentVersion: "5.4.0",
28
28
  agentType: args.agentType,
29
29
  key: agentEnv$1.key,
30
30
  endpoint: agentEnv$1.endpoint || constants.DEFAULT_ENDPOINT,
@@ -1,4 +1,4 @@
1
- import { __module as crossSpawn } from '../../_virtual/index8.js';
1
+ import { __module as crossSpawn } from '../../_virtual/index10.js';
2
2
  import childProcess from 'node:child_process';
3
3
  import { __require as requireParse } from './lib/parse.js';
4
4
  import { __require as requireEnoent } from './lib/enoent.js';
@@ -1,4 +1,4 @@
1
- import { __exports as undici } from '../../_virtual/index10.js';
1
+ import { __exports as undici } from '../../_virtual/index8.js';
2
2
  import { __require as requireClient } from './lib/dispatcher/client.js';
3
3
  import { __require as requireDispatcher } from './lib/dispatcher/dispatcher.js';
4
4
  import { __require as requirePool } from './lib/dispatcher/pool.js';
@@ -1,4 +1,4 @@
1
- var undici = {};
1
+ var crossSpawn = {exports: {}};
2
2
 
3
- export { undici as __exports };
3
+ export { crossSpawn as __module };
4
4
  //# sourceMappingURL=index10.js.map
@@ -1,4 +1,4 @@
1
- var crossSpawn = {exports: {}};
1
+ var undici = {};
2
2
 
3
- export { crossSpawn as __module };
3
+ export { undici as __exports };
4
4
  //# sourceMappingURL=index8.js.map
@@ -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.3.3",
25
+ agentVersion: "5.4.0",
26
26
  agentType: args.agentType,
27
27
  key: agentEnv.key,
28
28
  endpoint: agentEnv.endpoint || DEFAULT_ENDPOINT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relative-ci/core",
3
- "version": "5.3.3",
3
+ "version": "5.4.0",
4
4
  "description": "Core library for RelativeCI agent - send bundle stats and CI build information to RelativeCI",
5
5
  "keywords": [
6
6
  "relative-ci",
@@ -107,5 +107,5 @@
107
107
  "fs-extra": "11.3.5",
108
108
  "lodash": "4.18.1"
109
109
  },
110
- "gitHead": "6b3a444d995e785f40c36ef9b819d19c0e0e2d51"
110
+ "gitHead": "cdbe9a78b3efc812c149d08e8f42248926dbc0b0"
111
111
  }