@storm-software/tsup 0.2.3 → 0.2.5

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 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
- [![Version](https://img.shields.io/badge/version-0.2.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.2.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -33,12 +33,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  mod
34
34
  ));
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/assets/esm_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/assets/esm_shims.js
37
37
  import { fileURLToPath } from "url";
38
38
  import path from "path";
39
39
  var getFilename, getDirname, __dirname;
40
40
  var init_esm_shims = __esm({
41
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/assets/esm_shims.js"() {
41
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/assets/esm_shims.js"() {
42
42
  "use strict";
43
43
  getFilename = () => fileURLToPath(import.meta.url);
44
44
  getDirname = () => path.dirname(getFilename());
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  DEFAULT_BUILD_OPTIONS,
3
3
  getEnv
4
- } from "./chunk-MUIYLO6F.js";
4
+ } from "./chunk-ZARSZGUQ.js";
5
5
  import {
6
6
  init_esm_shims
7
- } from "./chunk-7BI4SQSF.js";
7
+ } from "./chunk-7L34T3ED.js";
8
8
 
9
9
  // src/options.ts
10
10
  init_esm_shims();
@@ -1638,7 +1638,9 @@ async function resolveOptions(userOptions) {
1638
1638
  const workspaceConfig = await getWorkspaceConfig(true, {
1639
1639
  workspaceRoot: workspaceRoot.dir
1640
1640
  });
1641
- writeDebug(" \u2699\uFE0F Resolving build options", workspaceConfig);
1641
+ if (!userOptions.silent) {
1642
+ writeDebug(" \u2699\uFE0F Resolving build options", workspaceConfig);
1643
+ }
1642
1644
  const stopwatch = getStopwatch("Build options resolution");
1643
1645
  const projectGraph = await createProjectGraphAsync({
1644
1646
  exitOnError: true
@@ -1692,14 +1694,16 @@ async function resolveOptions(userOptions) {
1692
1694
  }, {})
1693
1695
  }
1694
1696
  };
