@storm-software/esbuild 0.31.21 → 0.31.23

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.31.19-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.31.22-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 -->
package/bin/esbuild.cjs CHANGED
@@ -925,6 +925,7 @@ async function executeEsBuild(context2) {
925
925
  delete options.renderers;
926
926
  delete options.config;
927
927
  delete options.injectShims;
928
+ delete options.external;
928
929
  (0, import_console2.writeTrace)(`Run esbuild (${context2.options.name}) with the following options:
929
930
  ${(0, import_console2.formatLogMessage)(options)}`, context2.options.config);
930
931
  const result = await esbuild2.build(options);
package/dist/build.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkHLLCUIVOcjs = require('./chunk-HLLCUIVO.cjs');
4
+ var _chunkKROJ3NC5cjs = require('./chunk-KROJ3NC5.cjs');
5
5
  require('./chunk-ATQXZL2N.cjs');
6
6
  require('./chunk-AGWKKDSC.cjs');
7
7
  require('./chunk-S6M44SSZ.cjs');
@@ -18,4 +18,4 @@ require('./chunk-BGYQAVKQ.cjs');
18
18
 
19
19
 
20
20
 
21
- exports.build = _chunkHLLCUIVOcjs.build; exports.cleanOutputPath = _chunkHLLCUIVOcjs.cleanOutputPath;
21
+ exports.build = _chunkKROJ3NC5cjs.build; exports.cleanOutputPath = _chunkKROJ3NC5cjs.cleanOutputPath;
package/dist/build.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-WVF6W7Q2.js";
4
+ } from "./chunk-54W5PGNQ.js";
5
5
  import "./chunk-QJ5VE3PG.js";
6
6
  import "./chunk-YUFST2S3.js";
7
7
  import "./chunk-T5272PC2.js";
@@ -482,6 +482,7 @@ async function executeEsBuild(context2) {
482
482
  delete options.renderers;
483
483
  delete options.config;
484
484
  delete options.injectShims;
485
+ delete options.external;
485
486
  writeTrace(`Run esbuild (${context2.options.name}) with the following options:
486
487
  ${formatLogMessage(options)}`, context2.options.config);
487
488
  const result = await esbuild.build(options);
@@ -482,6 +482,7 @@ async function executeEsBuild(context2) {
482
482
  delete options.renderers;
483
483
  delete options.config;
484
484
  delete options.injectShims;
485
+ delete options.external;
485
486
  _chunkIQNPH4CNcjs.writeTrace.call(void 0, `Run esbuild (${context2.options.name}) with the following options:
486
487
  ${_chunkIQNPH4CNcjs.formatLogMessage.call(void 0, options)}`, context2.options.config);
487
488
  const result = await esbuild.build(options);
package/dist/index.cjs CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
 
10
- var _chunkHLLCUIVOcjs = require('./chunk-HLLCUIVO.cjs');
10
+ var _chunkKROJ3NC5cjs = require('./chunk-KROJ3NC5.cjs');
11
11
 
12
12
 
13
13
 
@@ -41,4 +41,4 @@ require('./chunk-BGYQAVKQ.cjs');
41
41
 
42
42
 
43
43
 
44
- exports.DEFAULT_BUILD_OPTIONS = _chunkAGWKKDSCcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkHLLCUIVOcjs.Filter; exports.Mapper = _chunkHLLCUIVOcjs.Mapper; exports.build = _chunkHLLCUIVOcjs.build; exports.clean = _chunkATQXZL2Ncjs.clean; exports.cleanDirectories = _chunkATQXZL2Ncjs.cleanDirectories; exports.cleanOutputPath = _chunkHLLCUIVOcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkAGWKKDSCcjs.getDefaultBuildPlugins; exports.handle = _chunkHLLCUIVOcjs.handle; exports.pipe = _chunkHLLCUIVOcjs.pipe; exports.skip = _chunkHLLCUIVOcjs.skip; exports.transduce = _chunkHLLCUIVOcjs.transduce;
44
+ exports.DEFAULT_BUILD_OPTIONS = _chunkAGWKKDSCcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkKROJ3NC5cjs.Filter; exports.Mapper = _chunkKROJ3NC5cjs.Mapper; exports.build = _chunkKROJ3NC5cjs.build; exports.clean = _chunkATQXZL2Ncjs.clean; exports.cleanDirectories = _chunkATQXZL2Ncjs.cleanDirectories; exports.cleanOutputPath = _chunkKROJ3NC5cjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkAGWKKDSCcjs.getDefaultBuildPlugins; exports.handle = _chunkKROJ3NC5cjs.handle; exports.pipe = _chunkKROJ3NC5cjs.pipe; exports.skip = _chunkKROJ3NC5cjs.skip; exports.transduce = _chunkKROJ3NC5cjs.transduce;
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  pipe,
8
8
  skip,
9
9
  transduce
10
- } from "./chunk-WVF6W7Q2.js";
10
+ } from "./chunk-54W5PGNQ.js";
11
11
  import {
12
12
  clean,
13
13
  cleanDirectories
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/esbuild",
3
- "version": "0.31.21",
3
+ "version": "0.31.23",
4
4
  "type": "module",
5
5
  "description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -172,9 +172,9 @@
172
172
  "@microsoft/api-extractor": "^7.48.1",
173
173
  "@nx/devkit": "20.6.0",
174
174
  "@nx/js": "20.6.0",
175
- "@storm-software/build-tools": "0.143.20",
176
- "@storm-software/config": "1.110.3",
177
- "@storm-software/config-tools": "1.160.3",
175
+ "@storm-software/build-tools": "0.143.21",
176
+ "@storm-software/config": "1.110.4",
177
+ "@storm-software/config-tools": "1.160.4",
178
178
  "@types/node": "^22.10.2",
179
179
  "rollup": "4.29.1",
180
180
  "spdx-exceptions": "^2.5.0",