@storm-software/esbuild 0.23.11 → 0.23.12

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,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkTI4646CJcjs = require('./chunk-TI4646CJ.cjs');
4
+ var _chunkZMQZFCEUcjs = require('./chunk-ZMQZFCEU.cjs');
5
5
  require('./chunk-7B5IS3JU.cjs');
6
- require('./chunk-OHR5DYDT.cjs');
6
+ require('./chunk-EKAZKXNP.cjs');
7
7
  require('./chunk-S6M44SSZ.cjs');
8
8
  require('./chunk-WRBUO7H6.cjs');
9
9
  require('./chunk-TVEZYOW4.cjs');
@@ -18,4 +18,4 @@ require('./chunk-BGYQAVKQ.cjs');
18
18
 
19
19
 
20
20
 
21
- exports.build = _chunkTI4646CJcjs.build; exports.cleanOutputPath = _chunkTI4646CJcjs.cleanOutputPath;
21
+ exports.build = _chunkZMQZFCEUcjs.build; exports.cleanOutputPath = _chunkZMQZFCEUcjs.cleanOutputPath;
package/dist/build.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-4GN3UE2E.js";
4
+ } from "./chunk-WRQFX4AD.js";
5
5
  import "./chunk-RAOTNBZB.js";
6
- import "./chunk-4GVXQR7U.js";
6
+ import "./chunk-NZA22OTO.js";
7
7
  import "./chunk-T5272PC2.js";
8
8
  import "./chunk-LYDEMC26.js";
9
9
  import "./chunk-HETBF2XF.js";
@@ -138,7 +138,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void
138
138
  if (_fs.existsSync.call(void 0, projectPackageJsonPath)) {
139
139
  const projectPackageJsonContent = await _promises.readFile.call(void 0, projectPackageJsonPath, "utf8");
140
140
  const projectPackageJson = JSON.parse(projectPackageJsonContent);
141
- if (projectPackageJson.private !== false) {
141
+ if (projectPackageJson.private !== true) {
142
142
  localPackages.push(projectPackageJson);
143
143
  }
144
144
  }
@@ -138,7 +138,7 @@ var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot, projec
138
138
  if (existsSync(projectPackageJsonPath)) {
139
139
  const projectPackageJsonContent = await readFile2(projectPackageJsonPath, "utf8");
140
140
  const projectPackageJson = JSON.parse(projectPackageJsonContent);
141
- if (projectPackageJson.private !== false) {
141
+ if (projectPackageJson.private !== true) {
142
142
  localPackages.push(projectPackageJson);
143
143
  }
144
144
  }
@@ -14,7 +14,7 @@ import {
14
14
  getEntryPoints,
15
15
  getEnv,
16
16
  getOutputExtensionMap
17
- } from "./chunk-4GVXQR7U.js";
17
+ } from "./chunk-NZA22OTO.js";
18
18
  import {
19
19
  depsCheckPlugin
20
20
  } from "./chunk-7BNTMCVO.js";
@@ -14,7 +14,7 @@ var _chunk7B5IS3JUcjs = require('./chunk-7B5IS3JU.cjs');
14
14
 
15
15
 
16
16
 
17
- var _chunkOHR5DYDTcjs = require('./chunk-OHR5DYDT.cjs');
17
+ var _chunkEKAZKXNPcjs = require('./chunk-EKAZKXNP.cjs');
18
18
 
19
19
 
20
20
  var _chunkURNZZJ4Hcjs = require('./chunk-URNZZJ4H.cjs');
@@ -278,7 +278,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
278
278
  if (!workspaceRoot) {
279
279
  throw new Error("Cannot find Nx workspace root");
280
280
  }
281
- const config = await _chunkOHR5DYDTcjs.getConfig.call(void 0, workspaceRoot.dir);
281
+ const config = await _chunkEKAZKXNPcjs.getConfig.call(void 0, workspaceRoot.dir);
282
282
  _chunkYMPJ3GHZcjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", config);
283
283
  const stopwatch = _chunkYMPJ3GHZcjs.getStopwatch.call(void 0, "Build options resolution");
284
284
  const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
@@ -295,17 +295,17 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
295
295
  if (!_optionalChain([projectConfigurations, 'optionalAccess', _14 => _14.projects, 'optionalAccess', _15 => _15[projectName]])) {
296
296
  throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
297
297
  }
298
- const options = _defu2.default.call(void 0, userOptions, _chunkOHR5DYDTcjs.DEFAULT_BUILD_OPTIONS);
298
+ const options = _defu2.default.call(void 0, userOptions, _chunkEKAZKXNPcjs.DEFAULT_BUILD_OPTIONS);
299
299
  options.name ??= `${projectName}-${options.format}`;
300
- options.target ??= _chunkOHR5DYDTcjs.DEFAULT_TARGET;
300
+ options.target ??= _chunkEKAZKXNPcjs.DEFAULT_TARGET;
301
301
  const packageJsonPath = _chunkXITTOHOGcjs.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
302
302
  if (!_fs.existsSync.call(void 0, packageJsonPath)) {
303
303
  throw new Error("Cannot find package.json configuration");
304
304
  }
305
305
  const packageJsonFile = await _promises2.default.readFile(packageJsonPath, "utf8");
306
306
  const packageJson = JSON.parse(packageJsonFile);
307
- const outExtension = _chunkOHR5DYDTcjs.getOutputExtensionMap.call(void 0, options, packageJson.type);
308
- const env = _chunkOHR5DYDTcjs.getEnv.call(void 0, "esbuild", options);
307
+ const outExtension = _chunkEKAZKXNPcjs.getOutputExtensionMap.call(void 0, options, packageJson.type);
308
+ const env = _chunkEKAZKXNPcjs.getEnv.call(void 0, "esbuild", options);
309
309
  const result = {
310
310
  ...options,
311
311
  config,
@@ -325,7 +325,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
325
325
  ...userOptions,
326
326
  tsconfig: _chunkXITTOHOGcjs.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
327
327
  format: options.format || "cjs",
328
- entryPoints: await _chunkOHR5DYDTcjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
328
+ entryPoints: await _chunkEKAZKXNPcjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
329
329
  "./src/index.ts"
330
330
  ], userOptions.emitOnAll),
