@relative-ci/core 5.2.1 → 5.2.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.
@@ -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.1",
27
+ agentVersion: "5.2.2",
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/index3.js';
5
+ import crossSpawn from '../../../../_virtual/index2.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,4 +1,4 @@
1
- import { __exports as distNode } from '../../../_virtual/index2.js';
1
+ import { __exports as distNode } from '../../../_virtual/index3.js';
2
2
  import require$$0 from 'node:fs';
3
3
 
4
4
  var hasRequiredDistNode;
@@ -1,4 +1,8 @@
1
- var distNode = {};
1
+ import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
2
+ import { __require as requireCrossSpawn } from '../__/cross-spawn/index.js';
2
3
 
3
- export { distNode as __exports };
4
+ var crossSpawnExports = requireCrossSpawn();
5
+ var crossSpawn = /*@__PURE__*/getDefaultExportFromCjs(crossSpawnExports);
6
+
7
+ export { crossSpawn as default };
4
8
  //# 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,8 +1,4 @@
1
- import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
2
- import { __require as requireCrossSpawn } from '../__/cross-spawn/index.js';
1
+ var distNode = {};
3
2
 
4
- var crossSpawnExports = requireCrossSpawn();
5
- var crossSpawn = /*@__PURE__*/getDefaultExportFromCjs(crossSpawnExports);
6
-
7
- export { crossSpawn as default };
3
+ export { distNode as __exports };
8
4
  //# 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":";;;;"}
@@ -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.1",
25
+ agentVersion: "5.2.2",
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.1",
3
+ "version": "5.2.2",
4
4
  "description": "RelativeCI agent core",
5
5
  "keywords": [
6
6
  "webpack",
@@ -83,20 +83,20 @@
83
83
  "@types/lodash": "4.17.21",
84
84
  "env-ci": "11.2.0",
85
85
  "rimraf": "6.1.2",
86
- "rollup": "4.53.3",
86
+ "rollup": "4.54.0",
87
87
  "rollup-plugin-node-externals": "8.1.2",
88
88
  "typescript": "5.9.3",
89
- "typescript-eslint": "8.48.0",
90
- "vitest": "4.0.13"
89
+ "typescript-eslint": "8.51.0",
90
+ "vitest": "4.0.16"
91
91
  },
92
92
  "dependencies": {
93
93
  "@actions/github": "6.0.1",
94
- "@bundle-stats/plugin-webpack-filter": "4.21.7",
95
- "@bundle-stats/plugin-webpack-validate": "4.21.7",
94
+ "@bundle-stats/plugin-webpack-filter": "4.21.8",
95
+ "@bundle-stats/plugin-webpack-validate": "4.21.8",
96
96
  "debug": "4.4.3",
97
97
  "dotenv": "17.2.3",
98
- "fs-extra": "11.3.2",
98
+ "fs-extra": "11.3.3",
99
99
  "lodash": "4.17.21"
100
100
  },
101
- "gitHead": "093b1b0199faa81ae83019cf694b53f1fb9ab78c"
101
+ "gitHead": "4f8eeb3d8ab70db13d129782f79e125d20c1c40e"
102
102
  }