@storm-software/tsdown 0.45.180 → 0.45.182
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-WNSJAIFF.js → chunk-3XWJIWNT.js} +1 -1
- package/dist/{chunk-NF5PH77F.js → chunk-6N562TBC.js} +9 -3
- package/dist/{chunk-IMROLQCR.cjs → chunk-T2BLSKBF.cjs} +9 -3
- package/dist/{chunk-USPZI3AH.cjs → chunk-XQZ5TXZE.cjs} +32 -32
- 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 +6 -6
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 _chunkXQZ5TXZEcjs = require('./chunk-XQZ5TXZE.cjs');
|
|
5
|
+
require('./chunk-T2BLSKBF.cjs');
|
|
6
6
|
require('./chunk-DPNREUD4.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.build =
|
|
10
|
+
exports.build = _chunkXQZ5TXZEcjs.build; exports.cleanOutputPath = _chunkXQZ5TXZEcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -351,16 +351,22 @@ var formatLogMessage = (message, options = {}, depth = 0) => {
|
|
|
351
351
|
const skip = options.skip ?? [];
|
|
352
352
|
const sort = options.sort ?? true;
|
|
353
353
|
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
354
|
-
${message.
|
|
354
|
+
${message.sort(
|
|
355
|
+
sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
|
|
356
|
+
).map(
|
|
355
357
|
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
356
358
|
item,
|
|
357
359
|
{ prefix: `${prefix}--`, skip, sort },
|
|
358
360
|
depth + 1
|
|
359
361
|
)}`
|
|
360
362
|
).join("\n")}` : typeof message === "object" ? `
|
|
361
|
-
${Object.keys(message).filter(
|
|
363
|
+
${Object.keys(message).filter(
|
|
364
|
+
(key) => typeof key !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key.toLowerCase().trim())
|
|
365
|
+
).sort(
|
|
366
|
+
sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
|
|
367
|
+
).map(
|
|
362
368
|
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
363
|
-
(key2) => !skip.includes(key2)
|
|
369
|
+
(key2) => typeof key2 !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key2.toLowerCase().trim())
|
|
364
370
|
).length === 0 ? "{}" : formatLogMessage(
|
|
365
371
|
message[key],
|
|
366
372
|
{ prefix: `${prefix}--`, skip, sort },
|
|
@@ -351,16 +351,22 @@ var formatLogMessage = (message, options = {}, depth = 0) => {
|
|
|
351
351
|
const skip = _nullishCoalesce(options.skip, () => ( []));
|
|
352
352
|
const sort = _nullishCoalesce(options.sort, () => ( true));
|
|
353
353
|
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
354
|
-
${message.
|
|
354
|
+
${message.sort(
|
|
355
|
+
sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
|
|
356
|
+
).map(
|
|
355
357
|
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
356
358
|
item,
|
|
357
359
|
{ prefix: `${prefix}--`, skip, sort },
|
|
358
360
|
depth + 1
|
|
359
361
|
)}`
|
|
360
362
|
).join("\n")}` : typeof message === "object" ? `
|
|
361
|
-
${Object.keys(message).filter(
|
|
363
|
+
${Object.keys(message).filter(
|
|
364
|
+
(key) => typeof key !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key.toLowerCase().trim())
|
|
365
|
+
).sort(
|
|
366
|
+
sort ? (a, b) => !a && !b ? 0 : !a ? 1 : !b ? -1 : String(a).localeCompare(String(b)) : void 0
|
|
367
|
+
).map(
|
|
362
368
|
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
363
|
-
(key2) => !skip.includes(key2)
|
|
369
|
+
(key2) => typeof key2 !== "string" || !skip.map((k) => k.toLowerCase().trim()).includes(key2.toLowerCase().trim())
|
|
364
370
|
).length === 0 ? "{}" : formatLogMessage(
|
|
365
371
|
message[key],
|
|
366
372
|
{ prefix: `${prefix}--`, skip, sort },
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkT2BLSKBFcjs = require('./chunk-T2BLSKBF.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -199,7 +199,7 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
199
199
|
output: "src/"
|
|
200
200
|
});
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
_chunkT2BLSKBFcjs.writeTrace.call(void 0,
|
|
203
203
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
204
204
|
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
205
205
|
config
|
|
@@ -211,9 +211,9 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
211
211
|
assets: pendingAssets
|
|
212
212
|
});
|
|
213
213
|
await assetHandler.processAllAssetsOnce();
|
|
214
|
-
|
|
214
|
+
_chunkT2BLSKBFcjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
215
215
|
if (includeSrc === true) {
|
|
216
|
-
|
|
216
|
+
_chunkT2BLSKBFcjs.writeDebug.call(void 0,
|
|
217
217
|
`\u{1F4DD} Adding banner and writing source files: ${joinPaths(
|
|
218
218
|
outputPath,
|
|
219
219
|
"src"
|
|
@@ -392,7 +392,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
394
|
if (localPackages.length > 0) {
|
|
395
|
-
|
|
395
|
+
_chunkT2BLSKBFcjs.writeTrace.call(void 0,
|
|
396
396
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
397
397
|
);
|
|
398
398
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
@@ -440,7 +440,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
440
440
|
return ret;
|
|
441
441
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
442
442
|
} else {
|
|
443
|
-
|
|
443
|
+
_chunkT2BLSKBFcjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
444
444
|
}
|
|
445
445
|
return packageJson;
|
|
446
446
|
};
|
|
@@ -1247,7 +1247,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1247
1247
|
let config = result.config;
|
|
1248
1248
|
const configFile = result.configFile;
|
|
1249
1249
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
1250
|
-
|
|
1250
|
+
_chunkT2BLSKBFcjs.writeTrace.call(void 0,
|
|
1251
1251
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
1252
1252
|
{
|
|
1253
1253
|
logLevel: "all"
|
|
@@ -1263,7 +1263,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1263
1263
|
for (const result2 of results) {
|
|
1264
1264
|
if (_optionalChain([result2, 'optionalAccess', _34 => _34.config]) && _optionalChain([result2, 'optionalAccess', _35 => _35.configFile]) && Object.keys(result2.config).length > 0) {
|
|
1265
1265
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
1266
|
-
|
|
1266
|
+
_chunkT2BLSKBFcjs.writeTrace.call(void 0,
|
|
1267
1267
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
1268
1268
|
{
|
|
1269
1269
|
logLevel: "all"
|
|
@@ -1379,7 +1379,7 @@ var getConfigEnv = () => {
|
|
|
1379
1379
|
},
|
|
1380
1380
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
1381
1381
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
1382
|
-
) ?
|
|
1382
|
+
) ? _chunkT2BLSKBFcjs.getLogLevelLabel.call(void 0,
|
|
1383
1383
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
1384
1384
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
1385
1385
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
@@ -1746,9 +1746,9 @@ var setConfigEnv = (config) => {
|
|
|
1746
1746
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
1747
1747
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
1748
1748
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
1749
|
-
|
|
1749
|
+
_chunkT2BLSKBFcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkT2BLSKBFcjs.LogLevel.DEBUG ? true : false
|
|
1750
1750
|
);
|
|
1751
|
-
process.env.RUST_BACKTRACE =
|
|
1751
|
+
process.env.RUST_BACKTRACE = _chunkT2BLSKBFcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkT2BLSKBFcjs.LogLevel.DEBUG ? "full" : "none";
|
|
1752
1752
|
}
|
|
1753
1753
|
if (config.skipConfigLogging !== void 0) {
|
|
1754
1754
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -1896,7 +1896,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1896
1896
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
1897
1897
|
if (!configFile) {
|
|
1898
1898
|
if (!skipLogs) {
|
|
1899
|
-
|
|
1899
|
+
_chunkT2BLSKBFcjs.writeWarning.call(void 0,
|
|
1900
1900
|
"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",
|
|
1901
1901
|
{ logLevel: "all" }
|
|
1902
1902
|
);
|
|
@@ -1927,7 +1927,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1927
1927
|
throw new Error(
|
|
1928
1928
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _60 => _60.message]) ? `: ${error.message}` : ""}
|
|
1929
1929
|
|
|
1930
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
1930
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkT2BLSKBFcjs.formatLogMessage.call(void 0,
|
|
1931
1931
|
configInput
|
|
1932
1932
|
)}`,
|
|
1933
1933
|
{
|
|
@@ -1972,9 +1972,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
1972
1972
|
);
|
|
1973
1973
|
setConfigEnv(config);
|
|
1974
1974
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
1975
|
-
|
|
1975
|
+
_chunkT2BLSKBFcjs.writeTrace.call(void 0,
|
|
1976
1976
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
1977
|
-
${
|
|
1977
|
+
${_chunkT2BLSKBFcjs.formatLogMessage.call(void 0, config)}`,
|
|
1978
1978
|
config
|
|
1979
1979
|
);
|
|
1980
1980
|
}
|
|
@@ -2034,8 +2034,8 @@ var resolveOptions = async (userOptions) => {
|
|
|
2034
2034
|
const workspaceConfig = await getWorkspaceConfig(options.debug === true, {
|
|
2035
2035
|
workspaceRoot
|
|
2036
2036
|
});
|
|
2037
|
-
|
|
2038
|
-
const stopwatch =
|
|
2037
|
+
_chunkT2BLSKBFcjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
2038
|
+
const stopwatch = _chunkT2BLSKBFcjs.getStopwatch.call(void 0, "Build options resolution");
|
|
2039
2039
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
2040
2040
|
exitOnError: true
|
|
2041
2041
|
});
|
|
@@ -2108,8 +2108,8 @@ var resolveOptions = async (userOptions) => {
|
|
|
2108
2108
|
};
|
|
2109
2109
|
async function generatePackageJson(options) {
|
|
2110
2110
|
if (options.generatePackageJson !== false && _fs.existsSync.call(void 0, joinPaths(options.projectRoot, "package.json"))) {
|
|
2111
|
-
|
|
2112
|
-
const stopwatch =
|
|
2111
|
+
_chunkT2BLSKBFcjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", options.workspaceConfig);
|
|
2112
|
+
const stopwatch = _chunkT2BLSKBFcjs.getStopwatch.call(void 0, "Write package.json file");
|
|
2113
2113
|
const packageJsonPath = joinPaths(options.projectRoot, "project.json");
|
|
2114
2114
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
2115
2115
|
throw new Error("Cannot find package.json configuration");
|
|
@@ -2183,8 +2183,8 @@ async function generatePackageJson(options) {
|
|
|
2183
2183
|
return options;
|
|
2184
2184
|
}
|
|
2185
2185
|
async function executeTSDown(options) {
|
|
2186
|
-
|
|
2187
|
-
const stopwatch =
|
|
2186
|
+
_chunkT2BLSKBFcjs.writeDebug.call(void 0, ` \u{1F680} Running ${options.name} build`, options.workspaceConfig);
|
|
2187
|
+
const stopwatch = _chunkT2BLSKBFcjs.getStopwatch.call(void 0, `${options.name} build`);
|
|
2188
2188
|
await _tsdown.build.call(void 0, {
|
|
2189
2189
|
...options,
|
|
2190
2190
|
entry: options.entry,
|
|
@@ -2194,11 +2194,11 @@ async function executeTSDown(options) {
|
|
|
2194
2194
|
return options;
|
|
2195
2195
|
}
|
|
2196
2196
|
async function copyBuildAssets(options) {
|
|
2197
|
-
|
|
2197
|
+
_chunkT2BLSKBFcjs.writeDebug.call(void 0,
|
|
2198
2198
|
` \u{1F4CB} Copying asset files to output directory: ${options.outDir}`,
|
|
2199
2199
|
options.workspaceConfig
|
|
2200
2200
|
);
|
|
2201
|
-
const stopwatch =
|
|
2201
|
+
const stopwatch = _chunkT2BLSKBFcjs.getStopwatch.call(void 0, `${options.name} asset copy`);
|
|
2202
2202
|
await copyAssets(
|
|
2203
2203
|
options.workspaceConfig,
|
|
2204
2204
|
_nullishCoalesce(options.assets, () => ( [])),
|
|
@@ -2212,19 +2212,19 @@ async function copyBuildAssets(options) {
|
|
|
2212
2212
|
return options;
|
|
2213
2213
|
}
|
|
2214
2214
|
async function reportResults(options) {
|
|
2215
|
-
|
|
2215
|
+
_chunkT2BLSKBFcjs.writeSuccess.call(void 0,
|
|
2216
2216
|
` \u{1F4E6} The ${options.name} build completed successfully`,
|
|
2217
2217
|
options.workspaceConfig
|
|
2218
2218
|
);
|
|
2219
2219
|
}
|
|
2220
2220
|
async function cleanOutputPath(options) {
|
|
2221
2221
|
if (options.clean !== false && options.workspaceConfig) {
|
|
2222
|
-
|
|
2222
|
+
_chunkT2BLSKBFcjs.writeDebug.call(void 0,
|
|
2223
2223
|
` \u{1F9F9} Cleaning ${options.name} output path: ${options.workspaceConfig}`,
|
|
2224
2224
|
options.workspaceConfig
|
|
2225
2225
|
);
|
|
2226
|
-
const stopwatch =
|
|
2227
|
-
await
|
|
2226
|
+
const stopwatch = _chunkT2BLSKBFcjs.getStopwatch.call(void 0, `${options.name} output clean`);
|
|
2227
|
+
await _chunkT2BLSKBFcjs.cleanDirectories.call(void 0,
|
|
2228
2228
|
options.name,
|
|
2229
2229
|
options.outDir,
|
|
2230
2230
|
options.workspaceConfig
|
|
@@ -2234,8 +2234,8 @@ async function cleanOutputPath(options) {
|
|
|
2234
2234
|
return options;
|
|
2235
2235
|
}
|
|
2236
2236
|
async function build(options) {
|
|
2237
|
-
|
|
2238
|
-
const stopwatch =
|
|
2237
|
+
_chunkT2BLSKBFcjs.writeDebug.call(void 0, ` ${_chunkT2BLSKBFcjs.brandIcon.call(void 0, )} Executing Storm TSDown pipeline`);
|
|
2238
|
+
const stopwatch = _chunkT2BLSKBFcjs.getStopwatch.call(void 0, "TSDown pipeline");
|
|
2239
2239
|
try {
|
|
2240
2240
|
const opts = Array.isArray(options) ? options : [options];
|
|
2241
2241
|
if (opts.length === 0) {
|
|
@@ -2255,13 +2255,13 @@ async function build(options) {
|
|
|
2255
2255
|
})
|
|
2256
2256
|
);
|
|
2257
2257
|
} else {
|
|
2258
|
-
|
|
2258
|
+
_chunkT2BLSKBFcjs.writeWarning.call(void 0,
|
|
2259
2259
|
" \u{1F6A7} No options were passed to TSBuild. Please check the parameters passed to the `build` function."
|
|
2260
2260
|
);
|
|
2261
2261
|
}
|
|
2262
|
-
|
|
2262
|
+
_chunkT2BLSKBFcjs.writeSuccess.call(void 0, " \u{1F3C1} TSDown pipeline build completed successfully");
|
|
2263
2263
|
} catch (error) {
|
|
2264
|
-
|
|
2264
|
+
_chunkT2BLSKBFcjs.writeFatal.call(void 0,
|
|
2265
2265
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
2266
2266
|
);
|
|
2267
2267
|
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 _chunkT2BLSKBFcjs = require('./chunk-T2BLSKBF.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.clean =
|
|
8
|
+
exports.clean = _chunkT2BLSKBFcjs.clean; exports.cleanDirectories = _chunkT2BLSKBFcjs.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 _chunkXQZ5TXZEcjs = require('./chunk-XQZ5TXZE.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkT2BLSKBFcjs = require('./chunk-T2BLSKBF.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 = _chunkXQZ5TXZEcjs.build; exports.clean = _chunkT2BLSKBFcjs.clean; exports.cleanDirectories = _chunkT2BLSKBFcjs.cleanDirectories; exports.cleanOutputPath = _chunkXQZ5TXZEcjs.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-3XWJIWNT.js";
|
|
5
5
|
import {
|
|
6
6
|
clean,
|
|
7
7
|
cleanDirectories
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6N562TBC.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.182",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"keywords": [
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
"bin": { "storm-tsdown": "./bin/tsdown.cjs" },
|
|
135
135
|
"files": ["dist/**/*"],
|
|
136
136
|
"dependencies": {
|
|
137
|
-
"@storm-software/build-tools": "^0.158.
|
|
138
|
-
"@storm-software/config": "^1.137.
|
|
139
|
-
"@storm-software/config-tools": "^1.190.
|
|
137
|
+
"@storm-software/build-tools": "^0.158.181",
|
|
138
|
+
"@storm-software/config": "^1.137.53",
|
|
139
|
+
"@storm-software/config-tools": "^1.190.21",
|
|
140
140
|
"chokidar": "^4.0.3",
|
|
141
141
|
"commander": "^12.1.0",
|
|
142
142
|
"es-toolkit": "^1.46.1",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"@microsoft/api-extractor": "^7.58.7",
|
|
151
151
|
"@nx/devkit": "22.7.1",
|
|
152
152
|
"@nx/js": "22.7.1",
|
|
153
|
-
"@types/node": "^25.
|
|
153
|
+
"@types/node": "^25.9.1",
|
|
154
154
|
"defu": "6.1.4",
|
|
155
155
|
"rollup": "^4.60.4",
|
|
156
156
|
"spdx-exceptions": "^2.5.0",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"tsdown": { "optional": false }
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "9659ccd4025df160370c7ddced3599f9d70e7dfa"
|
|
172
172
|
}
|