@storm-software/config-tools 1.189.5 → 1.189.7
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-B2K26H6K.cjs → chunk-4XZCLDX5.cjs} +6 -5
- package/dist/{chunk-YKUGXDJV.cjs → chunk-B3OWNYW5.cjs} +10 -10
- package/dist/{chunk-5PODRWRM.cjs → chunk-CSO3LQWV.cjs} +3 -3
- package/dist/{chunk-4KKLDSJ3.cjs → chunk-DPDS4CSW.cjs} +3 -3
- package/dist/{chunk-SVGD3UQJ.cjs → chunk-GLYIZSQP.cjs} +2 -2
- package/dist/{chunk-YH5L2OER.js → chunk-OGXIFMHW.js} +1 -1
- package/dist/{chunk-AZEXAVGL.cjs → chunk-OZ6NKEEC.cjs} +9 -9
- package/dist/{chunk-NMO4EWXQ.js → chunk-QKYARTIV.js} +6 -5
- package/dist/{chunk-WWT7VI4S.js → chunk-RKSFAUGQ.js} +1 -1
- package/dist/{chunk-AWJF23PC.js → chunk-RSTBLBBG.js} +2 -2
- package/dist/{chunk-HZ7A5DOZ.cjs → chunk-RVHA3XPD.cjs} +9 -9
- package/dist/{chunk-JJ7HPMFE.js → chunk-SBJJ3URW.js} +1 -1
- package/dist/{chunk-5HZ6ELPB.js → chunk-ZGGNJYIH.js} +1 -1
- package/dist/{chunk-EO7PZJN6.js → chunk-ZVA3DOGV.js} +1 -1
- package/dist/config-file/get-config-file.cjs +6 -6
- package/dist/config-file/get-config-file.js +5 -5
- package/dist/config-file/index.cjs +6 -6
- package/dist/config-file/index.js +5 -5
- package/dist/create-storm-config.cjs +7 -7
- package/dist/create-storm-config.js +6 -6
- package/dist/get-config.cjs +8 -8
- package/dist/get-config.js +7 -7
- package/dist/index.cjs +8 -8
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -7
- package/dist/logger/console.cjs +2 -2
- package/dist/logger/console.js +1 -1
- package/dist/logger/create-logger.cjs +3 -3
- package/dist/logger/create-logger.js +2 -2
- package/dist/logger/index.cjs +3 -3
- package/dist/logger/index.js +2 -2
- package/dist/utilities/index.cjs +5 -5
- package/dist/utilities/index.d.cts +1 -1
- package/dist/utilities/index.d.ts +1 -1
- package/dist/utilities/index.js +4 -4
- package/dist/utilities/process-handler.cjs +3 -3
- package/dist/utilities/process-handler.js +2 -2
- package/dist/utilities/run.d.cts +2 -2
- package/dist/utilities/run.d.ts +2 -2
- package/dist/utilities/toml.cjs +4 -4
- package/dist/utilities/toml.js +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -141,11 +141,12 @@ var getStopwatch = (name) => {
|
|
|
141
141
|
const start = /* @__PURE__ */ new Date();
|
|
142
142
|
return () => {
|
|
143
143
|
console.info(
|
|
144
|
-
`
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
144
|
+
`> \u23F1 The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0,
|
|
145
|
+
start,
|
|
146
|
+
{
|
|
147
|
+
includeSeconds: true
|
|
148
|
+
}
|
|
149
|
+
)} to complete`
|
|
149
150
|
);
|
|
150
151
|
};
|
|
151
152
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkCSO3LQWVcjs = require('./chunk-CSO3LQWV.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ var _chunk3CNCDDWZcjs = require('./chunk-3CNCDDWZ.cjs');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunk4XZCLDX5cjs = require('./chunk-4XZCLDX5.cjs');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
var _chunkY4QTE6AKcjs = require('./chunk-Y4QTE6AK.cjs');
|
|
@@ -38,10 +38,10 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
38
38
|
_workspaceRoot = _chunk3CNCDDWZcjs.findWorkspaceRoot.call(void 0, );
|
|
39
39
|
}
|
|
40
40
|
const configEnv = _chunkI6JQJR5Wcjs.getConfigEnv.call(void 0, );
|
|
41
|
-
const configFile = await
|
|
41
|
+
const configFile = await _chunkCSO3LQWVcjs.getConfigFile.call(void 0, _workspaceRoot);
|
|
42
42
|
if (!configFile) {
|
|
43
43
|
if (!skipLogs) {
|
|
44
|
-
|
|
44
|
+
_chunk4XZCLDX5cjs.writeWarning.call(void 0,
|
|
45
45
|
"No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n",
|
|
46
46
|
{ logLevel: "all" }
|
|
47
47
|
);
|
|
@@ -68,7 +68,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
68
68
|
throw new Error(
|
|
69
69
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _3 => _3.message]) ? `: ${error.message}` : ""}
|
|
70
70
|
|
|
71
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
71
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunk4XZCLDX5cjs.formatLogMessage.call(void 0,
|
|
72
72
|
configInput
|
|
73
73
|
)}`,
|
|
74
74
|
{
|
|
@@ -113,9 +113,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
113
113
|
);
|
|
114
114
|
_chunkY4QTE6AKcjs.setConfigEnv.call(void 0, config);
|
|
115
115
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
116
|
-
|
|
116
|
+
_chunk4XZCLDX5cjs.writeTrace.call(void 0,
|
|
117
117
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
118
|
-
${
|
|
118
|
+
${_chunk4XZCLDX5cjs.formatLogMessage.call(void 0, config)}`,
|
|
119
119
|
config
|
|
120
120
|
);
|
|
121
121
|
}
|
|
@@ -135,16 +135,16 @@ var tryLoadStormWorkspaceConfig = async (workspaceRoot, skipLogs = true, useDefa
|
|
|
135
135
|
}
|
|
136
136
|
_chunkY4QTE6AKcjs.setConfigEnv.call(void 0, config);
|
|
137
137
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
138
|
-
|
|
138
|
+
_chunk4XZCLDX5cjs.writeTrace.call(void 0,
|
|
139
139
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
140
|
-
${
|
|
140
|
+
${_chunk4XZCLDX5cjs.formatLogMessage.call(void 0, config)}`,
|
|
141
141
|
config
|
|
142
142
|
);
|
|
143
143
|
}
|
|
144
144
|
return config;
|
|
145
145
|
} catch (error) {
|
|
146
146
|
if (!skipLogs) {
|
|
147
|
-
|
|
147
|
+
_chunk4XZCLDX5cjs.writeWarning.call(void 0,
|
|
148
148
|
`\u26A0\uFE0F Failed to load Storm Workspace configuration: ${error}`,
|
|
149
149
|
{ logLevel: "all" }
|
|
150
150
|
);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _chunk3CNCDDWZcjs = require('./chunk-3CNCDDWZ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunk4XZCLDX5cjs = require('./chunk-4XZCLDX5.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunkBDATZ3UBcjs = require('./chunk-BDATZ3UB.cjs');
|
|
@@ -52,7 +52,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
52
52
|
let config = result.config;
|
|
53
53
|
const configFile = result.configFile;
|
|
54
54
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
55
|
-
|
|
55
|
+
_chunk4XZCLDX5cjs.writeTrace.call(void 0,
|
|
56
56
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
57
57
|
{
|
|
58
58
|
logLevel: "all"
|
|
@@ -68,7 +68,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
68
68
|
for (const result2 of results) {
|
|
69
69
|
if (_optionalChain([result2, 'optionalAccess', _5 => _5.config]) && _optionalChain([result2, 'optionalAccess', _6 => _6.configFile]) && Object.keys(result2.config).length > 0) {
|
|
70
70
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
71
|
-
|
|
71
|
+
_chunk4XZCLDX5cjs.writeTrace.call(void 0,
|
|
72
72
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
73
73
|
{
|
|
74
74
|
logLevel: "all"
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkB3OWNYW5cjs = require('./chunk-B3OWNYW5.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3CNCDDWZcjs = require('./chunk-3CNCDDWZ.cjs');
|
|
8
8
|
|
|
9
9
|
// src/get-config.ts
|
|
10
10
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
11
|
-
return
|
|
11
|
+
return _chunkB3OWNYW5cjs.loadStormWorkspaceConfig.call(void 0, workspaceRoot, skipLogs);
|
|
12
12
|
}
|
|
13
13
|
function getWorkspaceConfig(skipLogs = true, options = {}) {
|
|
14
14
|
let workspaceRoot = options.workspaceRoot;
|
|
@@ -23,7 +23,7 @@ async function tryGetWorkspaceConfig(skipLogs = true, options = {}) {
|
|
|
23
23
|
if (!workspaceRoot) {
|
|
24
24
|
workspaceRoot = _chunk3CNCDDWZcjs.findWorkspaceRoot.call(void 0, options.cwd);
|
|
25
25
|
}
|
|
26
|
-
return
|
|
26
|
+
return _chunkB3OWNYW5cjs.tryLoadStormWorkspaceConfig.call(void 0,
|
|
27
27
|
workspaceRoot,
|
|
28
28
|
skipLogs,
|
|
29
29
|
options.useDefault
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk4XZCLDX5cjs = require('./chunk-4XZCLDX5.cjs');
|
|
4
4
|
|
|
5
5
|
// src/utilities/toml.ts
|
|
6
6
|
var _jtoml = require('@ltd/j-toml'); var _jtoml2 = _interopRequireDefault(_jtoml);
|
|
7
7
|
function parseCargoTomlWithTree(tree, projectRoot, projectName) {
|
|
8
8
|
const cargoTomlString = _optionalChain([tree, 'access', _ => _.read, 'call', _2 => _2(`${projectRoot}/Cargo.toml`), 'optionalAccess', _3 => _3.toString, 'call', _4 => _4()]);
|
|
9
9
|
if (!cargoTomlString) {
|
|
10
|
-
|
|
10
|
+
_chunk4XZCLDX5cjs.writeError.call(void 0, `Cannot find a Cargo.toml file in the ${projectName}`);
|
|
11
11
|
throw new Error();
|
|
12
12
|
}
|
|
13
13
|
return parseCargoToml(cargoTomlString);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk4XZCLDX5cjs = require('./chunk-4XZCLDX5.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkIRCFHYKZcjs = require('./chunk-IRCFHYKZ.cjs');
|
|
@@ -9,13 +9,13 @@ var _chunkIRCFHYKZcjs = require('./chunk-IRCFHYKZ.cjs');
|
|
|
9
9
|
// src/logger/create-logger.ts
|
|
10
10
|
var _chalk = require('chalk'); var _chalk2 = _interopRequireDefault(_chalk);
|
|
11
11
|
async function createLogger(config) {
|
|
12
|
-
const writeFatal =
|
|
13
|
-
const writeError =
|
|
14
|
-
const writeWarning =
|
|
15
|
-
const writeInfo =
|
|
16
|
-
const writeSuccess =
|
|
17
|
-
const writeDebug =
|
|
18
|
-
const writeTrace =
|
|
12
|
+
const writeFatal = _chunk4XZCLDX5cjs.getLogFn.call(void 0, _chunkIRCFHYKZcjs.LogLevel.FATAL, config, _chalk2.default);
|
|
13
|
+
const writeError = _chunk4XZCLDX5cjs.getLogFn.call(void 0, _chunkIRCFHYKZcjs.LogLevel.ERROR, config, _chalk2.default);
|
|
14
|
+
const writeWarning = _chunk4XZCLDX5cjs.getLogFn.call(void 0, _chunkIRCFHYKZcjs.LogLevel.WARN, config, _chalk2.default);
|
|
15
|
+
const writeInfo = _chunk4XZCLDX5cjs.getLogFn.call(void 0, _chunkIRCFHYKZcjs.LogLevel.INFO, config, _chalk2.default);
|
|
16
|
+
const writeSuccess = _chunk4XZCLDX5cjs.getLogFn.call(void 0, _chunkIRCFHYKZcjs.LogLevel.SUCCESS, config, _chalk2.default);
|
|
17
|
+
const writeDebug = _chunk4XZCLDX5cjs.getLogFn.call(void 0, _chunkIRCFHYKZcjs.LogLevel.DEBUG, config, _chalk2.default);
|
|
18
|
+
const writeTrace = _chunk4XZCLDX5cjs.getLogFn.call(void 0, _chunkIRCFHYKZcjs.LogLevel.TRACE, config, _chalk2.default);
|
|
19
19
|
return {
|
|
20
20
|
fatal: writeFatal,
|
|
21
21
|
error: writeError,
|
|
@@ -24,7 +24,7 @@ async function createLogger(config) {
|
|
|
24
24
|
success: writeSuccess,
|
|
25
25
|
debug: writeDebug,
|
|
26
26
|
trace: writeTrace,
|
|
27
|
-
getStopwatch:
|
|
27
|
+
getStopwatch: _chunk4XZCLDX5cjs.getStopwatch
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -141,11 +141,12 @@ var getStopwatch = (name) => {
|
|
|
141
141
|
const start = /* @__PURE__ */ new Date();
|
|
142
142
|
return () => {
|
|
143
143
|
console.info(
|
|
144
|
-
`
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
144
|
+
`> \u23F1 The${name ? ` ${name}` : ""} process took ${formatDistanceToNow(
|
|
145
|
+
start,
|
|
146
|
+
{
|
|
147
|
+
includeSeconds: true
|
|
148
|
+
}
|
|
149
|
+
)} to complete`
|
|
149
150
|
);
|
|
150
151
|
};
|
|
151
152
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getConfigFile
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ZGGNJYIH.js";
|
|
4
4
|
import {
|
|
5
5
|
applyDefaultConfig,
|
|
6
6
|
getPackageJsonConfig
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatLogMessage,
|
|
13
13
|
writeTrace,
|
|
14
14
|
writeWarning
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-QKYARTIV.js";
|
|
16
16
|
import {
|
|
17
17
|
setConfigEnv
|
|
18
18
|
} from "./chunk-4XFFB6C2.js";
|
|
@@ -3,31 +3,31 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunk4XZCLDX5cjs = require('./chunk-4XZCLDX5.cjs');
|
|
7
7
|
|
|
8
8
|
// src/utilities/process-handler.ts
|
|
9
9
|
var exitWithError = (config) => {
|
|
10
|
-
|
|
10
|
+
_chunk4XZCLDX5cjs.writeFatal.call(void 0, "Exiting script with an error status...", config);
|
|
11
11
|
process.exit(1);
|
|
12
12
|
};
|
|
13
13
|
var exitWithSuccess = (config) => {
|
|
14
|
-
|
|
14
|
+
_chunk4XZCLDX5cjs.writeSuccess.call(void 0, "Script completed successfully. Exiting...", config);
|
|
15
15
|
process.exit(0);
|
|
16
16
|
};
|
|
17
17
|
var handleProcess = (config) => {
|
|
18
|
-
|
|
18
|
+
_chunk4XZCLDX5cjs.writeTrace.call(void 0,
|
|
19
19
|
`Using the following arguments to process the script: ${process.argv.join(", ")}`,
|
|
20
20
|
config
|
|
21
21
|
);
|
|
22
22
|
process.on("unhandledRejection", (error) => {
|
|
23
|
-
|
|
23
|
+
_chunk4XZCLDX5cjs.writeError.call(void 0,
|
|
24
24
|
`An Unhandled Rejection occurred while running the program: ${error}`,
|
|
25
25
|
config
|
|
26
26
|
);
|
|
27
27
|
exitWithError(config);
|
|
28
28
|
});
|
|
29
29
|
process.on("uncaughtException", (error) => {
|
|
30
|
-
|
|
30
|
+
_chunk4XZCLDX5cjs.writeError.call(void 0,
|
|
31
31
|
`An Uncaught Exception occurred while running the program: ${error.message}
|
|
32
32
|
Stacktrace: ${error.stack}`,
|
|
33
33
|
config
|
|
@@ -35,15 +35,15 @@ Stacktrace: ${error.stack}`,
|
|
|
35
35
|
exitWithError(config);
|
|
36
36
|
});
|
|
37
37
|
process.on("SIGTERM", (signal) => {
|
|
38
|
-
|
|
38
|
+
_chunk4XZCLDX5cjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
|
|
39
39
|
exitWithError(config);
|
|
40
40
|
});
|
|
41
41
|
process.on("SIGINT", (signal) => {
|
|
42
|
-
|
|
42
|
+
_chunk4XZCLDX5cjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
|
|
43
43
|
exitWithError(config);
|
|
44
44
|
});
|
|
45
45
|
process.on("SIGHUP", (signal) => {
|
|
46
|
-
|
|
46
|
+
_chunk4XZCLDX5cjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
|
|
47
47
|
exitWithError(config);
|
|
48
48
|
});
|
|
49
49
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkCSO3LQWVcjs = require('../chunk-CSO3LQWV.cjs');
|
|
5
5
|
require('../chunk-3COHMHPU.cjs');
|
|
6
|
-
require('../chunk-
|
|
6
|
+
require('../chunk-RVHA3XPD.cjs');
|
|
7
7
|
require('../chunk-6Y623TCS.cjs');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-GLYIZSQP.cjs');
|
|
9
9
|
require('../chunk-EMO3BY53.cjs');
|
|
10
10
|
require('../chunk-2WBD2G3E.cjs');
|
|
11
11
|
require('../chunk-CFXT4ZAW.cjs');
|
|
12
12
|
require('../chunk-3CNCDDWZ.cjs');
|
|
13
13
|
require('../chunk-NJFLUTGH.cjs');
|
|
14
14
|
require('../chunk-7PV6L7I7.cjs');
|
|
15
|
-
require('../chunk-
|
|
16
|
-
require('../chunk-
|
|
15
|
+
require('../chunk-OZ6NKEEC.cjs');
|
|
16
|
+
require('../chunk-4XZCLDX5.cjs');
|
|
17
17
|
require('../chunk-IKP3QKCZ.cjs');
|
|
18
18
|
require('../chunk-LOY6ICHZ.cjs');
|
|
19
19
|
require('../chunk-NSUIDUD7.cjs');
|
|
@@ -25,4 +25,4 @@ require('../chunk-IRCFHYKZ.cjs');
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
exports.getConfigFile =
|
|
28
|
+
exports.getConfigFile = _chunkCSO3LQWVcjs.getConfigFile; exports.getConfigFileByName = _chunkCSO3LQWVcjs.getConfigFileByName;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getConfigFile,
|
|
3
3
|
getConfigFileByName
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-ZGGNJYIH.js";
|
|
5
5
|
import "../chunk-UKGRDKIH.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-OGXIFMHW.js";
|
|
7
7
|
import "../chunk-EENQN6N2.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-SBJJ3URW.js";
|
|
9
9
|
import "../chunk-XEHBJ73S.js";
|
|
10
10
|
import "../chunk-KSMN3HSC.js";
|
|
11
11
|
import "../chunk-RGET2UQV.js";
|
|
12
12
|
import "../chunk-LF3SAK2O.js";
|
|
13
13
|
import "../chunk-RUKM6FCF.js";
|
|
14
14
|
import "../chunk-RRKB32OH.js";
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-RKSFAUGQ.js";
|
|
16
|
+
import "../chunk-QKYARTIV.js";
|
|
17
17
|
import "../chunk-DJB7XLHA.js";
|
|
18
18
|
import "../chunk-HVVJHTFS.js";
|
|
19
19
|
import "../chunk-AITAR5W5.js";
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkCSO3LQWVcjs = require('../chunk-CSO3LQWV.cjs');
|
|
6
6
|
require('../chunk-3COHMHPU.cjs');
|
|
7
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-RVHA3XPD.cjs');
|
|
8
8
|
require('../chunk-6Y623TCS.cjs');
|
|
9
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-GLYIZSQP.cjs');
|
|
10
10
|
require('../chunk-EMO3BY53.cjs');
|
|
11
11
|
require('../chunk-2WBD2G3E.cjs');
|
|
12
12
|
require('../chunk-CFXT4ZAW.cjs');
|
|
13
13
|
require('../chunk-3CNCDDWZ.cjs');
|
|
14
14
|
require('../chunk-NJFLUTGH.cjs');
|
|
15
15
|
require('../chunk-7PV6L7I7.cjs');
|
|
16
|
-
require('../chunk-
|
|
17
|
-
require('../chunk-
|
|
16
|
+
require('../chunk-OZ6NKEEC.cjs');
|
|
17
|
+
require('../chunk-4XZCLDX5.cjs');
|
|
18
18
|
require('../chunk-IKP3QKCZ.cjs');
|
|
19
19
|
require('../chunk-LOY6ICHZ.cjs');
|
|
20
20
|
require('../chunk-NSUIDUD7.cjs');
|
|
@@ -26,4 +26,4 @@ require('../chunk-IRCFHYKZ.cjs');
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
exports.getConfigFile =
|
|
29
|
+
exports.getConfigFile = _chunkCSO3LQWVcjs.getConfigFile; exports.getConfigFileByName = _chunkCSO3LQWVcjs.getConfigFileByName;
|
|
@@ -2,19 +2,19 @@ import "../chunk-2AVLCXLT.js";
|
|
|
2
2
|
import {
|
|
3
3
|
getConfigFile,
|
|
4
4
|
getConfigFileByName
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-ZGGNJYIH.js";
|
|
6
6
|
import "../chunk-UKGRDKIH.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-OGXIFMHW.js";
|
|
8
8
|
import "../chunk-EENQN6N2.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-SBJJ3URW.js";
|
|
10
10
|
import "../chunk-XEHBJ73S.js";
|
|
11
11
|
import "../chunk-KSMN3HSC.js";
|
|
12
12
|
import "../chunk-RGET2UQV.js";
|
|
13
13
|
import "../chunk-LF3SAK2O.js";
|
|
14
14
|
import "../chunk-RUKM6FCF.js";
|
|
15
15
|
import "../chunk-RRKB32OH.js";
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-RKSFAUGQ.js";
|
|
17
|
+
import "../chunk-QKYARTIV.js";
|
|
18
18
|
import "../chunk-DJB7XLHA.js";
|
|
19
19
|
import "../chunk-HVVJHTFS.js";
|
|
20
20
|
import "../chunk-AITAR5W5.js";
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('./chunk-
|
|
6
|
+
var _chunkB3OWNYW5cjs = require('./chunk-B3OWNYW5.cjs');
|
|
7
|
+
require('./chunk-CSO3LQWV.cjs');
|
|
8
8
|
require('./chunk-3COHMHPU.cjs');
|
|
9
|
-
require('./chunk-
|
|
9
|
+
require('./chunk-RVHA3XPD.cjs');
|
|
10
10
|
require('./chunk-6Y623TCS.cjs');
|
|
11
|
-
require('./chunk-
|
|
11
|
+
require('./chunk-GLYIZSQP.cjs');
|
|
12
12
|
require('./chunk-EMO3BY53.cjs');
|
|
13
13
|
require('./chunk-2WBD2G3E.cjs');
|
|
14
14
|
require('./chunk-CFXT4ZAW.cjs');
|
|
15
15
|
require('./chunk-3CNCDDWZ.cjs');
|
|
16
16
|
require('./chunk-NJFLUTGH.cjs');
|
|
17
17
|
require('./chunk-7PV6L7I7.cjs');
|
|
18
|
-
require('./chunk-
|
|
19
|
-
require('./chunk-
|
|
18
|
+
require('./chunk-OZ6NKEEC.cjs');
|
|
19
|
+
require('./chunk-4XZCLDX5.cjs');
|
|
20
20
|
require('./chunk-IKP3QKCZ.cjs');
|
|
21
21
|
require('./chunk-LOY6ICHZ.cjs');
|
|
22
22
|
require('./chunk-NSUIDUD7.cjs');
|
|
@@ -32,4 +32,4 @@ require('./chunk-IRCFHYKZ.cjs');
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
exports.createConfigExtension =
|
|
35
|
+
exports.createConfigExtension = _chunkB3OWNYW5cjs.createConfigExtension; exports.createStormWorkspaceConfig = _chunkB3OWNYW5cjs.createStormWorkspaceConfig; exports.loadStormWorkspaceConfig = _chunkB3OWNYW5cjs.loadStormWorkspaceConfig; exports.tryLoadStormWorkspaceConfig = _chunkB3OWNYW5cjs.tryLoadStormWorkspaceConfig;
|
|
@@ -3,20 +3,20 @@ import {
|
|
|
3
3
|
createStormWorkspaceConfig,
|
|
4
4
|
loadStormWorkspaceConfig,
|
|
5
5
|
tryLoadStormWorkspaceConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-RSTBLBBG.js";
|
|
7
|
+
import "./chunk-ZGGNJYIH.js";
|
|
8
8
|
import "./chunk-UKGRDKIH.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-OGXIFMHW.js";
|
|
10
10
|
import "./chunk-EENQN6N2.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-SBJJ3URW.js";
|
|
12
12
|
import "./chunk-XEHBJ73S.js";
|
|
13
13
|
import "./chunk-KSMN3HSC.js";
|
|
14
14
|
import "./chunk-RGET2UQV.js";
|
|
15
15
|
import "./chunk-LF3SAK2O.js";
|
|
16
16
|
import "./chunk-RUKM6FCF.js";
|
|
17
17
|
import "./chunk-RRKB32OH.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-RKSFAUGQ.js";
|
|
19
|
+
import "./chunk-QKYARTIV.js";
|
|
20
20
|
import "./chunk-DJB7XLHA.js";
|
|
21
21
|
import "./chunk-HVVJHTFS.js";
|
|
22
22
|
import "./chunk-AITAR5W5.js";
|
package/dist/get-config.cjs
CHANGED
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
5
|
+
var _chunkDPDS4CSWcjs = require('./chunk-DPDS4CSW.cjs');
|
|
6
|
+
require('./chunk-B3OWNYW5.cjs');
|
|
7
|
+
require('./chunk-CSO3LQWV.cjs');
|
|
8
8
|
require('./chunk-3COHMHPU.cjs');
|
|
9
|
-
require('./chunk-
|
|
9
|
+
require('./chunk-RVHA3XPD.cjs');
|
|
10
10
|
require('./chunk-6Y623TCS.cjs');
|
|
11
|
-
require('./chunk-
|
|
11
|
+
require('./chunk-GLYIZSQP.cjs');
|
|
12
12
|
require('./chunk-EMO3BY53.cjs');
|
|
13
13
|
require('./chunk-2WBD2G3E.cjs');
|
|
14
14
|
require('./chunk-CFXT4ZAW.cjs');
|
|
15
15
|
require('./chunk-3CNCDDWZ.cjs');
|
|
16
16
|
require('./chunk-NJFLUTGH.cjs');
|
|
17
17
|
require('./chunk-7PV6L7I7.cjs');
|
|
18
|
-
require('./chunk-
|
|
19
|
-
require('./chunk-
|
|
18
|
+
require('./chunk-OZ6NKEEC.cjs');
|
|
19
|
+
require('./chunk-4XZCLDX5.cjs');
|
|
20
20
|
require('./chunk-IKP3QKCZ.cjs');
|
|
21
21
|
require('./chunk-LOY6ICHZ.cjs');
|
|
22
22
|
require('./chunk-NSUIDUD7.cjs');
|
|
@@ -31,4 +31,4 @@ require('./chunk-IRCFHYKZ.cjs');
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
exports.getConfig =
|
|
34
|
+
exports.getConfig = _chunkDPDS4CSWcjs.getConfig; exports.getWorkspaceConfig = _chunkDPDS4CSWcjs.getWorkspaceConfig; exports.tryGetWorkspaceConfig = _chunkDPDS4CSWcjs.tryGetWorkspaceConfig;
|
package/dist/get-config.js
CHANGED
|
@@ -2,21 +2,21 @@ import {
|
|
|
2
2
|
getConfig,
|
|
3
3
|
getWorkspaceConfig,
|
|
4
4
|
tryGetWorkspaceConfig
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-ZVA3DOGV.js";
|
|
6
|
+
import "./chunk-RSTBLBBG.js";
|
|
7
|
+
import "./chunk-ZGGNJYIH.js";
|
|
8
8
|
import "./chunk-UKGRDKIH.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-OGXIFMHW.js";
|
|
10
10
|
import "./chunk-EENQN6N2.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-SBJJ3URW.js";
|
|
12
12
|
import "./chunk-XEHBJ73S.js";
|
|
13
13
|
import "./chunk-KSMN3HSC.js";
|
|
14
14
|
import "./chunk-RGET2UQV.js";
|
|
15
15
|
import "./chunk-LF3SAK2O.js";
|
|
16
16
|
import "./chunk-RUKM6FCF.js";
|
|
17
17
|
import "./chunk-RRKB32OH.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-RKSFAUGQ.js";
|
|
19
|
+
import "./chunk-QKYARTIV.js";
|
|
20
20
|
import "./chunk-DJB7XLHA.js";
|
|
21
21
|
import "./chunk-HVVJHTFS.js";
|
|
22
22
|
import "./chunk-AITAR5W5.js";
|
package/dist/index.cjs
CHANGED
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkDPDS4CSWcjs = require('./chunk-DPDS4CSW.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkB3OWNYW5cjs = require('./chunk-B3OWNYW5.cjs');
|
|
12
12
|
require('./chunk-IWD6YQKX.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkCSO3LQWVcjs = require('./chunk-CSO3LQWV.cjs');
|
|
17
17
|
require('./chunk-3COHMHPU.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkRVHA3XPDcjs = require('./chunk-RVHA3XPD.cjs');
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
@@ -31,7 +31,7 @@ var _chunk6Y623TCScjs = require('./chunk-6Y623TCS.cjs');
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunkGLYIZSQPcjs = require('./chunk-GLYIZSQP.cjs');
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
@@ -54,7 +54,7 @@ require('./chunk-NJFLUTGH.cjs');
|
|
|
54
54
|
require('./chunk-7PV6L7I7.cjs');
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunkOZ6NKEECcjs = require('./chunk-OZ6NKEEC.cjs');
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
|
|
@@ -68,7 +68,7 @@ var _chunkAZEXAVGLcjs = require('./chunk-AZEXAVGL.cjs');
|
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
|
|
71
|
-
var
|
|
71
|
+
var _chunk4XZCLDX5cjs = require('./chunk-4XZCLDX5.cjs');
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
@@ -196,4 +196,4 @@ var _chunkIRCFHYKZcjs = require('./chunk-IRCFHYKZ.cjs');
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
|
|
199
|
-
exports.CONSOLE_ICONS = _chunkNSUIDUD7cjs.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkIKP3QKCZcjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.LogLevel = _chunkIRCFHYKZcjs.LogLevel; exports.LogLevelLabel = _chunkIRCFHYKZcjs.LogLevelLabel; exports.applyDefaultConfig = _chunkCFXT4ZAWcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkEMO3BY53cjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkEMO3BY53cjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkEMO3BY53cjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.brandIcon =
|
|
199
|
+
exports.CONSOLE_ICONS = _chunkNSUIDUD7cjs.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkIKP3QKCZcjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.LogLevel = _chunkIRCFHYKZcjs.LogLevel; exports.LogLevelLabel = _chunkIRCFHYKZcjs.LogLevelLabel; exports.applyDefaultConfig = _chunkCFXT4ZAWcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkEMO3BY53cjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkEMO3BY53cjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkEMO3BY53cjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.brandIcon = _chunk4XZCLDX5cjs.brandIcon; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.createConfigExtension = _chunkB3OWNYW5cjs.createConfigExtension; exports.createLogger = _chunkOZ6NKEECcjs.createLogger; exports.createStormWorkspaceConfig = _chunkB3OWNYW5cjs.createStormWorkspaceConfig; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.exitWithError = _chunkRVHA3XPDcjs.exitWithError; exports.exitWithSuccess = _chunkRVHA3XPDcjs.exitWithSuccess; exports.extname = _chunkBDATZ3UBcjs.extname; exports.findFileName = _chunk2WBD2G3Ecjs.findFileName; exports.findFilePath = _chunk2WBD2G3Ecjs.findFilePath; exports.findWorkspaceRoot = _chunk3CNCDDWZcjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunk3CNCDDWZcjs.findWorkspaceRootSafe; exports.format = _chunkBDATZ3UBcjs.format; exports.formatLogMessage = _chunk4XZCLDX5cjs.formatLogMessage; exports.formatTimestamp = _chunkBN6MEGGYcjs.formatTimestamp; exports.getChalk = _chunkLOY6ICHZcjs.getChalk; exports.getColor = _chunkIKP3QKCZcjs.getColor; exports.getColors = _chunkIKP3QKCZcjs.getColors; exports.getConfig = _chunkDPDS4CSWcjs.getConfig; exports.getConfigEnv = _chunkI6JQJR5Wcjs.getConfigEnv; exports.getConfigFile = _chunkCSO3LQWVcjs.getConfigFile; exports.getConfigFileByName = _chunkCSO3LQWVcjs.getConfigFileByName; exports.getExtensionEnv = _chunkI6JQJR5Wcjs.getExtensionEnv; exports.getGradient = _chunkIKP3QKCZcjs.getGradient; exports.getLogFn = _chunk4XZCLDX5cjs.getLogFn; exports.getLogLevel = _chunk4PX5UVANcjs.getLogLevel; exports.getLogLevelLabel = _chunk4PX5UVANcjs.getLogLevelLabel; exports.getPackageJsonConfig = _chunkCFXT4ZAWcjs.getPackageJsonConfig; exports.getStopwatch = _chunk4XZCLDX5cjs.getStopwatch; exports.getWorkspaceConfig = _chunkDPDS4CSWcjs.getWorkspaceConfig; exports.handleProcess = _chunkRVHA3XPDcjs.handleProcess; exports.isAbsolute = _chunkBDATZ3UBcjs.isAbsolute; exports.isUnicodeSupported = _chunkDTGT4OI3cjs.isUnicodeSupported; exports.isVerbose = _chunk4PX5UVANcjs.isVerbose; exports.joinPaths = _chunkBDATZ3UBcjs.joinPaths; exports.loadStormWorkspaceConfig = _chunkB3OWNYW5cjs.loadStormWorkspaceConfig; exports.modifyCargoNestedTable = _chunkGLYIZSQPcjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkGLYIZSQPcjs.modifyCargoTable; exports.normalizeString = _chunkBDATZ3UBcjs.normalizeString; exports.normalizeWindowsPath = _chunkBDATZ3UBcjs.normalizeWindowsPath; exports.parse = _chunkBDATZ3UBcjs.parse; exports.parseCargoToml = _chunkGLYIZSQPcjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkGLYIZSQPcjs.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 = _chunkY4QTE6AKcjs.setConfigEnv; exports.setExtensionEnv = _chunkY4QTE6AKcjs.setExtensionEnv; exports.stringifyCargoToml = _chunkGLYIZSQPcjs.stringifyCargoToml; exports.toNamespacedPath = _chunkBDATZ3UBcjs.toNamespacedPath; exports.tryGetWorkspaceConfig = _chunkDPDS4CSWcjs.tryGetWorkspaceConfig; exports.tryLoadStormWorkspaceConfig = _chunkB3OWNYW5cjs.tryLoadStormWorkspaceConfig; exports.writeDebug = _chunk4XZCLDX5cjs.writeDebug; exports.writeError = _chunk4XZCLDX5cjs.writeError; exports.writeFatal = _chunk4XZCLDX5cjs.writeFatal; exports.writeInfo = _chunk4XZCLDX5cjs.writeInfo; exports.writeSuccess = _chunk4XZCLDX5cjs.writeSuccess; exports.writeSystem = _chunk4XZCLDX5cjs.writeSystem; exports.writeTrace = _chunk4XZCLDX5cjs.writeTrace; exports.writeWarning = _chunk4XZCLDX5cjs.writeWarning;
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2,24 +2,24 @@ import {
|
|
|
2
2
|
getConfig,
|
|
3
3
|
getWorkspaceConfig,
|
|
4
4
|
tryGetWorkspaceConfig
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ZVA3DOGV.js";
|
|
6
6
|
import {
|
|
7
7
|
createConfigExtension,
|
|
8
8
|
createStormWorkspaceConfig,
|
|
9
9
|
loadStormWorkspaceConfig,
|
|
10
10
|
tryLoadStormWorkspaceConfig
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-RSTBLBBG.js";
|
|
12
12
|
import "./chunk-2AVLCXLT.js";
|
|
13
13
|
import {
|
|
14
14
|
getConfigFile,
|
|
15
15
|
getConfigFileByName
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-ZGGNJYIH.js";
|
|
17
17
|
import "./chunk-UKGRDKIH.js";
|
|
18
18
|
import {
|
|
19
19
|
exitWithError,
|
|
20
20
|
exitWithSuccess,
|
|
21
21
|
handleProcess
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-OGXIFMHW.js";
|
|
23
23
|
import {
|
|
24
24
|
LARGE_BUFFER,
|
|
25
25
|
run,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
parseCargoToml,
|
|
32
32
|
parseCargoTomlWithTree,
|
|
33
33
|
stringifyCargoToml
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-SBJJ3URW.js";
|
|
35
35
|
import {
|
|
36
36
|
applyWorkspaceBaseTokens,
|
|
37
37
|
applyWorkspaceProjectTokens,
|
|
@@ -54,7 +54,7 @@ import "./chunk-RUKM6FCF.js";
|
|
|
54
54
|
import "./chunk-RRKB32OH.js";
|
|
55
55
|
import {
|
|
56
56
|
createLogger
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-RKSFAUGQ.js";
|
|
58
58
|
import {
|
|
59
59
|
brandIcon,
|
|
60
60
|
formatLogMessage,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
writeSystem,
|
|
69
69
|
writeTrace,
|
|
70
70
|
writeWarning
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-QKYARTIV.js";
|
|
72
72
|
import {
|
|
73
73
|
DEFAULT_COLOR_CONFIG,
|
|
74
74
|
getColor,
|
package/dist/logger/console.cjs
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunk4XZCLDX5cjs = require('../chunk-4XZCLDX5.cjs');
|
|
15
15
|
require('../chunk-IKP3QKCZ.cjs');
|
|
16
16
|
require('../chunk-LOY6ICHZ.cjs');
|
|
17
17
|
require('../chunk-NSUIDUD7.cjs');
|
|
@@ -32,4 +32,4 @@ require('../chunk-IRCFHYKZ.cjs');
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
exports.brandIcon =
|
|
35
|
+
exports.brandIcon = _chunk4XZCLDX5cjs.brandIcon; exports.formatLogMessage = _chunk4XZCLDX5cjs.formatLogMessage; exports.getLogFn = _chunk4XZCLDX5cjs.getLogFn; exports.getStopwatch = _chunk4XZCLDX5cjs.getStopwatch; exports.writeDebug = _chunk4XZCLDX5cjs.writeDebug; exports.writeError = _chunk4XZCLDX5cjs.writeError; exports.writeFatal = _chunk4XZCLDX5cjs.writeFatal; exports.writeInfo = _chunk4XZCLDX5cjs.writeInfo; exports.writeSuccess = _chunk4XZCLDX5cjs.writeSuccess; exports.writeSystem = _chunk4XZCLDX5cjs.writeSystem; exports.writeTrace = _chunk4XZCLDX5cjs.writeTrace; exports.writeWarning = _chunk4XZCLDX5cjs.writeWarning;
|
package/dist/logger/console.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkOZ6NKEECcjs = require('../chunk-OZ6NKEEC.cjs');
|
|
4
|
+
require('../chunk-4XZCLDX5.cjs');
|
|
5
5
|
require('../chunk-IKP3QKCZ.cjs');
|
|
6
6
|
require('../chunk-LOY6ICHZ.cjs');
|
|
7
7
|
require('../chunk-NSUIDUD7.cjs');
|
|
@@ -11,4 +11,4 @@ require('../chunk-4PX5UVAN.cjs');
|
|
|
11
11
|
require('../chunk-IRCFHYKZ.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.createLogger =
|
|
14
|
+
exports.createLogger = _chunkOZ6NKEECcjs.createLogger;
|
package/dist/logger/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-7PV6L7I7.cjs');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOZ6NKEECcjs = require('../chunk-OZ6NKEEC.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -15,7 +15,7 @@ var _chunkAZEXAVGLcjs = require('../chunk-AZEXAVGL.cjs');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunk4XZCLDX5cjs = require('../chunk-4XZCLDX5.cjs');
|
|
19
19
|
require('../chunk-IKP3QKCZ.cjs');
|
|
20
20
|
|
|
21
21
|
|
|
@@ -56,4 +56,4 @@ require('../chunk-IRCFHYKZ.cjs');
|
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
|
|
59
|
-
exports.CONSOLE_ICONS = _chunkNSUIDUD7cjs.CONSOLE_ICONS; exports.brandIcon =
|
|
59
|
+
exports.CONSOLE_ICONS = _chunkNSUIDUD7cjs.CONSOLE_ICONS; exports.brandIcon = _chunk4XZCLDX5cjs.brandIcon; exports.createLogger = _chunkOZ6NKEECcjs.createLogger; exports.formatLogMessage = _chunk4XZCLDX5cjs.formatLogMessage; exports.formatTimestamp = _chunkBN6MEGGYcjs.formatTimestamp; exports.getChalk = _chunkLOY6ICHZcjs.getChalk; exports.getLogFn = _chunk4XZCLDX5cjs.getLogFn; exports.getLogLevel = _chunk4PX5UVANcjs.getLogLevel; exports.getLogLevelLabel = _chunk4PX5UVANcjs.getLogLevelLabel; exports.getStopwatch = _chunk4XZCLDX5cjs.getStopwatch; exports.isUnicodeSupported = _chunkDTGT4OI3cjs.isUnicodeSupported; exports.isVerbose = _chunk4PX5UVANcjs.isVerbose; exports.writeDebug = _chunk4XZCLDX5cjs.writeDebug; exports.writeError = _chunk4XZCLDX5cjs.writeError; exports.writeFatal = _chunk4XZCLDX5cjs.writeFatal; exports.writeInfo = _chunk4XZCLDX5cjs.writeInfo; exports.writeSuccess = _chunk4XZCLDX5cjs.writeSuccess; exports.writeSystem = _chunk4XZCLDX5cjs.writeSystem; exports.writeTrace = _chunk4XZCLDX5cjs.writeTrace; exports.writeWarning = _chunk4XZCLDX5cjs.writeWarning;
|
package/dist/logger/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../chunk-RRKB32OH.js";
|
|
2
2
|
import {
|
|
3
3
|
createLogger
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-RKSFAUGQ.js";
|
|
5
5
|
import {
|
|
6
6
|
brandIcon,
|
|
7
7
|
formatLogMessage,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
writeSystem,
|
|
16
16
|
writeTrace,
|
|
17
17
|
writeWarning
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-QKYARTIV.js";
|
|
19
19
|
import "../chunk-DJB7XLHA.js";
|
|
20
20
|
import {
|
|
21
21
|
getChalk
|
package/dist/utilities/index.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkRVHA3XPDcjs = require('../chunk-RVHA3XPD.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -15,7 +15,7 @@ var _chunk6Y623TCScjs = require('../chunk-6Y623TCS.cjs');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkGLYIZSQPcjs = require('../chunk-GLYIZSQP.cjs');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
@@ -36,8 +36,8 @@ var _chunkCFXT4ZAWcjs = require('../chunk-CFXT4ZAW.cjs');
|
|
|
36
36
|
var _chunk3CNCDDWZcjs = require('../chunk-3CNCDDWZ.cjs');
|
|
37
37
|
require('../chunk-NJFLUTGH.cjs');
|
|
38
38
|
require('../chunk-7PV6L7I7.cjs');
|
|
39
|
-
require('../chunk-
|
|
40
|
-
require('../chunk-
|
|
39
|
+
require('../chunk-OZ6NKEEC.cjs');
|
|
40
|
+
require('../chunk-4XZCLDX5.cjs');
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
@@ -106,4 +106,4 @@ require('../chunk-IRCFHYKZ.cjs');
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
exports.DEFAULT_COLOR_CONFIG = _chunkIKP3QKCZcjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.applyDefaultConfig = _chunkCFXT4ZAWcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkEMO3BY53cjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkEMO3BY53cjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkEMO3BY53cjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.exitWithError =
|
|
109
|
+
exports.DEFAULT_COLOR_CONFIG = _chunkIKP3QKCZcjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.applyDefaultConfig = _chunkCFXT4ZAWcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkEMO3BY53cjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkEMO3BY53cjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkEMO3BY53cjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.exitWithError = _chunkRVHA3XPDcjs.exitWithError; exports.exitWithSuccess = _chunkRVHA3XPDcjs.exitWithSuccess; exports.extname = _chunkBDATZ3UBcjs.extname; exports.findFileName = _chunk2WBD2G3Ecjs.findFileName; exports.findFilePath = _chunk2WBD2G3Ecjs.findFilePath; exports.findWorkspaceRoot = _chunk3CNCDDWZcjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunk3CNCDDWZcjs.findWorkspaceRootSafe; exports.format = _chunkBDATZ3UBcjs.format; exports.getColor = _chunkIKP3QKCZcjs.getColor; exports.getColors = _chunkIKP3QKCZcjs.getColors; exports.getGradient = _chunkIKP3QKCZcjs.getGradient; exports.getPackageJsonConfig = _chunkCFXT4ZAWcjs.getPackageJsonConfig; exports.handleProcess = _chunkRVHA3XPDcjs.handleProcess; exports.isAbsolute = _chunkBDATZ3UBcjs.isAbsolute; exports.joinPaths = _chunkBDATZ3UBcjs.joinPaths; exports.modifyCargoNestedTable = _chunkGLYIZSQPcjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkGLYIZSQPcjs.modifyCargoTable; exports.normalizeString = _chunkBDATZ3UBcjs.normalizeString; exports.normalizeWindowsPath = _chunkBDATZ3UBcjs.normalizeWindowsPath; exports.parse = _chunkBDATZ3UBcjs.parse; exports.parseCargoToml = _chunkGLYIZSQPcjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkGLYIZSQPcjs.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 = _chunkGLYIZSQPcjs.stringifyCargoToml; exports.toNamespacedPath = _chunkBDATZ3UBcjs.toNamespacedPath;
|
package/dist/utilities/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
exitWithError,
|
|
4
4
|
exitWithSuccess,
|
|
5
5
|
handleProcess
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-OGXIFMHW.js";
|
|
7
7
|
import {
|
|
8
8
|
LARGE_BUFFER,
|
|
9
9
|
run,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
parseCargoToml,
|
|
16
16
|
parseCargoTomlWithTree,
|
|
17
17
|
stringifyCargoToml
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-SBJJ3URW.js";
|
|
19
19
|
import {
|
|
20
20
|
applyWorkspaceBaseTokens,
|
|
21
21
|
applyWorkspaceProjectTokens,
|
|
@@ -36,8 +36,8 @@ import {
|
|
|
36
36
|
} from "../chunk-LF3SAK2O.js";
|
|
37
37
|
import "../chunk-RUKM6FCF.js";
|
|
38
38
|
import "../chunk-RRKB32OH.js";
|
|
39
|
-
import "../chunk-
|
|
40
|
-
import "../chunk-
|
|
39
|
+
import "../chunk-RKSFAUGQ.js";
|
|
40
|
+
import "../chunk-QKYARTIV.js";
|
|
41
41
|
import {
|
|
42
42
|
DEFAULT_COLOR_CONFIG,
|
|
43
43
|
getColor,
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../chunk-
|
|
5
|
+
var _chunkRVHA3XPDcjs = require('../chunk-RVHA3XPD.cjs');
|
|
6
|
+
require('../chunk-4XZCLDX5.cjs');
|
|
7
7
|
require('../chunk-IKP3QKCZ.cjs');
|
|
8
8
|
require('../chunk-LOY6ICHZ.cjs');
|
|
9
9
|
require('../chunk-NSUIDUD7.cjs');
|
|
@@ -15,4 +15,4 @@ require('../chunk-IRCFHYKZ.cjs');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.exitWithError =
|
|
18
|
+
exports.exitWithError = _chunkRVHA3XPDcjs.exitWithError; exports.exitWithSuccess = _chunkRVHA3XPDcjs.exitWithSuccess; exports.handleProcess = _chunkRVHA3XPDcjs.handleProcess;
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
exitWithError,
|
|
3
3
|
exitWithSuccess,
|
|
4
4
|
handleProcess
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-OGXIFMHW.js";
|
|
6
|
+
import "../chunk-QKYARTIV.js";
|
|
7
7
|
import "../chunk-DJB7XLHA.js";
|
|
8
8
|
import "../chunk-HVVJHTFS.js";
|
|
9
9
|
import "../chunk-AITAR5W5.js";
|
package/dist/utilities/run.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as node_child_process from 'node:child_process';
|
|
2
2
|
import { StormWorkspaceConfig } from '@storm-software/config';
|
|
3
3
|
|
|
4
4
|
declare const LARGE_BUFFER: number;
|
|
@@ -30,6 +30,6 @@ declare const run: (config: Partial<StormWorkspaceConfig>, command: string, cwd?
|
|
|
30
30
|
* @param env - The environment variables
|
|
31
31
|
* @returns A promise with the result of the command
|
|
32
32
|
*/
|
|
33
|
-
declare const runAsync: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, env?: NodeJS.ProcessEnv) =>
|
|
33
|
+
declare const runAsync: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, env?: NodeJS.ProcessEnv) => node_child_process.ChildProcess;
|
|
34
34
|
|
|
35
35
|
export { type IOType, LARGE_BUFFER, type StdioOptions, run, runAsync };
|
package/dist/utilities/run.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as node_child_process from 'node:child_process';
|
|
2
2
|
import { StormWorkspaceConfig } from '@storm-software/config';
|
|
3
3
|
|
|
4
4
|
declare const LARGE_BUFFER: number;
|
|
@@ -30,6 +30,6 @@ declare const run: (config: Partial<StormWorkspaceConfig>, command: string, cwd?
|
|
|
30
30
|
* @param env - The environment variables
|
|
31
31
|
* @returns A promise with the result of the command
|
|
32
32
|
*/
|
|
33
|
-
declare const runAsync: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, env?: NodeJS.ProcessEnv) =>
|
|
33
|
+
declare const runAsync: (config: Partial<StormWorkspaceConfig>, command: string, cwd?: string, env?: NodeJS.ProcessEnv) => node_child_process.ChildProcess;
|
|
34
34
|
|
|
35
35
|
export { type IOType, LARGE_BUFFER, type StdioOptions, run, runAsync };
|
package/dist/utilities/toml.cjs
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkGLYIZSQPcjs = require('../chunk-GLYIZSQP.cjs');
|
|
8
8
|
require('../chunk-7PV6L7I7.cjs');
|
|
9
|
-
require('../chunk-
|
|
10
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-OZ6NKEEC.cjs');
|
|
10
|
+
require('../chunk-4XZCLDX5.cjs');
|
|
11
11
|
require('../chunk-IKP3QKCZ.cjs');
|
|
12
12
|
require('../chunk-LOY6ICHZ.cjs');
|
|
13
13
|
require('../chunk-NSUIDUD7.cjs');
|
|
@@ -21,4 +21,4 @@ require('../chunk-IRCFHYKZ.cjs');
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
exports.modifyCargoNestedTable =
|
|
24
|
+
exports.modifyCargoNestedTable = _chunkGLYIZSQPcjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkGLYIZSQPcjs.modifyCargoTable; exports.parseCargoToml = _chunkGLYIZSQPcjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkGLYIZSQPcjs.parseCargoTomlWithTree; exports.stringifyCargoToml = _chunkGLYIZSQPcjs.stringifyCargoToml;
|
package/dist/utilities/toml.js
CHANGED
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
parseCargoToml,
|
|
5
5
|
parseCargoTomlWithTree,
|
|
6
6
|
stringifyCargoToml
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-SBJJ3URW.js";
|
|
8
8
|
import "../chunk-RRKB32OH.js";
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-RKSFAUGQ.js";
|
|
10
|
+
import "../chunk-QKYARTIV.js";
|
|
11
11
|
import "../chunk-DJB7XLHA.js";
|
|
12
12
|
import "../chunk-HVVJHTFS.js";
|
|
13
13
|
import "../chunk-AITAR5W5.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.189.
|
|
3
|
+
"version": "1.189.7",
|
|
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.135.
|
|
214
|
+
"@storm-software/config": "^1.135.8",
|
|
215
215
|
"c12": "^2.0.4",
|
|
216
216
|
"chalk": "^4.1.2",
|
|
217
217
|
"commander": "^12.1.0",
|
|
@@ -222,8 +222,8 @@
|
|
|
222
222
|
"sqlite": "^5.1.1",
|
|
223
223
|
"zod": "^4.3.6"
|
|
224
224
|
},
|
|
225
|
-
"devDependencies": { "@types/node": "^
|
|
225
|
+
"devDependencies": { "@types/node": "^25.3.0", "tsup": "8.4.0" },
|
|
226
226
|
"publishConfig": { "access": "public" },
|
|
227
227
|
"sideEffects": false,
|
|
228
|
-
"gitHead": "
|
|
228
|
+
"gitHead": "1246351be8bc0444be4f05feb8ddf68950fb4e39"
|
|
229
229
|
}
|