1695
- stopwatch();
1696
- if (options.verbose) {
1697
- writeDebug(
1698
- ` \u2699\uFE0F Build options resolved:
1697
+ if (!options.silent) {
1698
+ stopwatch();
1699
+ if (options.verbose) {
1700
+ writeDebug(
1701
+ ` \u2699\uFE0F Build options resolved:
1699
1702
 
1700
1703
  ${formatLogMessage(resolvedOptions)}`,
1701
- workspaceConfig
1702
- );
1704
+ workspaceConfig
1705
+ );
1706
+ }
1703
1707
  }
1704
1708
  return resolvedOptions;
1705
1709
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-7BI4SQSF.js";
3
+ } from "./chunk-7L34T3ED.js";
4
4
 
5
5
  // src/types.ts
6
6
  init_esm_shims();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-7BI4SQSF.js";
3
+ } from "./chunk-7L34T3ED.js";
4
4
 
5
5
  // src/constants.ts
6
6
  init_esm_shims();
package/dist/constants.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  DEFAULT_BUILD_OPTIONS
3
- } from "./chunk-MUIYLO6F.js";
4
- import "./chunk-7BI4SQSF.js";
3
+ } from "./chunk-ZARSZGUQ.js";
4
+ import "./chunk-7L34T3ED.js";
5
5
  export {
6
6
  DEFAULT_BUILD_OPTIONS
7
7
  };
package/dist/index.cjs CHANGED
@@ -33,16 +33,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/assets/cjs_shims.js
37
37
  var init_cjs_shims = __esm({
38
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/assets/cjs_shims.js"() {
38
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/assets/cjs_shims.js"() {
39
39
  "use strict";
40
40
  }
41
41
  });
42
42
 
43
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-BYH4XDRH.js
43
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-BYH4XDRH.js
44
44
  var require_chunk_BYH4XDRH = __commonJS({
45
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports2) {
45
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports2) {
46
46
  "use strict";
47
47
  init_cjs_shims();
48
48
  Object.defineProperty(exports2, "__esModule", { value: true });
@@ -51,9 +51,9 @@ var require_chunk_BYH4XDRH = __commonJS({
51
51
  }
52
52
  });
53
53
 
54
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-TWFEYLU4.js
54
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-TWFEYLU4.js
55
55
  var require_chunk_TWFEYLU4 = __commonJS({
56
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports2) {
56
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports2) {
57
57
  "use strict";
58
58
  init_cjs_shims();
59
59
  Object.defineProperty(exports2, "__esModule", { value: true });
@@ -430,9 +430,9 @@ var require_chunk_TWFEYLU4 = __commonJS({
430
430
  }
431
431
  });
432
432
 
433
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-VGC3FXLU.js
433
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-VGC3FXLU.js
434
434
  var require_chunk_VGC3FXLU = __commonJS({
435
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports2) {
435
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports2) {
436
436
  "use strict";
437
437
  init_cjs_shims();
438
438
  Object.defineProperty(exports2, "__esModule", { value: true });
@@ -659,9 +659,9 @@ var require_chunk_VGC3FXLU = __commonJS({
659
659
  }
660
660
  });
661
661
 
662
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-JZ25TPTY.js
662
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-JZ25TPTY.js
663
663
  var require_chunk_JZ25TPTY = __commonJS({
664
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports2) {
664
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports2) {
665
665
  "use strict";
666
666
  init_cjs_shims();
667
667
  Object.defineProperty(exports2, "__esModule", { value: true });
@@ -710,9 +710,9 @@ var require_chunk_JZ25TPTY = __commonJS({
710
710
  }
711
711
  });
712
712
 
713
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/commonjs-plugin.js
713
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/commonjs-plugin.js
714
714
  var require_commonjs_plugin = __commonJS({
715
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/commonjs-plugin.js"(exports2, module2) {
715
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/commonjs-plugin.js"(exports2, module2) {
716
716
  "use strict";
717
717
  init_cjs_shims();
718
718
  var __defProp2 = Object.defineProperty;
@@ -1041,9 +1041,9 @@ var require_commonjs_plugin = __commonJS({
1041
1041
  }
1042
1042
  });
1043
1043
 
1044
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/index.js
1044
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/index.js
1045
1045
  var require_dist = __commonJS({
1046
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/index.js"(exports2) {
1046
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/index.js"(exports2) {
1047
1047
  "use strict";
1048
1048
  init_cjs_shims();
1049
1049
  Object.defineProperty(exports2, "__esModule", { value: true });
@@ -5092,7 +5092,9 @@ async function resolveOptions(userOptions) {
5092
5092
  const workspaceConfig = await getWorkspaceConfig(true, {
5093
5093
  workspaceRoot: workspaceRoot.dir
5094
5094
  });
5095
- writeDebug(" \u2699\uFE0F Resolving build options", workspaceConfig);
5095
+ if (!userOptions.silent) {
5096
+ writeDebug(" \u2699\uFE0F Resolving build options", workspaceConfig);
5097
+ }
5096
5098
  const stopwatch = getStopwatch("Build options resolution");
5097
5099
  const projectGraph = await (0, import_devkit2.createProjectGraphAsync)({
5098
5100
  exitOnError: true
@@ -5146,27 +5148,33 @@ async function resolveOptions(userOptions) {
5146
5148
  }, {})
5147
5149
  }
5148
5150
  };
5149
- stopwatch();
5150
- if (options2.verbose) {
5151
- writeDebug(
5152
- ` \u2699\uFE0F Build options resolved:
5151
+ if (!options2.silent) {
5152
+ stopwatch();
5153
+ if (options2.verbose) {
5154
+ writeDebug(
5155
+ ` \u2699\uFE0F Build options resolved:
5153
5156
 
5154
5157
  ${formatLogMessage(resolvedOptions)}`,
5155
- workspaceConfig
5156
- );
5158
+ workspaceConfig
5159
+ );
5160
+ }
5157
5161
  }
5158
5162
  return resolvedOptions;
5159
5163
  }
5160
5164
 
5161
5165
  // src/index.ts
5162
5166
  async function build(options2) {
5163
- writeDebug(
5164
- ` \u{1F680} Running ${options2.name || "tsup"} build`,
5165
- options2.workspaceConfig
5166
- );
5167
+ if (!options2.silent) {
5168
+ writeDebug(
5169
+ ` \u{1F680} Running ${options2.name || "tsup"} build`,
5170
+ options2.workspaceConfig
5171
+ );
5172
+ }
5167
5173
  const stopwatch = getStopwatch(`${options2.name || "tsup"} build`);
5168
5174
  await (0, import_tsup.build)(options2);
5169
- stopwatch();
5175
+ if (!options2.silent) {
5176
+ stopwatch();
5177
+ }
5170
5178
  }
5171
5179
  // Annotate the CommonJS export names for ESM import in node:
