@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 CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkBKNMM3T2cjs = require('./chunk-BKNMM3T2.cjs');
5
- require('./chunk-OGY672PY.cjs');
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 = _chunkBKNMM3T2cjs.build; exports.cleanOutputPath = _chunkBKNMM3T2cjs.cleanOutputPath;
10
+ exports.build = _chunkTUOCTBWWcjs.build; exports.cleanOutputPath = _chunkTUOCTBWWcjs.cleanOutputPath;
package/dist/build.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-QV2ETWQU.js";
5
- import "./chunk-IZIA5T45.js";
4
+ } from "./chunk-YKJYKMOF.js";
5
+ import "./chunk-QRY6KK46.js";
6
6
  import "./chunk-BMIIFT6J.js";
7
7
  export {
8
8
  build,
@@ -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.info)))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
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(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.debug)))(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
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.info)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
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(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
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 _chunkOGY672PYcjs = require('./chunk-OGY672PY.cjs');
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
- _chunkOGY672PYcjs.writeTrace.call(void 0,
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
- _chunkOGY672PYcjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
213
+ _chunkOXIAYNWOcjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
214
214
  if (includeSrc === true) {
215
- _chunkOGY672PYcjs.writeDebug.call(void 0,
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
- _chunkOGY672PYcjs.writeTrace.call(void 0,
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
- _chunkOGY672PYcjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
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
- _chunkOGY672PYcjs.writeTrace.call(void 0,
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
- _chunkOGY672PYcjs.writeTrace.call(void 0,
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
- ) ? _chunkOGY672PYcjs.getLogLevelLabel.call(void 0,
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
- _chunkOGY672PYcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkOGY672PYcjs.LogLevel.DEBUG ? true : false
1737
+ _chunkOXIAYNWOcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkOXIAYNWOcjs.LogLevel.DEBUG ? true : false
1738
1738
  );
1739
- process.env.RUST_BACKTRACE = _chunkOGY672PYcjs.getLogLevel.call(void 0, config.logLevel) >= _chunkOGY672PYcjs.LogLevel.DEBUG ? "full" : "none";
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
- _chunkOGY672PYcjs.writeWarning.call(void 0,
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: ${_chunkOGY672PYcjs.formatLogMessage.call(void 0,
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
- _chunkOGY672PYcjs.writeTrace.call(void 0,
1953
+ _chunkOXIAYNWOcjs.writeTrace.call(void 0,
1954
1954
  `\u2699\uFE0F Using Storm Workspace configuration:
1955
- ${_chunkOGY672PYcjs.formatLogMessage.call(void 0, config)}`,
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
- _chunkOGY672PYcjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
2016
- const stopwatch = _chunkOGY672PYcjs.getStopwatch.call(void 0, "Build options resolution");
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
- _chunkOGY672PYcjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", options.workspaceConfig);
2090
- const stopwatch = _chunkOGY672PYcjs.getStopwatch.call(void 0, "Write package.json file");
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
- _chunkOGY672PYcjs.writeDebug.call(void 0, ` \u{1F680} Running ${options.name} build`, options.workspaceConfig);
2165
- const stopwatch = _chunkOGY672PYcjs.getStopwatch.call(void 0, `${options.name} build`);
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
- _chunkOGY672PYcjs.writeDebug.call(void 0,
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 = _chunkOGY672PYcjs.getStopwatch.call(void 0, `${options.name} asset copy`);
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
- _chunkOGY672PYcjs.writeSuccess.call(void 0,
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
- _chunkOGY672PYcjs.writeDebug.call(void 0,
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 = _chunkOGY672PYcjs.getStopwatch.call(void 0, `${options.name} output clean`);
2205
- await _chunkOGY672PYcjs.cleanDirectories.call(void 0,
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
- _chunkOGY672PYcjs.writeDebug.call(void 0, ` \u26A1 Executing Storm TSDown pipeline`);
2216
- const stopwatch = _chunkOGY672PYcjs.getStopwatch.call(void 0, "TSDown pipeline");
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
- _chunkOGY672PYcjs.writeWarning.call(void 0,
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
- _chunkOGY672PYcjs.writeSuccess.call(void 0, " \u{1F3C1} TSDown pipeline build completed successfully");
2240
+ _chunkOXIAYNWOcjs.writeSuccess.call(void 0, " \u{1F3C1} TSDown pipeline build completed successfully");
2241
2241
  } catch (error) {
2242
- _chunkOGY672PYcjs.writeFatal.call(void 0,
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;
@@ -10,7 +10,7 @@ import {
10
10
  writeSuccess,
11
11
  writeTrace,
12
12
  writeWarning
13
- } from "./chunk-IZIA5T45.js";
13
+ } from "./chunk-QRY6KK46.js";
14
14
  import {
15
15
  getDefaultOptions,
16
16
  toTSDownFormat
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 _chunkOGY672PYcjs = require('./chunk-OGY672PY.cjs');
4
+ var _chunkOXIAYNWOcjs = require('./chunk-OXIAYNWO.cjs');
5
5
 
6
6
 
7
7
 
8
- exports.clean = _chunkOGY672PYcjs.clean; exports.cleanDirectories = _chunkOGY672PYcjs.cleanDirectories;
8
+ exports.clean = _chunkOXIAYNWOcjs.clean; exports.cleanDirectories = _chunkOXIAYNWOcjs.cleanDirectories;
package/dist/clean.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  clean,
3
3
  cleanDirectories
4
- } from "./chunk-IZIA5T45.js";
4
+ } from "./chunk-QRY6KK46.js";
5
5
  export {
6
6
  clean,
7
7
  cleanDirectories
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 _chunkBKNMM3T2cjs = require('./chunk-BKNMM3T2.cjs');
4
+ var _chunkTUOCTBWWcjs = require('./chunk-TUOCTBWW.cjs');
5
5
 
6
6
 
7
7
 
8
- var _chunkOGY672PYcjs = require('./chunk-OGY672PY.cjs');
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 = _chunkBKNMM3T2cjs.build; exports.clean = _chunkOGY672PYcjs.clean; exports.cleanDirectories = _chunkOGY672PYcjs.cleanDirectories; exports.cleanOutputPath = _chunkBKNMM3T2cjs.cleanOutputPath; exports.getDefaultOptions = _chunkDPNREUD4cjs.getDefaultOptions; exports.toTSDownFormat = _chunkDPNREUD4cjs.toTSDownFormat;
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-QV2ETWQU.js";
4
+ } from "./chunk-YKJYKMOF.js";
5
5
  import {
6
6
  clean,
7
7
  cleanDirectories
8
- } from "./chunk-IZIA5T45.js";
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.76",
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.76",
149
+ "@storm-software/build-tools": "^0.158.77",
150
150
  "@storm-software/config": "^1.135.0",
151
- "@storm-software/config-tools": "^1.188.76",
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": "e19d4a36814afd4e68d56d8c7e620ec273b71a03"
174
+ "gitHead": "d07f74f1d50951459260d2738dea47586e194f7f"
175
175
  }