@storm-software/esbuild 0.26.9 → 0.26.11
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 +1 -1
- package/bin/esbuild.cjs +2 -0
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-PBC57VAY.js → chunk-F5ULKQSO.js} +2 -0
- package/dist/{chunk-L4TP3ANY.cjs → chunk-JOPUDEEC.cjs} +2 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/bin/esbuild.cjs
CHANGED
|
@@ -882,6 +882,8 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
882
882
|
].filter(Boolean)
|
|
883
883
|
};
|
|
884
884
|
result.plugins = userOptions.plugins ?? getDefaultBuildPlugins(userOptions, result);
|
|
885
|
+
delete result.entry;
|
|
886
|
+
delete result.outputPath;
|
|
885
887
|
stopwatch();
|
|
886
888
|
return result;
|
|
887
889
|
}, "resolveOptions");
|
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
|
|
4
|
+
var _chunkJOPUDEECcjs = require('./chunk-JOPUDEEC.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 =
|
|
21
|
+
exports.build = _chunkJOPUDEECcjs.build; exports.cleanOutputPath = _chunkJOPUDEECcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -378,6 +378,8 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
378
378
|
].filter(Boolean)
|
|
379
379
|
};
|
|
380
380
|
result.plugins = userOptions.plugins ?? getDefaultBuildPlugins(userOptions, result);
|
|
381
|
+
delete result.entry;
|
|
382
|
+
delete result.outputPath;
|
|
381
383
|
stopwatch();
|
|
382
384
|
return result;
|
|
383
385
|
}, "resolveOptions");
|
|
@@ -378,6 +378,8 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
378
378
|
].filter(Boolean)
|
|
379
379
|
};
|
|
380
380
|
result.plugins = _nullishCoalesce(userOptions.plugins, () => ( _chunk57Z7YYTWcjs.getDefaultBuildPlugins.call(void 0, userOptions, result)));
|
|
381
|
+
delete result.entry;
|
|
382
|
+
delete result.outputPath;
|
|
381
383
|
stopwatch();
|
|
382
384
|
return result;
|
|
383
385
|
}, "resolveOptions");
|
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkJOPUDEECcjs = require('./chunk-JOPUDEEC.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 =
|
|
46
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunk57Z7YYTWcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkJOPUDEECcjs.Filter; exports.Mapper = _chunkJOPUDEECcjs.Mapper; exports.build = _chunkJOPUDEECcjs.build; exports.clean = _chunk62KAIAWTcjs.clean; exports.cleanDirectories = _chunk62KAIAWTcjs.cleanDirectories; exports.cleanOutputPath = _chunkJOPUDEECcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunk57Z7YYTWcjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunk57Z7YYTWcjs.getOutputExtensionMap; exports.handle = _chunkJOPUDEECcjs.handle; exports.pipe = _chunkJOPUDEECcjs.pipe; exports.skip = _chunkJOPUDEECcjs.skip; exports.transduce = _chunkJOPUDEECcjs.transduce;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.11",
|
|
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.
|
|
173
|
+
"@storm-software/config-tools": "1.155.9",
|
|
174
174
|
"@types/node": "^22.10.2",
|
|
175
175
|
"defu": "6.1.4",
|
|
176
176
|
"esbuild": "^0.24.0",
|