331
331
  outdir: userOptions.outputPath || _chunkXITTOHOGcjs.joinPaths.call(void 0, "dist", projectRoot),
@@ -350,8 +350,8 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
350
350
  outExtension,
351
351
  footer: userOptions.footer,
352
352
  banner: {
353
- js: options.banner || _chunkOHR5DYDTcjs.DEFAULT_COMPILED_BANNER,
354
- css: options.banner || _chunkOHR5DYDTcjs.DEFAULT_COMPILED_BANNER
353
+ js: options.banner || _chunkEKAZKXNPcjs.DEFAULT_COMPILED_BANNER,
354
+ css: options.banner || _chunkEKAZKXNPcjs.DEFAULT_COMPILED_BANNER
355
355
  },
356
356
  splitting: options.format === "iife" ? false : typeof options.splitting === "boolean" ? options.splitting : options.format === "esm",
357
357
  treeShaking: options.format === "esm",
@@ -377,7 +377,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
377
377
  ..._nullishCoalesce(options.inject, () => ( []))
378
378
  ].filter(Boolean)
379
379
  };
380
- result.plugins = _nullishCoalesce(userOptions.plugins, () => ( _chunkOHR5DYDTcjs.getDefaultBuildPlugins.call(void 0, userOptions, result)));
380
+ result.plugins = _nullishCoalesce(userOptions.plugins, () => ( _chunkEKAZKXNPcjs.getDefaultBuildPlugins.call(void 0, userOptions, result)));
381
381
  stopwatch();
382
382
  return result;
383
383
  }, "resolveOptions");
