@storm-software/config-tools 1.187.1 → 1.187.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.
- package/README.md +1 -1
- package/dist/{chunk-DQT6QJRQ.cjs → chunk-6Y623TCS.cjs} +4 -2
- package/dist/{chunk-6RVIJKY3.js → chunk-EENQN6N2.js} +4 -2
- package/dist/config-file/get-config-file.cjs +1 -1
- package/dist/config-file/get-config-file.js +1 -1
- package/dist/config-file/index.cjs +1 -1
- package/dist/config-file/index.js +1 -1
- package/dist/create-storm-config.cjs +1 -1
- package/dist/create-storm-config.js +1 -1
- package/dist/get-config.cjs +1 -1
- package/dist/get-config.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/utilities/index.cjs +2 -2
- package/dist/utilities/index.js +1 -1
- package/dist/utilities/run.cjs +2 -2
- package/dist/utilities/run.d.cts +1 -1
- package/dist/utilities/run.d.ts +1 -1
- package/dist/utilities/run.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -13,7 +13,8 @@ var run = (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => (
|
|
|
13
13
|
windowsHide: true,
|
|
14
14
|
stdio,
|
|
15
15
|
maxBuffer: LARGE_BUFFER,
|
|
16
|
-
killSignal: "SIGTERM"
|
|
16
|
+
killSignal: "SIGTERM",
|
|
17
|
+
encoding: "utf8"
|
|
17
18
|
});
|
|
18
19
|
};
|
|
19
20
|
var runAsync = (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => ( process.cwd())), env = process.env) => {
|
|
@@ -27,7 +28,8 @@ var runAsync = (config, command, cwd = _nullishCoalesce(config.workspaceRoot, ()
|
|
|
27
28
|
},
|
|
28
29
|
windowsHide: true,
|
|
29
30
|
maxBuffer: LARGE_BUFFER,
|
|
30
|
-
killSignal: "SIGTERM"
|
|
31
|
+
killSignal: "SIGTERM",
|
|
32
|
+
encoding: "utf8"
|
|
31
33
|
});
|
|
32
34
|
};
|
|
33
35
|
|
|
@@ -13,7 +13,8 @@ var run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio =
|
|
|
13
13
|
windowsHide: true,
|
|
14
14
|
stdio,
|
|
15
15
|
maxBuffer: LARGE_BUFFER,
|
|
16
|
-
killSignal: "SIGTERM"
|
|
16
|
+
killSignal: "SIGTERM",
|
|
17
|
+
encoding: "utf8"
|
|
17
18
|
});
|
|
18
19
|
};
|
|
19
20
|
var runAsync = (config, command, cwd = config.workspaceRoot ?? process.cwd(), env = process.env) => {
|
|
@@ -27,7 +28,8 @@ var runAsync = (config, command, cwd = config.workspaceRoot ?? process.cwd(), en
|
|
|
27
28
|
},
|
|
28
29
|
windowsHide: true,
|
|
29
30
|
maxBuffer: LARGE_BUFFER,
|
|
30
|
-
killSignal: "SIGTERM"
|
|
31
|
+
killSignal: "SIGTERM",
|
|
32
|
+
encoding: "utf8"
|
|
31
33
|
});
|
|
32
34
|
};
|
|
33
35
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkZF73HG6Kcjs = require('../chunk-ZF73HG6K.cjs');
|
|
5
5
|
require('../chunk-3COHMHPU.cjs');
|
|
6
6
|
require('../chunk-CRQ64CT5.cjs');
|
|
7
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-6Y623TCS.cjs');
|
|
8
8
|
require('../chunk-363CTBPH.cjs');
|
|
9
9
|
require('../chunk-ODW5CAKD.cjs');
|
|
10
10
|
require('../chunk-2WBD2G3E.cjs');
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-RZM3NYPM.js";
|
|
5
5
|
import "../chunk-UKGRDKIH.js";
|
|
6
6
|
import "../chunk-FVKBGSDE.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-EENQN6N2.js";
|
|
8
8
|
import "../chunk-L72FV3TP.js";
|
|
9
9
|
import "../chunk-2XODVGPA.js";
|
|
10
10
|
import "../chunk-KSMN3HSC.js";
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
var _chunkZF73HG6Kcjs = require('../chunk-ZF73HG6K.cjs');
|
|
6
6
|
require('../chunk-3COHMHPU.cjs');
|
|
7
7
|
require('../chunk-CRQ64CT5.cjs');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-6Y623TCS.cjs');
|
|
9
9
|
require('../chunk-363CTBPH.cjs');
|
|
10
10
|
require('../chunk-ODW5CAKD.cjs');
|
|
11
11
|
require('../chunk-2WBD2G3E.cjs');
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
} from "../chunk-RZM3NYPM.js";
|
|
6
6
|
import "../chunk-UKGRDKIH.js";
|
|
7
7
|
import "../chunk-FVKBGSDE.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-EENQN6N2.js";
|
|
9
9
|
import "../chunk-L72FV3TP.js";
|
|
10
10
|
import "../chunk-2XODVGPA.js";
|
|
11
11
|
import "../chunk-KSMN3HSC.js";
|
|
@@ -7,7 +7,7 @@ var _chunkYVVHMY32cjs = require('./chunk-YVVHMY32.cjs');
|
|
|
7
7
|
require('./chunk-ZF73HG6K.cjs');
|
|
8
8
|
require('./chunk-3COHMHPU.cjs');
|
|
9
9
|
require('./chunk-CRQ64CT5.cjs');
|
|
10
|
-
require('./chunk-
|
|
10
|
+
require('./chunk-6Y623TCS.cjs');
|
|
11
11
|
require('./chunk-363CTBPH.cjs');
|
|
12
12
|
require('./chunk-ODW5CAKD.cjs');
|
|
13
13
|
require('./chunk-2WBD2G3E.cjs');
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import "./chunk-RZM3NYPM.js";
|
|
8
8
|
import "./chunk-UKGRDKIH.js";
|
|
9
9
|
import "./chunk-FVKBGSDE.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-EENQN6N2.js";
|
|
11
11
|
import "./chunk-L72FV3TP.js";
|
|
12
12
|
import "./chunk-2XODVGPA.js";
|
|
13
13
|
import "./chunk-KSMN3HSC.js";
|
package/dist/get-config.cjs
CHANGED
|
@@ -7,7 +7,7 @@ require('./chunk-YVVHMY32.cjs');
|
|
|
7
7
|
require('./chunk-ZF73HG6K.cjs');
|
|
8
8
|
require('./chunk-3COHMHPU.cjs');
|
|
9
9
|
require('./chunk-CRQ64CT5.cjs');
|
|
10
|
-
require('./chunk-
|
|
10
|
+
require('./chunk-6Y623TCS.cjs');
|
|
11
11
|
require('./chunk-363CTBPH.cjs');
|
|
12
12
|
require('./chunk-ODW5CAKD.cjs');
|
|
13
13
|
require('./chunk-2WBD2G3E.cjs');
|
package/dist/get-config.js
CHANGED
|
@@ -7,7 +7,7 @@ import "./chunk-R7MTORRG.js";
|
|
|
7
7
|
import "./chunk-RZM3NYPM.js";
|
|
8
8
|
import "./chunk-UKGRDKIH.js";
|
|
9
9
|
import "./chunk-FVKBGSDE.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-EENQN6N2.js";
|
|
11
11
|
import "./chunk-L72FV3TP.js";
|
|
12
12
|
import "./chunk-2XODVGPA.js";
|
|
13
13
|
import "./chunk-KSMN3HSC.js";
|
package/dist/index.cjs
CHANGED
|
@@ -24,7 +24,7 @@ var _chunkCRQ64CT5cjs = require('./chunk-CRQ64CT5.cjs');
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
27
|
+
var _chunk6Y623TCScjs = require('./chunk-6Y623TCS.cjs');
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
@@ -194,4 +194,4 @@ var _chunkIRCFHYKZcjs = require('./chunk-IRCFHYKZ.cjs');
|
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
|
|
197
|
-
exports.CONSOLE_ICONS = _chunkWBQ4VS7Ecjs.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkMKPH762Ocjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER =
|
|
197
|
+
exports.CONSOLE_ICONS = _chunkWBQ4VS7Ecjs.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkMKPH762Ocjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.LogLevel = _chunkIRCFHYKZcjs.LogLevel; exports.LogLevelLabel = _chunkIRCFHYKZcjs.LogLevelLabel; exports.applyDefaultConfig = _chunkOLPXRL4Xcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkODW5CAKDcjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkODW5CAKDcjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkODW5CAKDcjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.createConfigExtension = _chunkYVVHMY32cjs.createConfigExtension; exports.createLogger = _chunkESUPAI3Ycjs.createLogger; exports.createStormWorkspaceConfig = _chunkYVVHMY32cjs.createStormWorkspaceConfig; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.exitWithError = _chunkCRQ64CT5cjs.exitWithError; exports.exitWithSuccess = _chunkCRQ64CT5cjs.exitWithSuccess; exports.extname = _chunkBDATZ3UBcjs.extname; exports.findFileName = _chunk2WBD2G3Ecjs.findFileName; exports.findFilePath = _chunk2WBD2G3Ecjs.findFilePath; exports.findWorkspaceRoot = _chunkCV4CBBNCcjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunkCV4CBBNCcjs.findWorkspaceRootSafe; exports.format = _chunkBDATZ3UBcjs.format; exports.formatLogMessage = _chunk72EOBSKWcjs.formatLogMessage; exports.formatTimestamp = _chunkBN6MEGGYcjs.formatTimestamp; exports.getChalk = _chunkLOY6ICHZcjs.getChalk; exports.getColor = _chunkMKPH762Ocjs.getColor; exports.getColors = _chunkMKPH762Ocjs.getColors; exports.getConfig = _chunkCHH7IMWBcjs.getConfig; exports.getConfigEnv = _chunkJL3JIFMNcjs.getConfigEnv; exports.getConfigFile = _chunkZF73HG6Kcjs.getConfigFile; exports.getConfigFileByName = _chunkZF73HG6Kcjs.getConfigFileByName; exports.getExtensionEnv = _chunkJL3JIFMNcjs.getExtensionEnv; exports.getGradient = _chunkMKPH762Ocjs.getGradient; exports.getLogFn = _chunk72EOBSKWcjs.getLogFn; exports.getLogLevel = _chunk4PX5UVANcjs.getLogLevel; exports.getLogLevelLabel = _chunk4PX5UVANcjs.getLogLevelLabel; exports.getPackageJsonConfig = _chunkOLPXRL4Xcjs.getPackageJsonConfig; exports.getStopwatch = _chunk72EOBSKWcjs.getStopwatch; exports.getWorkspaceConfig = _chunkCHH7IMWBcjs.getWorkspaceConfig; exports.handleProcess = _chunkCRQ64CT5cjs.handleProcess; exports.isAbsolute = _chunkBDATZ3UBcjs.isAbsolute; exports.isUnicodeSupported = _chunkDTGT4OI3cjs.isUnicodeSupported; exports.isVerbose = _chunk4PX5UVANcjs.isVerbose; exports.joinPaths = _chunkBDATZ3UBcjs.joinPaths; exports.loadStormWorkspaceConfig = _chunkYVVHMY32cjs.loadStormWorkspaceConfig; exports.modifyCargoNestedTable = _chunk363CTBPHcjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunk363CTBPHcjs.modifyCargoTable; exports.normalizeString = _chunkBDATZ3UBcjs.normalizeString; exports.normalizeWindowsPath = _chunkBDATZ3UBcjs.normalizeWindowsPath; exports.parse = _chunkBDATZ3UBcjs.parse; exports.parseCargoToml = _chunk363CTBPHcjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunk363CTBPHcjs.parseCargoTomlWithTree; exports.relative = _chunkBDATZ3UBcjs.relative; exports.removeExtension = _chunk2WBD2G3Ecjs.removeExtension; exports.resolve = _chunkBDATZ3UBcjs.resolve; exports.run = _chunk6Y623TCScjs.run; exports.runAsync = _chunk6Y623TCScjs.runAsync; exports.sep = _chunkBDATZ3UBcjs.sep; exports.setConfigEnv = _chunkDW7S5IU3cjs.setConfigEnv; exports.setExtensionEnv = _chunkDW7S5IU3cjs.setExtensionEnv; exports.stringifyCargoToml = _chunk363CTBPHcjs.stringifyCargoToml; exports.toNamespacedPath = _chunkBDATZ3UBcjs.toNamespacedPath; exports.tryGetWorkspaceConfig = _chunkCHH7IMWBcjs.tryGetWorkspaceConfig; exports.tryLoadStormWorkspaceConfig = _chunkYVVHMY32cjs.tryLoadStormWorkspaceConfig; exports.writeDebug = _chunk72EOBSKWcjs.writeDebug; exports.writeError = _chunk72EOBSKWcjs.writeError; exports.writeFatal = _chunk72EOBSKWcjs.writeFatal; exports.writeInfo = _chunk72EOBSKWcjs.writeInfo; exports.writeSuccess = _chunk72EOBSKWcjs.writeSuccess; exports.writeSystem = _chunk72EOBSKWcjs.writeSystem; exports.writeTrace = _chunk72EOBSKWcjs.writeTrace; exports.writeWarning = _chunk72EOBSKWcjs.writeWarning;
|
package/dist/index.js
CHANGED
package/dist/utilities/index.cjs
CHANGED
|
@@ -8,7 +8,7 @@ var _chunkCRQ64CT5cjs = require('../chunk-CRQ64CT5.cjs');
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunk6Y623TCScjs = require('../chunk-6Y623TCS.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -106,4 +106,4 @@ require('../chunk-IRCFHYKZ.cjs');
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
exports.DEFAULT_COLOR_CONFIG = _chunkMKPH762Ocjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER =
|
|
109
|
+
exports.DEFAULT_COLOR_CONFIG = _chunkMKPH762Ocjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.applyDefaultConfig = _chunkOLPXRL4Xcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkODW5CAKDcjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkODW5CAKDcjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkODW5CAKDcjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.exitWithError = _chunkCRQ64CT5cjs.exitWithError; exports.exitWithSuccess = _chunkCRQ64CT5cjs.exitWithSuccess; exports.extname = _chunkBDATZ3UBcjs.extname; exports.findFileName = _chunk2WBD2G3Ecjs.findFileName; exports.findFilePath = _chunk2WBD2G3Ecjs.findFilePath; exports.findWorkspaceRoot = _chunkCV4CBBNCcjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunkCV4CBBNCcjs.findWorkspaceRootSafe; exports.format = _chunkBDATZ3UBcjs.format; exports.getColor = _chunkMKPH762Ocjs.getColor; exports.getColors = _chunkMKPH762Ocjs.getColors; exports.getGradient = _chunkMKPH762Ocjs.getGradient; exports.getPackageJsonConfig = _chunkOLPXRL4Xcjs.getPackageJsonConfig; exports.handleProcess = _chunkCRQ64CT5cjs.handleProcess; exports.isAbsolute = _chunkBDATZ3UBcjs.isAbsolute; exports.joinPaths = _chunkBDATZ3UBcjs.joinPaths; exports.modifyCargoNestedTable = _chunk363CTBPHcjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunk363CTBPHcjs.modifyCargoTable; exports.normalizeString = _chunkBDATZ3UBcjs.normalizeString; exports.normalizeWindowsPath = _chunkBDATZ3UBcjs.normalizeWindowsPath; exports.parse = _chunkBDATZ3UBcjs.parse; exports.parseCargoToml = _chunk363CTBPHcjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunk363CTBPHcjs.parseCargoTomlWithTree; exports.relative = _chunkBDATZ3UBcjs.relative; exports.removeExtension = _chunk2WBD2G3Ecjs.removeExtension; exports.resolve = _chunkBDATZ3UBcjs.resolve; exports.run = _chunk6Y623TCScjs.run; exports.runAsync = _chunk6Y623TCScjs.runAsync; exports.sep = _chunkBDATZ3UBcjs.sep; exports.stringifyCargoToml = _chunk363CTBPHcjs.stringifyCargoToml; exports.toNamespacedPath = _chunkBDATZ3UBcjs.toNamespacedPath;
|
package/dist/utilities/index.js
CHANGED
package/dist/utilities/run.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunk6Y623TCScjs = require('../chunk-6Y623TCS.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.LARGE_BUFFER =
|
|
10
|
+
exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.run = _chunk6Y623TCScjs.run; exports.runAsync = _chunk6Y623TCScjs.runAsync;
|
package/dist/utilities/run.d.cts
CHANGED
|
@@ -17,7 +17,7 @@ type StdioOptions = IOType | Array<IOType | "ipc" | number | null | undefined>;
|
|
|
17
17
|
* @param env - The environment variables
|
|
18
18
|
* @returns The result of the command
|
|
19
19
|
*/
|
|
20
|
-
declare const run: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, stdio?: StdioOptions, env?: NodeJS.ProcessEnv) =>
|
|
20
|
+
declare const run: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, stdio?: StdioOptions, env?: NodeJS.ProcessEnv) => string;
|
|
21
21
|
/**
|
|
22
22
|
* Run an asynchronous command line process
|
|
23
23
|
*
|
package/dist/utilities/run.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ type StdioOptions = IOType | Array<IOType | "ipc" | number | null | undefined>;
|
|
|
17
17
|
* @param env - The environment variables
|
|
18
18
|
* @returns The result of the command
|
|
19
19
|
*/
|
|
20
|
-
declare const run: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, stdio?: StdioOptions, env?: NodeJS.ProcessEnv) =>
|
|
20
|
+
declare const run: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, stdio?: StdioOptions, env?: NodeJS.ProcessEnv) => string;
|
|
21
21
|
/**
|
|
22
22
|
* Run an asynchronous command line process
|
|
23
23
|
*
|
package/dist/utilities/run.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.187.
|
|
3
|
+
"version": "1.187.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing various utilities to support custom workspace configurations and environment management for Storm Software projects, including configuration file handling, environment variable management, and logging utilities.",
|
|
6
6
|
"repository": {
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
],
|
|
212
212
|
"dependencies": {
|
|
213
213
|
"@ltd/j-toml": "1.38.0",
|
|
214
|
-
"@storm-software/config": "^1.133.
|
|
214
|
+
"@storm-software/config": "^1.133.1",
|
|
215
215
|
"c12": "^2.0.0-beta.2",
|
|
216
216
|
"chalk": "^4.1.2",
|
|
217
217
|
"commander": "^12.1.0",
|
|
@@ -224,5 +224,5 @@
|
|
|
224
224
|
"devDependencies": { "@types/node": "^22.10.2", "tsup": "8.4.0" },
|
|
225
225
|
"publishConfig": { "access": "public" },
|
|
226
226
|
"sideEffects": false,
|
|
227
|
-
"gitHead": "
|
|
227
|
+
"gitHead": "5ba1714ea3ed713513913707565190fad212ee67"
|
|
228
228
|
}
|