@storm-software/tsdown 0.45.39 → 0.45.40
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/build.cjs +3 -3
- package/dist/build.js +2 -2
- package/dist/{chunk-4BBNOZB3.cjs → chunk-5VG5EM3N.cjs} +4 -2
- package/dist/{chunk-PT2ORPL6.js → chunk-C5E6C6UJ.js} +1 -1
- package/dist/{chunk-TYU2AMWK.cjs → chunk-GT7XUYII.cjs} +32 -32
- package/dist/{chunk-T5X22ZP6.js → chunk-SFDYOFNO.js} +4 -2
- 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 +5 -5
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 -->
|
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 _chunkGT7XUYIIcjs = require('./chunk-GT7XUYII.cjs');
|
|
5
|
+
require('./chunk-5VG5EM3N.cjs');
|
|
6
6
|
require('./chunk-DPNREUD4.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.build =
|
|
10
|
+
exports.build = _chunkGT7XUYIIcjs.build; exports.cleanOutputPath = _chunkGT7XUYIIcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } 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; }// ../config-tools/src/logger/console.ts
|
|
2
|
-
var
|
|
2
|
+
var _formatDistanceToNow = require('date-fns/formatDistanceToNow');
|
|
3
3
|
|
|
4
4
|
// ../config-tools/src/types.ts
|
|
5
5
|
var LogLevel = {
|
|
@@ -263,7 +263,9 @@ var getStopwatch = (name) => {
|
|
|
263
263
|
return () => {
|
|
264
264
|
console.info(
|
|
265
265
|
`
|
|
266
|
-
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${
|
|
266
|
+
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0, start, {
|
|
267
|
+
includeSeconds: true
|
|
268
|
+
})} to complete
|
|
267
269
|
`
|
|
268
270
|
);
|
|
269
271
|
};
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunk5VG5EM3Ncjs = require('./chunk-5VG5EM3N.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
|
+
_chunk5VG5EM3Ncjs.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
|
+
_chunk5VG5EM3Ncjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
214
214
|
if (includeSrc === true) {
|
|
215
|
-
|
|
215
|
+
_chunk5VG5EM3Ncjs.writeDebug.call(void 0,
|
|
216
216
|
`\u{1F4DD} Adding banner and writing source files: ${joinPaths(
|
|
217
217
|
outputPath,
|
|
218
218
|
"src"
|
|
@@ -393,7 +393,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
if (localPackages.length > 0) {
|
|
396
|
-
|
|
396
|
+
_chunk5VG5EM3Ncjs.writeTrace.call(void 0,
|
|
397
397
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
398
398
|
);
|
|
399
399
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
@@ -441,7 +441,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
441
441
|
return ret;
|
|
442
442
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
443
443
|
} else {
|
|
444
|
-
|
|
444
|
+
_chunk5VG5EM3Ncjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
445
445
|
}
|
|
446
446
|
return packageJson;
|
|
447
447
|
};
|
|
@@ -1232,7 +1232,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1232
1232
|
let config = result.config;
|
|
1233
1233
|
const configFile = result.configFile;
|
|
1234
1234
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
1235
|
-
|
|
1235
|
+
_chunk5VG5EM3Ncjs.writeTrace.call(void 0,
|
|
1236
1236
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
1237
1237
|
{
|
|
1238
1238
|
logLevel: "all"
|
|
@@ -1248,7 +1248,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1248
1248
|
for (const result2 of results) {
|
|
1249
1249
|
if (_optionalChain([result2, 'optionalAccess', _34 => _34.config]) && _optionalChain([result2, 'optionalAccess', _35 => _35.configFile]) && Object.keys(result2.config).length > 0) {
|
|
1250
1250
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
1251
|
-
|
|
1251
|
+
_chunk5VG5EM3Ncjs.writeTrace.call(void 0,
|
|
1252
1252
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
1253
1253
|
{
|
|
1254
1254
|
logLevel: "all"
|
|
@@ -1364,7 +1364,7 @@ var getConfigEnv = () => {
|
|
|
1364
1364
|
},
|
|
1365
1365
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
1366
1366
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
1367
|
-
) ?
|
|
1367
|
+
) ? _chunk5VG5EM3Ncjs.getLogLevelLabel.call(void 0,
|
|
1368
1368
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
1369
1369
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
1370
1370
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
@@ -1727,9 +1727,9 @@ var setConfigEnv = (config) => {
|
|
|
1727
1727
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
1728
1728
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
1729
1729
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
1730
|
-
|
|
1730
|
+
_chunk5VG5EM3Ncjs.getLogLevel.call(void 0, config.logLevel) >= _chunk5VG5EM3Ncjs.LogLevel.DEBUG ? true : false
|
|
1731
1731
|
);
|
|
1732
|
-
process.env.RUST_BACKTRACE =
|
|
1732
|
+
process.env.RUST_BACKTRACE = _chunk5VG5EM3Ncjs.getLogLevel.call(void 0, config.logLevel) >= _chunk5VG5EM3Ncjs.LogLevel.DEBUG ? "full" : "none";
|
|
1733
1733
|
}
|
|
1734
1734
|
if (config.skipConfigLogging !== void 0) {
|
|
1735
1735
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -1865,7 +1865,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1865
1865
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
1866
1866
|
if (!configFile) {
|
|
1867
1867
|
if (!skipLogs) {
|
|
1868
|
-
|
|
1868
|
+
_chunk5VG5EM3Ncjs.writeWarning.call(void 0,
|
|
1869
1869
|
"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",
|
|
1870
1870
|
{ logLevel: "all" }
|
|
1871
1871
|
);
|
|
@@ -1892,7 +1892,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1892
1892
|
throw new Error(
|
|
1893
1893
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _60 => _60.message]) ? `: ${error.message}` : ""}
|
|
1894
1894
|
|
|
1895
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
1895
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunk5VG5EM3Ncjs.formatLogMessage.call(void 0,
|
|
1896
1896
|
configInput
|
|
1897
1897
|
)}`,
|
|
1898
1898
|
{
|
|
@@ -1937,9 +1937,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
1937
1937
|
);
|
|
1938
1938
|
setConfigEnv(config);
|
|
1939
1939
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
1940
|
-
|
|
1940
|
+
_chunk5VG5EM3Ncjs.writeTrace.call(void 0,
|
|
1941
1941
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
1942
|
-
${
|
|
1942
|
+
${_chunk5VG5EM3Ncjs.formatLogMessage.call(void 0, config)}`,
|
|
1943
1943
|
config
|
|
1944
1944
|
);
|
|
1945
1945
|
}
|
|
@@ -1999,8 +1999,8 @@ var resolveOptions = async (userOptions) => {
|
|
|
1999
1999
|
const workspaceConfig = await getWorkspaceConfig(options.debug === true, {
|
|
2000
2000
|
workspaceRoot
|
|
2001
2001
|
});
|
|
2002
|
-
|
|
2003
|
-
const stopwatch =
|
|
2002
|
+
_chunk5VG5EM3Ncjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
2003
|
+
const stopwatch = _chunk5VG5EM3Ncjs.getStopwatch.call(void 0, "Build options resolution");
|
|
2004
2004
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
2005
2005
|
exitOnError: true
|
|
2006
2006
|
});
|
|
@@ -2073,8 +2073,8 @@ var resolveOptions = async (userOptions) => {
|
|
|
2073
2073
|
};
|
|
2074
2074
|
async function generatePackageJson(options) {
|
|
2075
2075
|
if (options.generatePackageJson !== false && _fs.existsSync.call(void 0, joinPaths(options.projectRoot, "package.json"))) {
|
|
2076
|
-
|
|
2077
|
-
const stopwatch =
|
|
2076
|
+
_chunk5VG5EM3Ncjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", options.workspaceConfig);
|
|
2077
|
+
const stopwatch = _chunk5VG5EM3Ncjs.getStopwatch.call(void 0, "Write package.json file");
|
|
2078
2078
|
const packageJsonPath = joinPaths(options.projectRoot, "project.json");
|
|
2079
2079
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
2080
2080
|
throw new Error("Cannot find package.json configuration");
|
|
@@ -2148,8 +2148,8 @@ async function generatePackageJson(options) {
|
|
|
2148
2148
|
return options;
|
|
2149
2149
|
}
|
|
2150
2150
|
async function executeTSDown(options) {
|
|
2151
|
-
|
|
2152
|
-
const stopwatch =
|
|
2151
|
+
_chunk5VG5EM3Ncjs.writeDebug.call(void 0, ` \u{1F680} Running ${options.name} build`, options.workspaceConfig);
|
|
2152
|
+
const stopwatch = _chunk5VG5EM3Ncjs.getStopwatch.call(void 0, `${options.name} build`);
|
|
2153
2153
|
await _tsdown.build.call(void 0, {
|
|
2154
2154
|
...options,
|
|
2155
2155
|
entry: options.entry,
|
|
@@ -2159,11 +2159,11 @@ async function executeTSDown(options) {
|
|
|
2159
2159
|
return options;
|
|
2160
2160
|
}
|
|
2161
2161
|
async function copyBuildAssets(options) {
|
|
2162
|
-
|
|
2162
|
+
_chunk5VG5EM3Ncjs.writeDebug.call(void 0,
|
|
2163
2163
|
` \u{1F4CB} Copying asset files to output directory: ${options.outDir}`,
|
|
2164
2164
|
options.workspaceConfig
|
|
2165
2165
|
);
|
|
2166
|
-
const stopwatch =
|
|
2166
|
+
const stopwatch = _chunk5VG5EM3Ncjs.getStopwatch.call(void 0, `${options.name} asset copy`);
|
|
2167
2167
|
await copyAssets(
|
|
2168
2168
|
options.workspaceConfig,
|
|
2169
2169
|
_nullishCoalesce(options.assets, () => ( [])),
|
|
@@ -2177,19 +2177,19 @@ async function copyBuildAssets(options) {
|
|
|
2177
2177
|
return options;
|
|
2178
2178
|
}
|
|
2179
2179
|
async function reportResults(options) {
|
|
2180
|
-
|
|
2180
|
+
_chunk5VG5EM3Ncjs.writeSuccess.call(void 0,
|
|
2181
2181
|
` \u{1F4E6} The ${options.name} build completed successfully`,
|
|
2182
2182
|
options.workspaceConfig
|
|
2183
2183
|
);
|
|
2184
2184
|
}
|
|
2185
2185
|
async function cleanOutputPath(options) {
|
|
2186
2186
|
if (options.clean !== false && options.workspaceConfig) {
|
|
2187
|
-
|
|
2187
|
+
_chunk5VG5EM3Ncjs.writeDebug.call(void 0,
|
|
2188
2188
|
` \u{1F9F9} Cleaning ${options.name} output path: ${options.workspaceConfig}`,
|
|
2189
2189
|
options.workspaceConfig
|
|
2190
2190
|
);
|
|
2191
|
-
const stopwatch =
|
|
2192
|
-
await
|
|
2191
|
+
const stopwatch = _chunk5VG5EM3Ncjs.getStopwatch.call(void 0, `${options.name} output clean`);
|
|
2192
|
+
await _chunk5VG5EM3Ncjs.cleanDirectories.call(void 0,
|
|
2193
2193
|
options.name,
|
|
2194
2194
|
options.outDir,
|
|
2195
2195
|
options.workspaceConfig
|
|
@@ -2199,8 +2199,8 @@ async function cleanOutputPath(options) {
|
|
|
2199
2199
|
return options;
|
|
2200
2200
|
}
|
|
2201
2201
|
async function build(options) {
|
|
2202
|
-
|
|
2203
|
-
const stopwatch =
|
|
2202
|
+
_chunk5VG5EM3Ncjs.writeDebug.call(void 0, ` \u26A1 Executing Storm TSDown pipeline`);
|
|
2203
|
+
const stopwatch = _chunk5VG5EM3Ncjs.getStopwatch.call(void 0, "TSDown pipeline");
|
|
2204
2204
|
try {
|
|
2205
2205
|
const opts = Array.isArray(options) ? options : [options];
|
|
2206
2206
|
if (opts.length === 0) {
|
|
@@ -2220,13 +2220,13 @@ async function build(options) {
|
|
|
2220
2220
|
})
|
|
2221
2221
|
);
|
|
2222
2222
|
} else {
|
|
2223
|
-
|
|
2223
|
+
_chunk5VG5EM3Ncjs.writeWarning.call(void 0,
|
|
2224
2224
|
" \u{1F6A7} No options were passed to TSBuild. Please check the parameters passed to the `build` function."
|
|
2225
2225
|
);
|
|
2226
2226
|
}
|
|
2227
|
-
|
|
2227
|
+
_chunk5VG5EM3Ncjs.writeSuccess.call(void 0, " \u{1F3C1} TSDown pipeline build completed successfully");
|
|
2228
2228
|
} catch (error) {
|
|
2229
|
-
|
|
2229
|
+
_chunk5VG5EM3Ncjs.writeFatal.call(void 0,
|
|
2230
2230
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
2231
2231
|
);
|
|
2232
2232
|
throw error;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ../config-tools/src/logger/console.ts
|
|
2
|
-
import {
|
|
2
|
+
import { formatDistanceToNow } from "date-fns/formatDistanceToNow";
|
|
3
3
|
|
|
4
4
|
// ../config-tools/src/types.ts
|
|
5
5
|
var LogLevel = {
|
|
@@ -263,7 +263,9 @@ var getStopwatch = (name) => {
|
|
|
263
263
|
return () => {
|
|
264
264
|
console.info(
|
|
265
265
|
`
|
|
266
|
-
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${
|
|
266
|
+
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${formatDistanceToNow(start, {
|
|
267
|
+
includeSeconds: true
|
|
268
|
+
})} to complete
|
|
267
269
|
`
|
|
268
270
|
);
|
|
269
271
|
};
|
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 _chunk5VG5EM3Ncjs = require('./chunk-5VG5EM3N.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.clean =
|
|
8
|
+
exports.clean = _chunk5VG5EM3Ncjs.clean; exports.cleanDirectories = _chunk5VG5EM3Ncjs.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 _chunkGT7XUYIIcjs = require('./chunk-GT7XUYII.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunk5VG5EM3Ncjs = require('./chunk-5VG5EM3N.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 = _chunkGT7XUYIIcjs.build; exports.clean = _chunk5VG5EM3Ncjs.clean; exports.cleanDirectories = _chunk5VG5EM3Ncjs.cleanDirectories; exports.cleanOutputPath = _chunkGT7XUYIIcjs.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-C5E6C6UJ.js";
|
|
5
5
|
import {
|
|
6
6
|
clean,
|
|
7
7
|
cleanDirectories
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-SFDYOFNO.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.40",
|
|
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.
|
|
150
|
-
"@storm-software/config": "^1.134.
|
|
151
|
-
"@storm-software/config-tools": "^1.188.
|
|
149
|
+
"@storm-software/build-tools": "^0.158.40",
|
|
150
|
+
"@storm-software/config": "^1.134.40",
|
|
151
|
+
"@storm-software/config-tools": "^1.188.40",
|
|
152
152
|
"chokidar": "^4.0.3",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"es-toolkit": "^1.41.0",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "9fb6aab8303c116047d19f12823505c5bd071a55"
|
|
175
175
|
}
|