@@ -394,11 +394,11 @@ async function generatePackageJson(context2) {
394
394
  if (!packageJson) {
395
395
  throw new Error("Cannot find package.json configuration file");
396
396
  }
397
- packageJson = await _chunkOHR5DYDTcjs.addPackageDependencies.call(void 0, context2.options.config.workspaceRoot, context2.options.projectRoot, context2.options.projectName, packageJson);
398
- packageJson = await _chunkOHR5DYDTcjs.addWorkspacePackageJsonFields.call(void 0, context2.options.config, context2.options.projectRoot, context2.options.sourceRoot, context2.options.projectName, false, packageJson);
397
+ packageJson = await _chunkEKAZKXNPcjs.addPackageDependencies.call(void 0, context2.options.config.workspaceRoot, context2.options.projectRoot, context2.options.projectName, packageJson);
398
+ packageJson = await _chunkEKAZKXNPcjs.addWorkspacePackageJsonFields.call(void 0, context2.options.config, context2.options.projectRoot, context2.options.sourceRoot, context2.options.projectName, false, packageJson);
399
399
  packageJson.exports ??= {};
400
400
  packageJson.exports["./package.json"] ??= "./package.json";
401
- packageJson.exports["."] ??= _chunkOHR5DYDTcjs.addPackageJsonExport.call(void 0, "index", packageJson.type, context2.options.sourceRoot);
401
+ packageJson.exports["."] ??= _chunkEKAZKXNPcjs.addPackageJsonExport.call(void 0, "index", packageJson.type, context2.options.sourceRoot);
402
402
  let entryPoints = [
403
403
  {
404
404
  in: "./src/index.ts",
@@ -416,7 +416,7 @@ async function generatePackageJson(context2) {
416
416
  const split = entryPoint.out.split(".");
417
417
  split.pop();
418
418
  const entry = split.join(".").replaceAll("\\", "/");
419
- packageJson.exports[`./${entry}`] ??= _chunkOHR5DYDTcjs.addPackageJsonExport.call(void 0, entry, packageJson.type, context2.options.sourceRoot);
419
+ packageJson.exports[`./${entry}`] ??= _chunkEKAZKXNPcjs.addPackageJsonExport.call(void 0, entry, packageJson.type, context2.options.sourceRoot);
420
420
  }
421
421
  }
422
422
  packageJson.main = packageJson.type === "commonjs" ? "./dist/index.js" : "./dist/index.cjs";
@@ -473,7 +473,7 @@ async function copyBuildAssets(context2) {
473
473
  if (_optionalChain([context2, 'access', _16 => _16.result, 'optionalAccess', _17 => _17.errors, 'access', _18 => _18.length]) === 0) {
474
474
  _chunkYMPJ3GHZcjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
475
475
  const stopwatch = _chunkYMPJ3GHZcjs.getStopwatch.call(void 0, `${context2.options.name} asset copy`);
476
- await _chunkOHR5DYDTcjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.sourceRoot, true, false);
476
+ await _chunkEKAZKXNPcjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.sourceRoot, true, false);
477
477
  stopwatch();
478
478
  }
479
479
  return context2;
package/dist/clean.d.cts CHANGED
@@ -40,15 +40,15 @@ declare const StormConfigSchema: z.ZodObject<{
40
40
  build: z.ZodDefault<z.ZodString>;
41
41
  }, "strip", z.ZodTypeAny, {
42
42
  build: string;
43
+ config?: string | undefined;
43
44
  cache?: string | undefined;
44
45
  data?: string | undefined;
45
- config?: string | undefined;
46
46
  temp?: string | undefined;
47
47
  log?: string | undefined;
48
48
  }, {
49
+ config?: string | undefined;
49
50
  cache?: string | undefined;
50
51
  data?: string | undefined;
51
- config?: string | undefined;
52
52
  temp?: string | undefined;
53
53
  log?: string | undefined;
54
54
  build?: string | undefined;
@@ -794,6 +794,8 @@ declare const StormConfigSchema: z.ZodObject<{
794
794
  }>]>>]>]>;
795
795
  extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
