@storm-software/esbuild 0.31.12 → 0.31.13
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 +1 -0
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-3WZDTHRL.cjs → chunk-EMIGMUPI.cjs} +1 -0
- package/dist/{chunk-W2Z336VB.js → chunk-YTQN474S.js} +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +4 -4
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
|
@@ -925,6 +925,7 @@ async function executeEsBuild(context2) {
|
|
|
925
925
|
(0, import_console2.writeTrace)(`Run esbuild (${context2.options.name}) with the following options:
|
|
926
926
|
${(0, import_console2.formatLogMessage)(options)}`, context2.options.config);
|
|
927
927
|
const result = await esbuild2.build(options);
|
|
928
|
+
await esbuild2.stop();
|
|
928
929
|
if (result.metafile) {
|
|
929
930
|
const metafilePath = `${context2.options.outdir}/${context2.options.name}.meta.json`;
|
|
930
931
|
await import_promises3.default.writeFile(metafilePath, JSON.stringify(result.metafile));
|
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 _chunkEMIGMUPIcjs = require('./chunk-EMIGMUPI.cjs');
|
|
5
5
|
require('./chunk-RPASR3EH.cjs');
|
|
6
6
|
require('./chunk-GKES5W75.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 = _chunkEMIGMUPIcjs.build; exports.cleanOutputPath = _chunkEMIGMUPIcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -482,6 +482,7 @@ async function executeEsBuild(context2) {
|
|
|
482
482
|
_chunk7O55IAQTcjs.writeTrace.call(void 0, `Run esbuild (${context2.options.name}) with the following options:
|
|
483
483
|
${_chunk7O55IAQTcjs.formatLogMessage.call(void 0, options)}`, context2.options.config);
|
|
484
484
|
const result = await esbuild.build(options);
|
|
485
|
+
await esbuild.stop();
|
|
485
486
|
if (result.metafile) {
|
|
486
487
|
const metafilePath = `${context2.options.outdir}/${context2.options.name}.meta.json`;
|
|
487
488
|
await _promises2.default.writeFile(metafilePath, JSON.stringify(result.metafile));
|
|
@@ -482,6 +482,7 @@ async function executeEsBuild(context2) {
|
|
|
482
482
|
writeTrace(`Run esbuild (${context2.options.name}) with the following options:
|
|
483
483
|
${formatLogMessage(options)}`, context2.options.config);
|
|
484
484
|
const result = await esbuild.build(options);
|
|
485
|
+
await esbuild.stop();
|
|
485
486
|
if (result.metafile) {
|
|
486
487
|
const metafilePath = `${context2.options.outdir}/${context2.options.name}.meta.json`;
|
|
487
488
|
await hf.writeFile(metafilePath, JSON.stringify(result.metafile));
|
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkEMIGMUPIcjs = require('./chunk-EMIGMUPI.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 = _chunkGKES5W75cjs.DEFAULT_BUILD_OPTIONS; exports.Filter =
|
|
44
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkGKES5W75cjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkEMIGMUPIcjs.Filter; exports.Mapper = _chunkEMIGMUPIcjs.Mapper; exports.build = _chunkEMIGMUPIcjs.build; exports.clean = _chunkRPASR3EHcjs.clean; exports.cleanDirectories = _chunkRPASR3EHcjs.cleanDirectories; exports.cleanOutputPath = _chunkEMIGMUPIcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkGKES5W75cjs.getDefaultBuildPlugins; exports.handle = _chunkEMIGMUPIcjs.handle; exports.pipe = _chunkEMIGMUPIcjs.pipe; exports.skip = _chunkEMIGMUPIcjs.skip; exports.transduce = _chunkEMIGMUPIcjs.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.31.
|
|
3
|
+
"version": "0.31.13",
|
|
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.3.1",
|
|
174
174
|
"@nx/js": "^20.3.1",
|
|
175
|
-
"@storm-software/build-tools": "0.143.
|
|
176
|
-
"@storm-software/config": "1.106.
|
|
177
|
-
"@storm-software/config-tools": "1.158.
|
|
175
|
+
"@storm-software/build-tools": "0.143.13",
|
|
176
|
+
"@storm-software/config": "1.106.9",
|
|
177
|
+
"@storm-software/config-tools": "1.158.9",
|
|
178
178
|
"@types/node": "^22.10.2",
|
|
179
179
|
"rollup": "4.29.1",
|
|
180
180
|
"spdx-exceptions": "^2.5.0",
|