@storm-software/esbuild 0.26.7 → 0.26.9

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.26.6-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.26.8-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
@@ -980,7 +980,12 @@ async function executeEsBuild(context2) {
980
980
  delete options.includeSrc;
981
981
  delete options.verbose;
982
982
  delete options.projectRoot;
983
+ delete options.projectName;
984
+ delete options.projectGraph;
985
+ delete options.projectConfigurations;
983
986
  delete options.renderers;
987
+ delete options.config;
988
+ delete options.injectShims;
984
989
  const result = await esbuild2.build(options);
985
990
  if (result.metafile) {
986
991
  const metafilePath = `${context2.options.outdir}/${context2.options.name}.meta.json`;
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 _chunkR2Z5W3XAcjs = require('./chunk-R2Z5W3XA.cjs');
4
+ var _chunkL4TP3ANYcjs = require('./chunk-L4TP3ANY.cjs');
5
5
  require('./chunk-62KAIAWT.cjs');
6
6
  require('./chunk-57Z7YYTW.cjs');
7
7
  require('./chunk-S6M44SSZ.cjs');
@@ -18,4 +18,4 @@ require('./chunk-BGYQAVKQ.cjs');
18
18
 
19
19
 
20
20
 
21
- exports.build = _chunkR2Z5W3XAcjs.build; exports.cleanOutputPath = _chunkR2Z5W3XAcjs.cleanOutputPath;
21
+ exports.build = _chunkL4TP3ANYcjs.build; exports.cleanOutputPath = _chunkL4TP3ANYcjs.cleanOutputPath;
package/dist/build.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  build,
3
3
  cleanOutputPath
4
- } from "./chunk-ICT46LF2.js";
4
+ } from "./chunk-PBC57VAY.js";
5
5
  import "./chunk-DNJAV4NQ.js";
6
6
  import "./chunk-D5ZZNDUG.js";
7
7
  import "./chunk-T5272PC2.js";
@@ -476,7 +476,12 @@ async function executeEsBuild(context2) {
476
476
  delete options.includeSrc;
477
477
  delete options.verbose;
478
478
  delete options.projectRoot;
479
+ delete options.projectName;
480
+ delete options.projectGraph;
481
+ delete options.projectConfigurations;
479
482
  delete options.renderers;
483
+ delete options.config;
484
+ delete options.injectShims;
480
485
  const result = await esbuild.build(options);
481
486
  if (result.metafile) {
482
487
  const metafilePath = `${context2.options.outdir}/${context2.options.name}.meta.json`;
@@ -476,7 +476,12 @@ async function executeEsBuild(context2) {
476
476
  delete options.includeSrc;
477
477
  delete options.verbose;
478
478
  delete options.projectRoot;
479
+ delete options.projectName;
480
+ delete options.projectGraph;
481
+ delete options.projectConfigurations;
479
482
  delete options.renderers;
483
+ delete options.config;
484
+ delete options.injectShims;
480
485
  const result = await esbuild.build(options);
481
486
  if (result.metafile) {
482
487
  const metafilePath = `${context2.options.outdir}/${context2.options.name}.meta.json`;
package/dist/index.cjs CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
 
10
- var _chunkR2Z5W3XAcjs = require('./chunk-R2Z5W3XA.cjs');
10
+ var _chunkL4TP3ANYcjs = require('./chunk-L4TP3ANY.cjs');
11
11
 
12
12
 
13
13
 
@@ -43,4 +43,4 @@ require('./chunk-BGYQAVKQ.cjs');
43
43
 
44
44
 
45
45
 
46
- exports.DEFAULT_BUILD_OPTIONS = _chunk57Z7YYTWcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkR2Z5W3XAcjs.Filter; exports.Mapper = _chunkR2Z5W3XAcjs.Mapper; exports.build = _chunkR2Z5W3XAcjs.build; exports.clean = _chunk62KAIAWTcjs.clean; exports.cleanDirectories = _chunk62KAIAWTcjs.cleanDirectories; exports.cleanOutputPath = _chunkR2Z5W3XAcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunk57Z7YYTWcjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunk57Z7YYTWcjs.getOutputExtensionMap; exports.handle = _chunkR2Z5W3XAcjs.handle; exports.pipe = _chunkR2Z5W3XAcjs.pipe; exports.skip = _chunkR2Z5W3XAcjs.skip; exports.transduce = _chunkR2Z5W3XAcjs.transduce;
46
+ exports.DEFAULT_BUILD_OPTIONS = _chunk57Z7YYTWcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkL4TP3ANYcjs.Filter; exports.Mapper = _chunkL4TP3ANYcjs.Mapper; exports.build = _chunkL4TP3ANYcjs.build; exports.clean = _chunk62KAIAWTcjs.clean; exports.cleanDirectories = _chunk62KAIAWTcjs.cleanDirectories; exports.cleanOutputPath = _chunkL4TP3ANYcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunk57Z7YYTWcjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunk57Z7YYTWcjs.getOutputExtensionMap; exports.handle = _chunkL4TP3ANYcjs.handle; exports.pipe = _chunkL4TP3ANYcjs.pipe; exports.skip = _chunkL4TP3ANYcjs.skip; exports.transduce = _chunkL4TP3ANYcjs.transduce;
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  pipe,
8
8
  skip,
9
9
  transduce
10
- } from "./chunk-ICT46LF2.js";
10
+ } from "./chunk-PBC57VAY.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.26.7",
3
+ "version": "0.26.9",
4
4
  "type": "module",
5
5
  "description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -170,7 +170,7 @@
170
170
  "@nx/js": "^20.3.1",
171
171
  "@storm-software/build-tools": "0.140.5",
172
172
  "@storm-software/config": "1.103.5",
173
- "@storm-software/config-tools": "1.155.7",
173
+ "@storm-software/config-tools": "1.155.8",
174
174
  "@types/node": "^22.10.2",
175
175
  "defu": "6.1.4",
176
176
  "esbuild": "^0.24.0",