5172
5180
  0 && (module.exports = {
package/dist/index.js CHANGED
@@ -2,22 +2,22 @@ import {
2
2
  getStopwatch,
3
3
  resolveOptions,
4
4
  writeDebug
5
- } from "./chunk-L52MQ6O4.js";
5
+ } from "./chunk-IDLVVSZL.js";
6
6
  import {
7
7
  DEFAULT_BUILD_OPTIONS
8
- } from "./chunk-MUIYLO6F.js";
9
- import "./chunk-B45SNTGS.js";
8
+ } from "./chunk-ZARSZGUQ.js";
9
+ import "./chunk-XBSEPXRM.js";
10
10
  import {
11
11
  __commonJS,
12
12
  __dirname,
13
13
  __require,
14
14
  __toESM,
15
15
  init_esm_shims
16
- } from "./chunk-7BI4SQSF.js";
16
+ } from "./chunk-7L34T3ED.js";
17
17
 
18
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-BYH4XDRH.js
18
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-BYH4XDRH.js
19
19
  var require_chunk_BYH4XDRH = __commonJS({
20
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports) {
20
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports) {
21
21
  "use strict";
22
22
  init_esm_shims();
23
23
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -26,13 +26,13 @@ var require_chunk_BYH4XDRH = __commonJS({
26
26
  }
27
27
  });
28
28
 
29
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-TWFEYLU4.js
29
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-TWFEYLU4.js
30
30
  import * as __import_fs from "fs";
31
31
  import * as __import_path from "path";
32
32
  import * as __import_resolveFrom from "resolve-from";
33
33
  import * as __import_tinyglobby from "tinyglobby";
34
34
  var require_chunk_TWFEYLU4 = __commonJS({
35
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports) {
35
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports) {
36
36
  "use strict";
37
37
  init_esm_shims();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -409,7 +409,7 @@ var require_chunk_TWFEYLU4 = __commonJS({
409
409
  }
410
410
  });
411
411
 
412
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-VGC3FXLU.js
412
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-VGC3FXLU.js
413
413
  import * as __import_fs2 from "fs";
414
414
  import * as __import_path2 from "path";
415
415
  import * as __import_joycon from "joycon";
@@ -418,7 +418,7 @@ import * as __import_util from "util";
418
418
  import * as __import_worker_threads from "worker_threads";
419
419
  import * as __import_picocolors from "picocolors";
420
420
  var require_chunk_VGC3FXLU = __commonJS({
421
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports) {
421
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports) {
422
422
  "use strict";
423
423
  init_esm_shims();
424
424
  var __import___chunkTWFEYLU4_js = __toESM(require_chunk_TWFEYLU4());
@@ -646,11 +646,11 @@ var require_chunk_VGC3FXLU = __commonJS({
646
646
  }
647
647
  });
648
648
 
649
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-JZ25TPTY.js
649
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-JZ25TPTY.js
650
650
  import * as __import_worker_threads2 from "worker_threads";
651
651
  import * as __import_picocolors2 from "picocolors";
652
652
  var require_chunk_JZ25TPTY = __commonJS({
653
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports) {
653
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports) {
654
654
  "use strict";
655
655
  init_esm_shims();
656
656
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -699,11 +699,11 @@ var require_chunk_JZ25TPTY = __commonJS({
699
699
  }
700
700
  });
701
701
 
702
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/commonjs-plugin.js
702
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/commonjs-plugin.js
703
703
  import * as __import_fs3 from "fs";
704
704
  import * as __import_esbuild from "esbuild";
705
705
  var require_commonjs_plugin = __commonJS({
706
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/commonjs-plugin.js"(exports, module) {
706
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/commonjs-plugin.js"(exports, module) {
707
707
  "use strict";
708
708
  init_esm_shims();
709
709
  var __defProp = Object.defineProperty;
@@ -1032,7 +1032,7 @@ var require_commonjs_plugin = __commonJS({
1032
1032
  }
1033
1033
  });
1034
1034
 
1035
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/index.js
1035
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/index.js
1036
1036
  import * as __import_path3 from "path";
1037
1037
  import * as __import_fs4 from "fs";
1038
1038
  import * as __import_worker_threads3 from "worker_threads";
@@ -1048,7 +1048,7 @@ import * as __import_rollup from "rollup";
1048
1048
  import * as __import_typescript from "typescript";
1049
1049
  import * as __import_chokidar from "chokidar";
1050
1050
  var require_dist = __commonJS({
1051
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/dist/index.js"(exports) {
1051
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/dist/index.js"(exports) {
1052
1052
  "use strict";
1053
1053
  init_esm_shims();
1054
1054
  var __import___chunkBYH4XDRH_js = __toESM(require_chunk_BYH4XDRH());
@@ -2706,13 +2706,17 @@ module.exports = exports.default;
2706
2706
  init_esm_shims();
2707
2707
  var import_tsup = __toESM(require_dist(), 1);
2708
2708
  async function build(options2) {
2709
- writeDebug(
2710
- ` \u{1F680} Running ${options2.name || "tsup"} build`,
2711
- options2.workspaceConfig
2712
- );
2709
+ if (!options2.silent) {
2710
+ writeDebug(
2711
+ ` \u{1F680} Running ${options2.name || "tsup"} build`,
2712
+ options2.workspaceConfig
2713
+ );
2714
+ }
2713
2715
  const stopwatch = getStopwatch(`${options2.name || "tsup"} build`);
2714
2716
  await (0, import_tsup.build)(options2);
2715
- stopwatch();
2717
+ if (!options2.silent) {
2718
+ stopwatch();
2719
+ }
2716
2720
  }
2717
2721
  export {
2718
2722
  DEFAULT_BUILD_OPTIONS,
package/dist/options.cjs CHANGED
@@ -2318,7 +2318,9 @@ async function resolveOptions(userOptions) {
2318
2318
  const workspaceConfig = await getWorkspaceConfig(true, {
2319
2319
  workspaceRoot: workspaceRoot.dir
2320
2320
  });
2321
- writeDebug2(" \u2699\uFE0F Resolving build options", workspaceConfig);
2321
+ if (!userOptions.silent) {
2322
+ writeDebug2(" \u2699\uFE0F Resolving build options", workspaceConfig);
2323
+ }
2322
2324
  const stopwatch = getStopwatch("Build options resolution");
2323
2325
  const projectGraph = await (0, import_devkit2.createProjectGraphAsync)({
2324
2326
  exitOnError: true
@@ -2372,14 +2374,16 @@ async function resolveOptions(userOptions) {
2372
2374
  }, {})
2373
2375
  }
2374
2376
  };
2375
- stopwatch();
2376
- if (options.verbose) {
2377
- writeDebug2(
2378
- ` \u2699\uFE0F Build options resolved:
2377
+ if (!options.silent) {
2378
+ stopwatch();
2379
+ if (options.verbose) {
2380
+ writeDebug2(
2381
+ ` \u2699\uFE0F Build options resolved:
2379
2382
 
2380
2383
  ${formatLogMessage2(resolvedOptions)}`,
2381
- workspaceConfig
2382
- );
2384
+ workspaceConfig
2385
+ );
2386
+ }
2383
2387
  }
2384
2388
  return resolvedOptions;
2385
2389
  }
package/dist/options.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  resolveOptions
3
- } from "./chunk-L52MQ6O4.js";
4
- import "./chunk-MUIYLO6F.js";
5
- import "./chunk-7BI4SQSF.js";
3
+ } from "./chunk-IDLVVSZL.js";
4
+ import "./chunk-ZARSZGUQ.js";
5
+ import "./chunk-7L34T3ED.js";
6
6
  export {
7
7
  resolveOptions
8
8
  };
package/dist/types.js CHANGED
@@ -1,2 +1,2 @@
1
- import "./chunk-B45SNTGS.js";
2
- import "./chunk-7BI4SQSF.js";
1
+ import "./chunk-XBSEPXRM.js";
2
+ import "./chunk-7L34T3ED.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsup",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "description": "A package containing bundled patches for tsup.",
6
6
  "repository": {
@@ -104,8 +104,8 @@
104
104
  "files": ["assets/**/*", "dist/**/*"],
105
105
  "keywords": ["tsup", "storm", "storm-ops", "storm-software"],
106
106
  "dependencies": {
107
- "@storm-software/build-tools": "^0.158.5",
108
- "@storm-software/config-tools": "^1.188.5"
107
+ "@storm-software/build-tools": "^0.158.7",
108
+ "@storm-software/config-tools": "^1.188.7"
109
109
  },
110
110
  "devDependencies": {
111
111
  "@types/node": "^22.10.2",
@@ -114,5 +114,5 @@
114
114
  },
115
115
  "publishConfig": { "access": "public" },
116
116
  "sideEffects": false,
117
- "gitHead": "963648c59da71e988de4bf5006126466f89195ed"
117
+ "gitHead": "f16b438d3b1a16b47bbed4a8564885f88462b331"
118
118
  }