@storm-software/pulumi-tools 0.7.39 → 0.7.41

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.
Files changed (67) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-56MIYBFB.mjs → chunk-26S6TAKJ.mjs} +1 -1
  4. package/dist/{chunk-4JHRPIAI.mjs → chunk-2KDIKPBS.mjs} +1 -1
  5. package/dist/{chunk-OHB7BWHV.mjs → chunk-2UCO46LO.mjs} +104 -67
  6. package/dist/{chunk-WP5ADETB.js → chunk-3LQFRKIU.js} +131 -94
  7. package/dist/{chunk-EBQ4W45Z.mjs → chunk-3UGVTIGP.mjs} +1 -1
  8. package/dist/{chunk-CAUTCB4N.js → chunk-3XXJV3DH.js} +2 -2
  9. package/dist/{chunk-2XCN4ZZY.mjs → chunk-7AWVCCR4.mjs} +1 -1
  10. package/dist/{chunk-HGFZEBRF.js → chunk-APIJLG5M.js} +2 -2
  11. package/dist/{chunk-OFWGUF5J.js → chunk-FW7MVDHP.js} +5 -5
  12. package/dist/{chunk-AUCEBVHL.js → chunk-OPMXGFNT.js} +2 -2
  13. package/dist/{chunk-CV3MVGM5.mjs → chunk-Q5MCQX6H.mjs} +1 -1
  14. package/dist/{chunk-FUB25V7L.mjs → chunk-TMIIM3X7.mjs} +1 -1
  15. package/dist/{chunk-3B4UHGT2.js → chunk-X5ZCAH2C.js} +2 -2
  16. package/dist/{chunk-ITMXW6BU.js → chunk-XKYTUIZK.js} +3 -3
  17. package/dist/{chunk-OSIIC47G.mjs → chunk-Z2ODCGRK.mjs} +1 -1
  18. package/dist/{chunk-GNIGDMSD.js → chunk-ZU6W5KIM.js} +2 -2
  19. package/dist/executors.d.mts +1 -1
  20. package/dist/executors.d.ts +1 -1
  21. package/dist/executors.js +7 -7
  22. package/dist/executors.mjs +7 -7
  23. package/dist/{generators-Cf-nGItq.d.mts → generators-C1_XT3qk.d.mts} +1 -1
  24. package/dist/{generators-DltbTTJ2.d.ts → generators-CIhk3saj.d.ts} +1 -1
  25. package/dist/generators.d.mts +2 -2
  26. package/dist/generators.d.ts +2 -2
  27. package/dist/generators.js +3 -3
  28. package/dist/generators.mjs +2 -2
  29. package/dist/index.d.mts +2 -2
  30. package/dist/index.d.ts +2 -2
  31. package/dist/index.js +9 -9
  32. package/dist/index.mjs +8 -8
  33. package/dist/src/base/base-executor.d.mts +1 -1
  34. package/dist/src/base/base-executor.d.ts +1 -1
  35. package/dist/src/base/base-executor.js +3 -3
  36. package/dist/src/base/base-executor.mjs +2 -2
  37. package/dist/src/base/index.d.mts +1 -1
  38. package/dist/src/base/index.d.ts +1 -1
  39. package/dist/src/base/index.js +3 -3
  40. package/dist/src/base/index.mjs +2 -2
  41. package/dist/src/executors/config/executor.d.mts +1 -1
  42. package/dist/src/executors/config/executor.d.ts +1 -1
  43. package/dist/src/executors/config/executor.js +4 -4
  44. package/dist/src/executors/config/executor.mjs +3 -3
  45. package/dist/src/executors/import/executor.d.mts +1 -1
  46. package/dist/src/executors/import/executor.d.ts +1 -1
  47. package/dist/src/executors/import/executor.js +4 -4
  48. package/dist/src/executors/import/executor.mjs +3 -3
  49. package/dist/src/executors/preview/executor.d.mts +1 -1
  50. package/dist/src/executors/preview/executor.d.ts +1 -1
  51. package/dist/src/executors/preview/executor.js +4 -4
  52. package/dist/src/executors/preview/executor.mjs +3 -3
  53. package/dist/src/executors/refresh/executor.d.mts +1 -1
  54. package/dist/src/executors/refresh/executor.d.ts +1 -1
  55. package/dist/src/executors/refresh/executor.js +4 -4
  56. package/dist/src/executors/refresh/executor.mjs +3 -3
  57. package/dist/src/executors/up/executor.d.mts +1 -1
  58. package/dist/src/executors/up/executor.d.ts +1 -1
  59. package/dist/src/executors/up/executor.js +4 -4
  60. package/dist/src/executors/up/executor.mjs +3 -3
  61. package/dist/src/generators/init/generator.d.mts +2 -2
  62. package/dist/src/generators/init/generator.d.ts +2 -2
  63. package/dist/src/generators/init/generator.js +3 -3
  64. package/dist/src/generators/init/generator.mjs +2 -2
  65. package/dist/{types-PmpUoA3H.d.mts → types-D7IMa2M3.d.mts} +20 -2
  66. package/dist/{types-PmpUoA3H.d.ts → types-D7IMa2M3.d.ts} +20 -2
  67. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.7.41](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.41) (2025-04-07)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([1ac4c6ad4](https://github.com/storm-software/storm-ops/commit/1ac4c6ad4))
11
+
12
+ ## [0.7.40](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.40) (2025-04-04)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([30c679ec1](https://github.com/storm-software/storm-ops/commit/30c679ec1))
18
+
5
19
  ## [0.7.39](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.39) (2025-04-02)
6
20
 
7
21
  ### Miscellaneous
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.7.37-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.7.40-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 -->
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-OHB7BWHV.mjs";
4
+ } from "./chunk-2UCO46LO.mjs";
5
5
  import {
6
6
  __name
7
7
  } from "./chunk-2BPV2XV2.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-56MIYBFB.mjs";
3
+ } from "./chunk-26S6TAKJ.mjs";
4
4
 
