@storm-software/tsdown 0.45.76 → 0.45.77
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/dist/build.cjs +3 -3
- package/dist/build.js +2 -2
- package/dist/{chunk-OGY672PY.cjs → chunk-OXIAYNWO.cjs} +2 -2
- package/dist/{chunk-IZIA5T45.js → chunk-QRY6KK46.js} +2 -2
- package/dist/{chunk-BKNMM3T2.cjs → chunk-TUOCTBWW.cjs} +32 -32
- package/dist/{chunk-QV2ETWQU.js → chunk-YKJYKMOF.js} +1 -1
- package/dist/clean.cjs +2 -2
- package/dist/clean.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/build.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkTUOCTBWWcjs = require('./chunk-TUOCTBWW.cjs');
|
|
5
|
+
require('./chunk-OXIAYNWO.cjs');
|
|
6
6
|
require('./chunk-DPNREUD4.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.build =
|
|
10
|
+
exports.build = _chunkTUOCTBWWcjs.build; exports.cleanOutputPath = _chunkTUOCTBWWcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -233,7 +233,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
|
|
|
233
233
|
return (message) => {
|
|
234
234
|
console.debug(
|
|
235
235
|
`
|
|
236
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.
|
|
236
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.debug)))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
237
237
|
`
|
|
238
238
|
);
|
|
239
239
|
};
|
|
@@ -242,7 +242,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, ()
|
|
|
242
242
|
return (message) => {
|
|
243
243
|
console.debug(
|
|
244
244
|
`
|
|
245
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
245
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
246
246
|
`
|
|
247
247
|
);
|
|
248
248
|
};
|
|
@@ -233,7 +233,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
|
|
|
233
233
|
return (message) => {
|
|
234
234
|
console.debug(
|
|
235
235
|
`
|
|
236
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.
|
|
236
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
237
237
|
`
|
|
238
238
|
);
|
|
239
239
|
};
|
|
@@ -242,7 +242,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CON
|
|
|
242
242
|
return (message) => {
|
|
243
243
|
console.debug(
|
|
244
244
|
`
|
|
245
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
245
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
246
246
|
`
|
|
247
247
|
);
|
|
248
248
|
};
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkOXIAYNWOcjs = require('./chunk-OXIAYNWO.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -198,7 +198,7 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
198
198
|
output: "src/"
|
|
199
199
|
});
|
|
200
200
|
}
|
|
201
|
-
|
|
201
|
+
_chunkOXIAYNWOcjs.writeTrace.call(void 0,
|
|
202
202
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
203
203
|
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
204
204
|
config
|
|
@@ -210,9 +210,9 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
210
210
|
assets: pendingAssets
|
|
211
211
|
});
|
|
212
212
|
await assetHandler.processAllAssetsOnce();
|
|
213
|
-
|
|
213
|
+
_chunkOXIAYNWOcjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
214
214
|
if (includeSrc === true) {
|
|
215
|
-
|
|
215
|
+
_chunkOXIAYNWOcjs.writeDebug.call(void 0,
|
|
216
216
|
`\u{1F4DD} Adding banner and writing source files: ${joinPaths(
|
|
217
217
|
outputPath,
|
|
218
218
|
"src"
|
|
@@ -391,7 +391,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
if (localPackages.length > 0) {
|
|
394
|
-
|
|
394
|
+
_chunkOXIAYNWOcjs.writeTrace.call(void 0,
|
|
395
395
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
396
396
|
);
|
|
397
397
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
@@ -439,7 +439,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
439
439
|
return ret;
|
|
440
440
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
441
441
|
} else {
|
|
442
|
-
|
|
442
|
+
_chunkOXIAYNWOcjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
443
443
|
}
|
|
444
444
|
return packageJson;
|
|
445
445
|
};
|
|
@@ -1237,7 +1237,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1237
1237
|
let config = result.config;
|
|
1238
1238
|
const configFile = result.configFile;
|
|
1239
1239
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
1240
|
-
|
|
1240
|
+
_chunkOXIAYNWOcjs.writeTrace.call(void 0,
|
|
1241
1241
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
1242
1242
|
{
|
|
1243
1243
|
logLevel: "all"
|
|
@@ -1253,7 +1253,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1253
1253
|
for (const result2 of results) {
|
|
1254
1254
|
if (_optionalChain([result2, 'optionalAccess', _34 => _34.config]) && _optionalChain([result2, 'optionalAccess', _35 => _35.configFile]) && Object.keys(result2.config).length > 0) {
|
|
1255
1255
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
1256
|
-
|
|
1256
|
+
_chunkOXIAYNWOcjs.writeTrace.call(void 0,
|
|
1257
1257
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
1258
1258
|
{
|
|
1259
1259
|
logLevel: "all"
|
|
@@ -1369,7 +1369,7 @@ var getConfigEnv = () => {
|
|
|
1369
1369
|
},
|
|
1370
1370
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
1371
1371
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
1372
|
-
) ?
|
|
1372
|
+
) ? _chunkOXIAYNWOcjs.getLogLevelLabel.call(void 0,
|
|
1373
1373
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
1374
1374
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
1375
1375
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
@@ -1734,9 +1734,9 @@ var setConfigEnv = (config) => {
|
|
|
1734
1734
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
1735
1735
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
1736
1736
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
1737
|
-
|
|
1737
|
+
_chunkOXIAYNWOcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkOXIAYNWOcjs.LogLevel.DEBUG ? true : false
|
|
1738
1738
|
);
|
|
1739
|
-
process.env.RUST_BACKTRACE =
|
|
1739
|
+
process.env.RUST_BACKTRACE = _chunkOXIAYNWOcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkOXIAYNWOcjs.LogLevel.DEBUG ? "full" : "none";
|
|
1740
1740
|
}
|
|
1741
1741
|
if (config.skipConfigLogging !== void 0) {
|
|
1742
1742
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -1878,7 +1878,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1878
1878
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
1879
1879
|
if (!configFile) {
|
|
1880
1880
|
if (!skipLogs) {
|
|
1881
|
-
|
|
1881
|
+
_chunkOXIAYNWOcjs.writeWarning.call(void 0,
|
|
1882
1882
|
"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",
|
|
1883
1883
|
{ logLevel: "all" }
|
|
1884
1884
|
);
|
|
@@ -1905,7 +1905,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1905
1905
|
throw new Error(
|
|
1906
1906
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _60 => _60.message]) ? `: ${error.message}` : ""}
|
|
1907
1907
|
|
|
1908
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
1908
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkOXIAYNWOcjs.formatLogMessage.call(void 0,
|
|
1909
1909
|
configInput
|
|
1910
1910
|
)}`,
|
|
1911
1911
|
{
|
|
@@ -1950,9 +1950,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
1950
1950
|
);
|
|
1951
1951
|
setConfigEnv(config);
|
|
1952
1952
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
1953
|
-
|
|
1953
|
+
_chunkOXIAYNWOcjs.writeTrace.call(void 0,
|
|
1954
1954
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
1955
|
-
${
|
|
1955
|
+
${_chunkOXIAYNWOcjs.formatLogMessage.call(void 0, config)}`,
|
|
1956
1956
|
config
|
|
1957
1957
|
);
|
|
1958
1958
|
}
|
|
@@ -2012,8 +2012,8 @@ var resolveOptions = async (userOptions) => {
|
|
|
2012
2012
|
const workspaceConfig = await getWorkspaceConfig(options.debug === true, {
|
|
2013
2013
|
workspaceRoot
|
|
2014
2014
|
});
|
|
2015
|
-
|
|
2016
|
-
const stopwatch =
|
|
2015
|
+
_chunkOXIAYNWOcjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
2016
|
+
const stopwatch = _chunkOXIAYNWOcjs.getStopwatch.call(void 0, "Build options resolution");
|
|
2017
2017
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
2018
2018
|
exitOnError: true
|
|
2019
2019
|
});
|
|
@@ -2086,8 +2086,8 @@ var resolveOptions = async (userOptions) => {
|
|
|
2086
2086
|
};
|
|
2087
2087
|
async function generatePackageJson(options) {
|
|
2088
2088
|
if (options.generatePackageJson !== false && _fs.existsSync.call(void 0, joinPaths(options.projectRoot, "package.json"))) {
|
|
2089
|
-
|
|
2090
|
-
const stopwatch =
|
|
2089
|
+
_chunkOXIAYNWOcjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", options.workspaceConfig);
|
|
2090
|
+
const stopwatch = _chunkOXIAYNWOcjs.getStopwatch.call(void 0, "Write package.json file");
|
|
2091
2091
|
const packageJsonPath = joinPaths(options.projectRoot, "project.json");
|
|
2092
2092
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
2093
2093
|
throw new Error("Cannot find package.json configuration");
|
|
@@ -2161,8 +2161,8 @@ async function generatePackageJson(options) {
|
|
|
2161
2161
|
return options;
|
|
2162
2162
|
}
|
|
2163
2163
|
async function executeTSDown(options) {
|
|
2164
|
-
|
|
2165
|
-
const stopwatch =
|
|
2164
|
+
_chunkOXIAYNWOcjs.writeDebug.call(void 0, ` \u{1F680} Running ${options.name} build`, options.workspaceConfig);
|
|
2165
|
+
const stopwatch = _chunkOXIAYNWOcjs.getStopwatch.call(void 0, `${options.name} build`);
|
|
2166
2166
|
await _tsdown.build.call(void 0, {
|
|
2167
2167
|
...options,
|
|
2168
2168
|
entry: options.entry,
|
|
@@ -2172,11 +2172,11 @@ async function executeTSDown(options) {
|
|
|
2172
2172
|
return options;
|
|
2173
2173
|
}
|
|
2174
2174
|
async function copyBuildAssets(options) {
|
|
2175
|
-
|
|
2175
|
+
_chunkOXIAYNWOcjs.writeDebug.call(void 0,
|
|
2176
2176
|
` \u{1F4CB} Copying asset files to output directory: ${options.outDir}`,
|
|
2177
2177
|
options.workspaceConfig
|
|
2178
2178
|
);
|
|
2179
|
-
const stopwatch =
|
|
2179
|
+
const stopwatch = _chunkOXIAYNWOcjs.getStopwatch.call(void 0, `${options.name} asset copy`);
|
|
2180
2180
|
await copyAssets(
|
|
2181
2181
|
options.workspaceConfig,
|
|
2182
2182
|
_nullishCoalesce(options.assets, () => ( [])),
|
|
@@ -2190,19 +2190,19 @@ async function copyBuildAssets(options) {
|
|
|
2190
2190
|
return options;
|
|
2191
2191
|
}
|
|
2192
2192
|
async function reportResults(options) {
|
|
2193
|
-
|
|
2193
|
+
_chunkOXIAYNWOcjs.writeSuccess.call(void 0,
|
|
2194
2194
|
` \u{1F4E6} The ${options.name} build completed successfully`,
|
|
2195
2195
|
options.workspaceConfig
|
|
2196
2196
|
);
|
|
2197
2197
|
}
|
|
2198
2198
|
async function cleanOutputPath(options) {
|
|
2199
2199
|
if (options.clean !== false && options.workspaceConfig) {
|
|
2200
|
-
|
|
2200
|
+
_chunkOXIAYNWOcjs.writeDebug.call(void 0,
|
|
2201
2201
|
` \u{1F9F9} Cleaning ${options.name} output path: ${options.workspaceConfig}`,
|
|
2202
2202
|
options.workspaceConfig
|
|
2203
2203
|
);
|
|
2204
|
-
const stopwatch =
|
|
2205
|
-
await
|
|
2204
|
+
const stopwatch = _chunkOXIAYNWOcjs.getStopwatch.call(void 0, `${options.name} output clean`);
|
|
2205
|
+
await _chunkOXIAYNWOcjs.cleanDirectories.call(void 0,
|
|
2206
2206
|
options.name,
|
|
2207
2207
|
options.outDir,
|
|
2208
2208
|
options.workspaceConfig
|
|
@@ -2212,8 +2212,8 @@ async function cleanOutputPath(options) {
|
|
|
2212
2212
|
return options;
|
|
2213
2213
|
}
|
|
2214
2214
|
async function build(options) {
|
|
2215
|
-
|
|
2216
|
-
const stopwatch =
|
|
2215
|
+
_chunkOXIAYNWOcjs.writeDebug.call(void 0, ` \u26A1 Executing Storm TSDown pipeline`);
|
|
2216
|
+
const stopwatch = _chunkOXIAYNWOcjs.getStopwatch.call(void 0, "TSDown pipeline");
|
|
2217
2217
|
try {
|
|
2218
2218
|
const opts = Array.isArray(options) ? options : [options];
|
|
2219
2219
|
if (opts.length === 0) {
|
|
@@ -2233,13 +2233,13 @@ async function build(options) {
|
|
|
2233
2233
|
})
|
|
2234
2234
|
);
|
|
2235
2235
|
} else {
|
|
2236
|
-
|
|
2236
|
+
_chunkOXIAYNWOcjs.writeWarning.call(void 0,
|
|
2237
2237
|
" \u{1F6A7} No options were passed to TSBuild. Please check the parameters passed to the `build` function."
|
|
2238
2238
|
);
|
|
2239
2239
|
}
|
|
2240
|
-
|
|
2240
|
+
_chunkOXIAYNWOcjs.writeSuccess.call(void 0, " \u{1F3C1} TSDown pipeline build completed successfully");
|
|
2241
2241
|
} catch (error) {
|
|
2242
|
-
|
|
2242
|
+
_chunkOXIAYNWOcjs.writeFatal.call(void 0,
|
|
2243
2243
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
2244
2244
|
);
|
|
2245
2245
|
throw error;
|
package/dist/clean.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOXIAYNWOcjs = require('./chunk-OXIAYNWO.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.clean =
|
|
8
|
+
exports.clean = _chunkOXIAYNWOcjs.clean; exports.cleanDirectories = _chunkOXIAYNWOcjs.cleanDirectories;
|
package/dist/clean.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTUOCTBWWcjs = require('./chunk-TUOCTBWW.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkOXIAYNWOcjs = require('./chunk-OXIAYNWO.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -18,4 +18,4 @@ require('./chunk-ZBPRDZS4.cjs');
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
exports.build =
|
|
21
|
+
exports.build = _chunkTUOCTBWWcjs.build; exports.clean = _chunkOXIAYNWOcjs.clean; exports.cleanDirectories = _chunkOXIAYNWOcjs.cleanDirectories; exports.cleanOutputPath = _chunkTUOCTBWWcjs.cleanOutputPath; exports.getDefaultOptions = _chunkDPNREUD4cjs.getDefaultOptions; exports.toTSDownFormat = _chunkDPNREUD4cjs.toTSDownFormat;
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
build,
|
|
3
3
|
cleanOutputPath
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-YKJYKMOF.js";
|
|
5
5
|
import {
|
|
6
6
|
clean,
|
|
7
7
|
cleanDirectories
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-QRY6KK46.js";
|
|
9
9
|
import {
|
|
10
10
|
getDefaultOptions,
|
|
11
11
|
toTSDownFormat
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdown",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.77",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
"tsdown": { "optional": false }
|
|
147
147
|
},
|
|
148
148
|
"dependencies": {
|
|
149
|
-
"@storm-software/build-tools": "^0.158.
|
|
149
|
+
"@storm-software/build-tools": "^0.158.77",
|
|
150
150
|
"@storm-software/config": "^1.135.0",
|
|
151
|
-
"@storm-software/config-tools": "^1.188.
|
|
151
|
+
"@storm-software/config-tools": "^1.188.77",
|
|
152
152
|
"chokidar": "^4.0.3",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"es-toolkit": "^1.43.0",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "d07f74f1d50951459260d2738dea47586e194f7f"
|
|
175
175
|
}
|