@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.
package/lib/cjs/env/load.js
CHANGED
|
@@ -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.
|
|
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/
|
|
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/
|
|
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';
|
package/lib/esm/env/load.js
CHANGED
|
@@ -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.
|
|
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
|
+
"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": "
|
|
110
|
+
"gitHead": "cdbe9a78b3efc812c149d08e8f42248926dbc0b0"
|
|
111
111
|
}
|