5
5
  // src/executors/refresh/executor.ts
6
6
  var executor_default = withPulumiExecutor("refresh", (options) => [
@@ -182,6 +182,10 @@ var WorkspaceDirectoryConfigSchema = z.object({
182
182
  log: z.string().trim().optional().describe("The directory used to store the environment's temp files"),
183
183
  build: z.string().trim().default("dist").describe("The directory used to store the workspace's distributable files after a build (relative to the workspace root)")
184
184
  }).describe("Various directories used by the workspace to store data, cache, and configuration files");
185
+ var errorConfigSchema = z.object({
186
+ codesFile: z.string().trim().default(STORM_DEFAULT_RELEASE_BANNER).describe("The path to the workspace's error codes JSON file"),
187
+ url: z.string().trim().url().optional().describe("A URL to a page that looks up the workspace's error messages given a specific error code")
188
+ }).describe("The workspace's error config used during the error process");
185
189
  var stormWorkspaceConfigSchema = z.object({
186
190
  $schema: z.string().trim().default("https://cdn.jsdelivr.net/npm/@storm-software/config/schemas/storm-workspace.schema.json").optional().nullish().describe("The URL to the JSON schema file that describes the Storm configuration file"),
187
191
  extends: ExtendsSchema.optional(),
@@ -200,6 +204,7 @@ var stormWorkspaceConfigSchema = z.object({
200
204
  bot: WorkspaceBotConfigSchema,
201
205
  release: WorkspaceReleaseConfigSchema,
202
206
  account: WorkspaceAccountConfigSchema,
207
+ error: errorConfigSchema,
203
208
  mode: z.enum([
204
209
  "development",
205
210
  "staging",
@@ -537,7 +542,10 @@ var getDefaultConfig = /* @__PURE__ */ __name(async (root) => {
537
542
  license,
538
543
  homepage,
539
544
  docs: `${homepage || STORM_DEFAULT_HOMEPAGE}/docs`,
540
- licensing: `${homepage || STORM_DEFAULT_HOMEPAGE}/license`
545
+ licensing: `${homepage || STORM_DEFAULT_HOMEPAGE}/license`,
546
+ error: {
547
+ url: `${homepage || STORM_DEFAULT_HOMEPAGE}/errors`
548
+ }
541
549
  };
542
550
  }, "getDefaultConfig");
543
551
 
@@ -902,6 +910,10 @@ var getConfigEnv = /* @__PURE__ */ __name(() => {
902
910
  header: process.env[`${prefix}RELEASE_HEADER`] || void 0,
903
911
  footer: process.env[`${prefix}RELEASE_FOOTER`] || void 0
904
912
  },
913
+ error: {
914
+ codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
915
+ url: process.env[`${prefix}ERROR_URL`] || void 0
916
+ },
905
917
  account: {
906
918
  twitter: process.env[`${prefix}ACCOUNT_TWITTER`] || void 0,
907
919
  discord: process.env[`${prefix}ACCOUNT_DISCORD`] || void 0,
@@ -1075,6 +1087,10 @@ var setConfigEnv = /* @__PURE__ */ __name((config) => {
1075
1087
  process.env[`${prefix}BOT_NAME`] = config.bot.name;
1076
1088
  process.env[`${prefix}BOT_EMAIL`] = config.bot.email;
1077
1089
  }
1090
+ if (config.error) {
1091
+ process.env[`${prefix}ERROR_CODES_FILE`] = config.error.codesFile;
1092
+ process.env[`${prefix}ERROR_URL`] = config.error.url;
1093
+ }
1078
1094
  if (config.release) {
1079
1095
  process.env[`${prefix}RELEASE_BANNER`] = config.release.banner;
1080
1096
  process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
@@ -1205,7 +1221,7 @@ var setConfigEnv = /* @__PURE__ */ __name((config) => {
1205
1221
  process.env[`${prefix}REGISTRY_CYCLONE`] = String(config.registry.cyclone);
1206
1222
  }
1207
1223
  if (config.registry.container) {
1208
- process.env[`${prefix}REGISTRY_CONTAINER`] = String(config.registry.cyclone);
1224
+ process.env[`${prefix}REGISTRY_CONTAINER`] = String(config.registry.container);
1209
1225
  }
1210
1226
  }
1211
1227
  if (config.logLevel) {
@@ -1990,58 +2006,6 @@ var addWorkspacePackageJsonFields = /* @__PURE__ */ __name(async (config, projec
1990
2006
 
1991
2007
  // ../build-tools/src/utilities/get-entry-points.ts
1992
2008
  import { glob as glob2 } from "glob";
1993
- var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRoot, entry, emitOnAll = false) => {
1994
- const workspaceRoot3 = config.workspaceRoot || findWorkspaceRoot();
1995
- const entryPoints = [];
1996
- if (entry) {
1997
- if (typeof entry === "string") {
1998
- entryPoints.push(entry);
1999
- } else if (Array.isArray(entry)) {
2000
- entryPoints.push(...entry);
2001
- } else {
2002
- entryPoints.push(...Object.values(entry));
2003
- }
2004
- }
2005
- if (emitOnAll) {
2006
- entryPoints.push(joinPaths(workspaceRoot3, sourceRoot || projectRoot, "**/*.{ts,tsx}"));
2007
- }
2008
- const results = await Promise.all(entryPoints.map(async (entryPoint) => {
2009
- const paths = [];
2010
- if (entryPoint.includes("*")) {
2011
- const files = await glob2(entryPoint, {
2012
- withFileTypes: true,
2013
- ignore: [
2014
- "**/node_modules/**"
2015
- ]
2016
- });
2017
- paths.push(...files.reduce((ret, filePath) => {
2018
- const result = correctPaths(joinPaths(filePath.path, filePath.name).replaceAll(correctPaths(workspaceRoot3), "").replaceAll(correctPaths(projectRoot), ""));
2019
- if (result) {
2020
- writeDebug(`Trying to add entry point ${result} at "${joinPaths(filePath.path, filePath.name)}"`, config);
2021
- if (!paths.includes(result)) {
2022
- paths.push(result);
2023
- }
2024
- }
2025
- return ret;
2026
- }, []));
2027
- } else {
2028
- const result = correctPaths(entryPoint.replaceAll(correctPaths(workspaceRoot3), "").replaceAll(correctPaths(projectRoot), ""));
2029
- writeDebug(`Trying to add entry point ${result}"`, config);
2030
- if (!paths.includes(result)) {
2031
- paths.push(result);
2032
- }
2033
- }
2034
- return paths;
2035
- }));
2036
- return results.filter(Boolean).reduce((ret, result) => {
2037
- result.forEach((res) => {
2038
- if (res && !ret.includes(res)) {
2039
- ret.push(res);
2040
- }
2041
- });
2042
- return ret;
2043
- }, []);
2044
- }, "getEntryPoints");
2045
2009
 
2046
2010
  // ../build-tools/src/utilities/get-env.ts
2047
2011
  var getEnv = /* @__PURE__ */ __name((builder, options) => {
@@ -2465,10 +2429,10 @@ var tscPlugin = /* @__PURE__ */ __name((options, resolvedOptions) => ({
2465
2429
  if (process.env.WATCH !== "true" && process.env.DEV !== "true") {
2466
2430
  await run(resolvedOptions.config, `pnpm exec tsc --project ${resolvedOptions.tsconfig}`, resolvedOptions.config.workspaceRoot);
2467
2431
  }
2468
- if (resolvedOptions.bundle && resolvedOptions.entryPoints && resolvedOptions.entryPoints.length > 0 && resolvedOptions.entryPoints[0] && resolvedOptions.entryPoints[0].endsWith(".ts")) {
2432
+ if (resolvedOptions.bundle && resolvedOptions.entryPoints && resolvedOptions.entryPoints.length > 0 && resolvedOptions.entryPoints[0]?.in && resolvedOptions.entryPoints[0].in.endsWith(".ts")) {
2469
2433
  const sourceRoot = resolvedOptions.sourceRoot.replaceAll(resolvedOptions.projectRoot, "");
2470
2434
  const typeOutDir = resolvedOptions.outdir;
2471
- const entryPoint = resolvedOptions.entryPoints[0].replace(sourceRoot, "").replace(/\.ts$/, "");
2435
+ const entryPoint = resolvedOptions.entryPoints[0].in.replace(sourceRoot, "").replace(/\.ts$/, "");
2472
2436
  const bundlePath = joinPaths(resolvedOptions.outdir, entryPoint);
2473
2437
  let dtsPath;
2474
2438
  if (existsSync5(joinPaths(resolvedOptions.config.workspaceRoot, typeOutDir, `${entryPoint}.d.ts`))) {
@@ -2659,6 +2623,84 @@ var shebangRenderer = {
2659
2623
  }
2660
2624
  };
2661
2625
 
2626
+ // ../esbuild/src/utilities/get-entry-points.ts
2627
+ import { glob as glob3 } from "glob";
2628
+ var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRoot, entry, emitOnAll = false) => {
2629
+ const workspaceRoot3 = config.workspaceRoot || findWorkspaceRoot();
2630
+ const entryPoints = [];
2631
+ if (entry) {
2632
+ if (typeof entry === "string") {
2633
+ entryPoints.push({
2634
+ in: entry,
2635
+ out: entry
2636
+ });
2637
+ } else if (Array.isArray(entry)) {
2638
+ entryPoints.push(...entry.map((entry2) => ({
2639
+ in: entry2,
2640
+ out: entry2
2641
+ })));
2642
+ } else {
2643
+ entryPoints.push(...Object.entries(entry).map(([key, value]) => {
2644
+ if (typeof value === "string") {
2645
+ return {
2646
+ in: key,
2647
+ out: value
2648
+ };
2649
+ } else {
2650
+ return {
2651
+ in: key,
2652
+ out: key
2653
+ };
2654
+ }
2655
+ }));
2656
+ }
2657
+ }
2658
+ if (emitOnAll) {
2659
+ entryPoints.push({
2660
+ in: joinPaths(workspaceRoot3, sourceRoot || projectRoot, "**/*.{ts,tsx}"),
2661
+ out: joinPaths(workspaceRoot3, sourceRoot || projectRoot, "**/*.{ts,tsx}")
2662
+ });
2663
+ }
2664
+ const results = await Promise.all(entryPoints.map(async (entryPoint) => {
2665
+ const paths = [];
2666
+ if (entryPoint.in.includes("*")) {
2667
+ const files = await glob3(entryPoint.in, {
2668
+ withFileTypes: true,
2669
+ ignore: [
2670
+ "**/node_modules/**"
2671
+ ]
2672
+ });
2673
+ paths.push(...files.reduce((ret, filePath) => {
2674
+ const result = correctPaths(joinPaths(filePath.path, filePath.name).replaceAll(correctPaths(workspaceRoot3), "").replaceAll(correctPaths(projectRoot), ""));
2675
+ if (result) {
2676
+ writeDebug(`Trying to add entry point ${result} at "${joinPaths(filePath.path, filePath.name)}"`, config);
2677
+ if (!paths.some((p) => p.in === result)) {
2678
+ paths.push({
2679
+ in: result,
2680
+ out: entryPoint.out.replace(entryPoint.in, result)
2681
+ });
2682
+ }
2683
+ }
2684
+ return ret;
2685
+ }, []));
2686
+ } else {
2687
+ writeDebug(`Trying to add entry point ${entryPoint}"`, config);
2688
+ if (!paths.some((p) => p.in === entryPoint.in)) {
2689
+ paths.push(entryPoint);
2690
+ }
2691
+ }
2692
+ return paths;
2693
+ }));
2694
+ return results.filter(Boolean).reduce((ret, result) => {
2695
+ result.forEach((res) => {
2696
+ if (res && !ret.some((p) => p.in === res.in)) {
2697
+ ret.push(res);
2698
+ }
2699
+ });
2700
+ return ret;
2701
+ }, []);
2702
+ }, "getEntryPoints");
2703
+
2662
2704
  // ../esbuild/src/utilities/helpers.ts
2663
2705
  function handleSync(fn) {
2664
2706
  try {
@@ -2772,7 +2814,7 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
2772
2814
  ...userOptions,
2773
2815
  tsconfig: joinPaths(projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
2774
2816
  format: options.format || "cjs",
2775
- entryPoints: await getEntryPoints(config, projectRoot, projectJson.sourceRoot, userOptions.entry ?? "./src/index.ts", userOptions.emitOnAll === true),
2817
+ entryPoints: await getEntryPoints(config, projectRoot, projectJson.sourceRoot, userOptions.entry ?? "./src/index.ts", false),
2776
2818
  outdir: userOptions.outputPath || joinPaths("dist", projectRoot),
2777
2819
  distDir: userOptions.distDir || "dist",
2778
2820
  plugins: [],
@@ -2787,7 +2829,6 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
2787
2829
  metafile: userOptions.metafile !== false,
2788
2830
  generatePackageJson: userOptions.generatePackageJson !== false,
2789
2831
  clean: userOptions.clean !== false,
2790
- emitOnAll: userOptions.emitOnAll === true,
2791
2832
  assets: userOptions.assets ?? [],
2792
2833
  injectShims: userOptions.injectShims !== true,
2793
2834
  bundle: userOptions.bundle !== false,
@@ -2854,19 +2895,13 @@ async function generatePackageJson(context2) {
2854
2895
  packageJson.exports ??= {};
2855
2896
  packageJson.exports["./package.json"] ??= "./package.json";
2856
2897
  packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
2857
- let entryPoints = [
2898
+ const entryPoints = [
2858
2899
  {
2859
2900
  in: "./src/index.ts",
2860
2901
  out: "./src/index.ts"
2861
2902
  }
2862
2903
  ];
2863
2904
  if (context2.options.entryPoints) {
2864
- if (Array.isArray(context2.options.entryPoints)) {
2865
- entryPoints = context2.options.entryPoints.map((entryPoint) => typeof entryPoint === "string" ? {
2866
- in: entryPoint,
2867
- out: entryPoint
2868
- } : entryPoint);
2869
- }
2870
2905
  for (const entryPoint of entryPoints) {
2871
2906
  const split = entryPoint.out.split(".");
2872
2907
  split.pop();
@@ -2935,7 +2970,6 @@ async function executeEsBuild(context2) {
2935
2970
  delete options.clean;
2936
2971
  delete options.debug;
2937
2972
  delete options.generatePackageJson;
2938
- delete options.emitOnAll;
2939
2973
  delete options.distDir;
2940
2974
  delete options.includeSrc;
2941
2975
  delete options.verbose;
@@ -2948,7 +2982,10 @@ async function executeEsBuild(context2) {
2948
2982
  delete options.injectShims;
2949
2983
  delete options.external;
2950
2984
  writeTrace(`Run esbuild (${context2.options.name}) with the following options:
2951
- ${formatLogMessage(options)}`, context2.options.config);
2985
+ ${formatLogMessage({
2986
+ ...options,
2987
+ define: "<Hidden>"
2988
+ })}`, context2.options.config);
2952
2989
  const result = await esbuild2.build(options);
2953
2990
  await esbuild2.stop();
2954
2991
  if (result.metafile) {