796
796
  }, "strip", z.ZodTypeAny, {
797
+ logLevel: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all";
798
+ env: "development" | "staging" | "production";
797
799
  organization: string;
798
800
  license: string;
799
801
  homepage: string;
@@ -805,22 +807,20 @@ declare const StormConfigSchema: z.ZodObject<{
805
807
  name: string;
806
808
  email: string;
807
809
  };
808
- env: "development" | "staging" | "production";
809
810
  workspaceRoot: string;
810
811
  externalPackagePatterns: string[];
811
812
  skipCache: boolean;
812
813
  directories: {
813
814
  build: string;
815
+ config?: string | undefined;
814
816
  cache?: string | undefined;
815
817
  data?: string | undefined;
816
- config?: string | undefined;
817
818
  temp?: string | undefined;
818
819
  log?: string | undefined;
819
820
  };
820
821
  packageManager: "npm" | "yarn" | "pnpm" | "bun";
821
822
  timezone: string;
822
823
  locale: string;
823
- logLevel: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
824
824
  registry: {
825
825
  npm?: string | undefined;
826
826
  github?: string | undefined;
@@ -977,9 +977,9 @@ declare const StormConfigSchema: z.ZodObject<{
977
977
  };
978
978
  }>;
979
979
  extensions: Record<string, any>;
980
+ name?: string | undefined;
980
981
  $schema?: string | null | undefined;
981
982
  extends?: string | string[] | undefined;
982
- name?: string | undefined;
983
983
  namespace?: string | undefined;
984
984
  repository?: string | undefined;
985
985
  preid?: string | undefined;
@@ -989,9 +989,9 @@ declare const StormConfigSchema: z.ZodObject<{
989
989
  email?: string | undefined;
990
990
  };
991
991
  directories: {
992
+ config?: string | undefined;
992
993
  cache?: string | undefined;
993
994
  data?: string | undefined;
994
- config?: string | undefined;
995
995
  temp?: string | undefined;
996
996
  log?: string | undefined;
997
997
  build?: string | undefined;
@@ -1143,9 +1143,11 @@ declare const StormConfigSchema: z.ZodObject<{
1143
1143
  background?: string | undefined;
1144
1144
  };
1145
1145
  }>;
1146
+ logLevel?: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all" | undefined;
1147
+ name?: string | undefined;
1148
+ env?: "development" | "staging" | "production" | undefined;
1146
1149
  $schema?: string | null | undefined;
1147
1150
  extends?: string | string[] | undefined;
1148
- name?: string | undefined;
1149
1151
  namespace?: string | undefined;
1150
1152
  organization?: string | undefined;
1151
1153
  repository?: string | undefined;
@@ -1156,14 +1158,12 @@ declare const StormConfigSchema: z.ZodObject<{
1156
1158
  branch?: string | undefined;
1157
1159
  preid?: string | undefined;
1158
1160
  owner?: string | undefined;
1159
- env?: "development" | "staging" | "production" | undefined;
1160
1161
  workspaceRoot?: string | undefined;
1161
1162
  externalPackagePatterns?: string[] | undefined;
1162
1163
  skipCache?: boolean | undefined;
1163
1164
  packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
1164
1165
  timezone?: string | undefined;
1165
1166
  locale?: string | undefined;
1166
- logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
1167
1167
  registry?: {
1168
1168
  npm?: string | undefined;
1169
1169
  github?: string | undefined;
package/dist/clean.d.ts CHANGED
@@ -40,15 +40,15 @@ declare const StormConfigSchema: z.ZodObject<{
40
40
  build: z.ZodDefault<z.ZodString>;
41
41
  }, "strip", z.ZodTypeAny, {
42
42
  build: string;
43
+ config?: string | undefined;
43
44
  cache?: string | undefined;
44
45
  data?: string | undefined;
45
- config?: string | undefined;
46
46
  temp?: string | undefined;
47
47
  log?: string | undefined;
48
48
  }, {
49
+ config?: string | undefined;
49
50
  cache?: string | undefined;
50
51
  data?: string | undefined;
51
- config?: string | undefined;
52
52
  temp?: string | undefined;
53
53
  log?: string | undefined;
54
54
  build?: string | undefined;
@@ -794,6 +794,8 @@ declare const StormConfigSchema: z.ZodObject<{
794
794
  }>]>>]>]>;
795
795
  extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
796
796
  }, "strip", z.ZodTypeAny, {
797
+ logLevel: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all";
798
+ env: "development" | "staging" | "production";
797
799
  organization: string;
798
800
  license: string;
799
801
  homepage: string;
@@ -805,22 +807,20 @@ declare const StormConfigSchema: z.ZodObject<{
805
807
  name: string;
806
808
  email: string;
807
809
  };
808
- env: "development" | "staging" | "production";
809
810
  workspaceRoot: string;
810
811
  externalPackagePatterns: string[];
811
812
  skipCache: boolean;
812
813
  directories: {
813
814
  build: string;
815
+ config?: string | undefined;
814
816
  cache?: string | undefined;
815
817
  data?: string | undefined;
816
- config?: string | undefined;
817
818
  temp?: string | undefined;
818
819
  log?: string | undefined;
819
820
  };
820
821
  packageManager: "npm" | "yarn" | "pnpm" | "bun";
821
822
  timezone: string;
822
823
  locale: string;
823
- logLevel: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
824
824
  registry: {
825
825
  npm?: string | undefined;
826
826
  github?: string | undefined;
@@ -977,9 +977,9 @@ declare const StormConfigSchema: z.ZodObject<{
977
977
  };
978
978
  }>;
979
979
  extensions: Record<string, any>;
980
+ name?: string | undefined;
980
981
  $schema?: string | null | undefined;
981
982
  extends?: string | string[] | undefined;
982
- name?: string | undefined;
983
983
  namespace?: string | undefined;
984
984
  repository?: string | undefined;
985
985
  preid?: string | undefined;
@@ -989,9 +989,9 @@ declare const StormConfigSchema: z.ZodObject<{
989
989
  email?: string | undefined;
990
990
  };
991
991
  directories: {
992
+ config?: string | undefined;
992
993
  cache?: string | undefined;
993
994
  data?: string | undefined;
994
- config?: string | undefined;
995
995
  temp?: string | undefined;
996
996
  log?: string | undefined;
997
997
  build?: string | undefined;
@@ -1143,9 +1143,11 @@ declare const StormConfigSchema: z.ZodObject<{
1143
1143
  background?: string | undefined;
1144
1144
  };
1145
1145
  }>;
1146
+ logLevel?: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all" | undefined;
1147
+ name?: string | undefined;
1148
+ env?: "development" | "staging" | "production" | undefined;
1146
1149
  $schema?: string | null | undefined;
1147
1150
  extends?: string | string[] | undefined;
1148
- name?: string | undefined;
1149
1151
  namespace?: string | undefined;
1150
1152
  organization?: string | undefined;
1151
1153
  repository?: string | undefined;
@@ -1156,14 +1158,12 @@ declare const StormConfigSchema: z.ZodObject<{
1156
1158
  branch?: string | undefined;
1157
1159
  preid?: string | undefined;
1158
1160
  owner?: string | undefined;
1159
- env?: "development" | "staging" | "production" | undefined;
1160
1161
  workspaceRoot?: string | undefined;
1161
1162
  externalPackagePatterns?: string[] | undefined;
1162
1163
  skipCache?: boolean | undefined;
1163
1164
  packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
1164
1165
  timezone?: string | undefined;
1165
1166
  locale?: string | undefined;
1166
- logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
1167
1167
  registry?: {
1168
1168
  npm?: string | undefined;
1169
1169
  github?: string | undefined;
package/dist/config.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkOHR5DYDTcjs = require('./chunk-OHR5DYDT.cjs');
5
+ var _chunkEKAZKXNPcjs = require('./chunk-EKAZKXNP.cjs');
6
6
  require('./chunk-S6M44SSZ.cjs');
7
7
  require('./chunk-WRBUO7H6.cjs');
8
8
  require('./chunk-TVEZYOW4.cjs');
@@ -17,4 +17,4 @@ require('./chunk-BGYQAVKQ.cjs');
17
17
 
18
18
 
19
19
 
20
- exports.DEFAULT_BUILD_OPTIONS = _chunkOHR5DYDTcjs.DEFAULT_BUILD_OPTIONS; exports.getDefaultBuildPlugins = _chunkOHR5DYDTcjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunkOHR5DYDTcjs.getOutputExtensionMap;
20
+ exports.DEFAULT_BUILD_OPTIONS = _chunkEKAZKXNPcjs.DEFAULT_BUILD_OPTIONS; exports.getDefaultBuildPlugins = _chunkEKAZKXNPcjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunkEKAZKXNPcjs.getOutputExtensionMap;
package/dist/config.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  DEFAULT_BUILD_OPTIONS,
3
3
  getDefaultBuildPlugins,
4
4
  getOutputExtensionMap
5
- } from "./chunk-4GVXQR7U.js";
5
+ } from "./chunk-NZA22OTO.js";
6
6
  import "./chunk-T5272PC2.js";
7
7
  import "./chunk-LYDEMC26.js";
8
8
  import "./chunk-HETBF2XF.js";
package/dist/index.cjs CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
 
10
- var _chunkTI4646CJcjs = require('./chunk-TI4646CJ.cjs');
10
+ var _chunkZMQZFCEUcjs = require('./chunk-ZMQZFCEU.cjs');
11
11
 
12
12
 
13
13
 
@@ -16,7 +16,7 @@ var _chunk7B5IS3JUcjs = require('./chunk-7B5IS3JU.cjs');
16
16
 
17
17
 
18
18
 
19
- var _chunkOHR5DYDTcjs = require('./chunk-OHR5DYDT.cjs');
19
+ var _chunkEKAZKXNPcjs = require('./chunk-EKAZKXNP.cjs');
20
20
  require('./chunk-S6M44SSZ.cjs');
21
21
  require('./chunk-WRBUO7H6.cjs');
22
22
  require('./chunk-TVEZYOW4.cjs');
@@ -43,4 +43,4 @@ require('./chunk-BGYQAVKQ.cjs');
43
43
 
44
44
 
45
45
 
46
- exports.DEFAULT_BUILD_OPTIONS = _chunkOHR5DYDTcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkTI4646CJcjs.Filter; exports.Mapper = _chunkTI4646CJcjs.Mapper; exports.build = _chunkTI4646CJcjs.build; exports.clean = _chunk7B5IS3JUcjs.clean; exports.cleanDirectories = _chunk7B5IS3JUcjs.cleanDirectories; exports.cleanOutputPath = _chunkTI4646CJcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkOHR5DYDTcjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunkOHR5DYDTcjs.getOutputExtensionMap; exports.handle = _chunkTI4646CJcjs.handle; exports.pipe = _chunkTI4646CJcjs.pipe; exports.skip = _chunkTI4646CJcjs.skip; exports.transduce = _chunkTI4646CJcjs.transduce;
46
+ exports.DEFAULT_BUILD_OPTIONS = _chunkEKAZKXNPcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkZMQZFCEUcjs.Filter; exports.Mapper = _chunkZMQZFCEUcjs.Mapper; exports.build = _chunkZMQZFCEUcjs.build; exports.clean = _chunk7B5IS3JUcjs.clean; exports.cleanDirectories = _chunk7B5IS3JUcjs.cleanDirectories; exports.cleanOutputPath = _chunkZMQZFCEUcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkEKAZKXNPcjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunkEKAZKXNPcjs.getOutputExtensionMap; exports.handle = _chunkZMQZFCEUcjs.handle; exports.pipe = _chunkZMQZFCEUcjs.pipe; exports.skip = _chunkZMQZFCEUcjs.skip; exports.transduce = _chunkZMQZFCEUcjs.transduce;
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  pipe,
8
8
  skip,
9
9
  transduce
10
- } from "./chunk-4GN3UE2E.js";
10
+ } from "./chunk-WRQFX4AD.js";
11
11
  import {
12
12
  clean,
13
13
  cleanDirectories
@@ -16,7 +16,7 @@ import {
16
16
  DEFAULT_BUILD_OPTIONS,
17
17
  getDefaultBuildPlugins,
18
18
  getOutputExtensionMap
19
- } from "./chunk-4GVXQR7U.js";
19
+ } from "./chunk-NZA22OTO.js";
20
20
  import "./chunk-T5272PC2.js";
21
21
  import "./chunk-LYDEMC26.js";
22
22
  import "./chunk-HETBF2XF.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/esbuild",
3
- "version": "0.23.11",
3
+ "version": "0.23.12",
4
4
  "type": "module",
5
5
  "description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -171,9 +171,9 @@
171
171
  "@microsoft/api-extractor": "^7.48.1",
172
172
  "@nx/devkit": "^20.3.1",
173
173
  "@nx/js": "^20.3.1",
174
- "@storm-software/build-tools": "0.138.1",
175
- "@storm-software/config": "1.100.16",
176
- "@storm-software/config-tools": "1.145.1",
174
+ "@storm-software/build-tools": "0.138.2",
175
+ "@storm-software/config": "1.100.17",
176
+ "@storm-software/config-tools": "1.146.0",
177
177
  "@types/node": "^22.10.2",
178
178
  "defu": "6.1.4",
179
179
  "esbuild": "^0.24.0",