@relative-ci/core 5.2.0 → 5.2.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.
- package/lib/cjs/env/load.js +1 -1
- package/lib/esm/__/env-ci/__/execa/index.js +1 -1
- package/lib/esm/__/java-properties/dist-node/index.js +1 -1
- package/lib/esm/_virtual/index2.js +2 -6
- package/lib/esm/_virtual/index2.js.map +1 -1
- package/lib/esm/_virtual/index3.js +6 -2
- package/lib/esm/_virtual/index3.js.map +1 -1
- package/lib/esm/env/load.js +1 -1
- package/package.json +9 -9
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.2.
|
|
27
|
+
agentVersion: "5.2.1",
|
|
28
28
|
agentType: args.agentType,
|
|
29
29
|
key: agentEnv$1.key,
|
|
30
30
|
endpoint: agentEnv$1.endpoint || constants.DEFAULT_ENDPOINT,
|
|
@@ -2,7 +2,7 @@ import { Buffer } from 'node:buffer';
|
|
|
2
2
|
import path from 'node:path';
|
|
3
3
|
import childProcess from 'node:child_process';
|
|
4
4
|
import process from 'node:process';
|
|
5
|
-
import crossSpawn from '../../../../_virtual/
|
|
5
|
+
import crossSpawn from '../../../../_virtual/index3.js';
|
|
6
6
|
import stripFinalNewline from '../strip-final-newline/index.js';
|
|
7
7
|
import { npmRunPathEnv } from '../npm-run-path/index.js';
|
|
8
8
|
import { makeError } from './lib/error.js';
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { __require as requireCrossSpawn } from '../__/cross-spawn/index.js';
|
|
1
|
+
var distNode = {};
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
var crossSpawn = /*@__PURE__*/getDefaultExportFromCjs(crossSpawnExports);
|
|
6
|
-
|
|
7
|
-
export { crossSpawn as default };
|
|
3
|
+
export { distNode as __exports };
|
|
8
4
|
//# sourceMappingURL=index2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index2.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
2
|
+
import { __require as requireCrossSpawn } from '../__/cross-spawn/index.js';
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
var crossSpawnExports = requireCrossSpawn();
|
|
5
|
+
var crossSpawn = /*@__PURE__*/getDefaultExportFromCjs(crossSpawnExports);
|
|
6
|
+
|
|
7
|
+
export { crossSpawn as default };
|
|
4
8
|
//# sourceMappingURL=index3.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index3.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
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.2.
|
|
25
|
+
agentVersion: "5.2.1",
|
|
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.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"description": "RelativeCI agent core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -80,23 +80,23 @@
|
|
|
80
80
|
"@types/debug": "4.1.12",
|
|
81
81
|
"@types/env-ci": "3.1.4",
|
|
82
82
|
"@types/fs-extra": "11.0.4",
|
|
83
|
-
"@types/lodash": "4.17.
|
|
83
|
+
"@types/lodash": "4.17.21",
|
|
84
84
|
"env-ci": "11.2.0",
|
|
85
|
-
"rimraf": "6.1.
|
|
86
|
-
"rollup": "4.
|
|
85
|
+
"rimraf": "6.1.2",
|
|
86
|
+
"rollup": "4.53.3",
|
|
87
87
|
"rollup-plugin-node-externals": "8.1.2",
|
|
88
88
|
"typescript": "5.9.3",
|
|
89
|
-
"typescript-eslint": "8.
|
|
90
|
-
"vitest": "4.0.
|
|
89
|
+
"typescript-eslint": "8.48.0",
|
|
90
|
+
"vitest": "4.0.13"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@actions/github": "6.0.1",
|
|
94
|
-
"@bundle-stats/plugin-webpack-filter": "4.21.
|
|
95
|
-
"@bundle-stats/plugin-webpack-validate": "4.21.
|
|
94
|
+
"@bundle-stats/plugin-webpack-filter": "4.21.7",
|
|
95
|
+
"@bundle-stats/plugin-webpack-validate": "4.21.7",
|
|
96
96
|
"debug": "4.4.3",
|
|
97
97
|
"dotenv": "17.2.3",
|
|
98
98
|
"fs-extra": "11.3.2",
|
|
99
99
|
"lodash": "4.17.21"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "093b1b0199faa81ae83019cf694b53f1fb9ab78c"
|
|
102
102
|
}
|