@storm-software/esbuild 0.31.33 → 0.31.34
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 -2
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-7VWFVALB.cjs → chunk-MBYSWPGX.cjs} +2 -2
- package/dist/{chunk-YAMMS5MF.js → chunk-RZ34JL3B.js} +2 -2
- 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
|
@@ -7448,8 +7448,8 @@ var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRo
|
|
|
7448
7448
|
entryPoints.push(...Object.entries(entry).map(([key, value]) => {
|
|
7449
7449
|
if (typeof value === "string") {
|
|
7450
7450
|
return {
|
|
7451
|
-
in:
|
|
7452
|
-
out:
|
|
7451
|
+
in: value,
|
|
7452
|
+
out: key
|
|
7453
7453
|
};
|
|
7454
7454
|
} else {
|
|
7455
7455
|
return {
|
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 _chunkMBYSWPGXcjs = require('./chunk-MBYSWPGX.cjs');
|
|
5
5
|
require('./chunk-TPPC2KGE.cjs');
|
|
6
6
|
require('./chunk-YGTIQ2IA.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 = _chunkMBYSWPGXcjs.build; exports.cleanOutputPath = _chunkMBYSWPGXcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -218,8 +218,8 @@ var getEntryPoints = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
218
218
|
entryPoints.push(...Object.entries(entry).map(([key, value]) => {
|
|
219
219
|
if (typeof value === "string") {
|
|
220
220
|
return {
|
|
221
|
-
in:
|
|
222
|
-
out:
|
|
221
|
+
in: value,
|
|
222
|
+
out: key
|
|
223
223
|
};
|
|
224
224
|
} else {
|
|
225
225
|
return {
|
|
@@ -218,8 +218,8 @@ var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRo
|
|
|
218
218
|
entryPoints.push(...Object.entries(entry).map(([key, value]) => {
|
|
219
219
|
if (typeof value === "string") {
|
|
220
220
|
return {
|
|
221
|
-
in:
|
|
222
|
-
out:
|
|
221
|
+
in: value,
|
|
222
|
+
out: key
|
|
223
223
|
};
|
|
224
224
|
} else {
|
|
225
225
|
return {
|
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkMBYSWPGXcjs = require('./chunk-MBYSWPGX.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 = _chunkYGTIQ2IAcjs.DEFAULT_BUILD_OPTIONS; exports.Filter =
|
|
44
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkYGTIQ2IAcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkMBYSWPGXcjs.Filter; exports.Mapper = _chunkMBYSWPGXcjs.Mapper; exports.build = _chunkMBYSWPGXcjs.build; exports.clean = _chunkTPPC2KGEcjs.clean; exports.cleanDirectories = _chunkTPPC2KGEcjs.cleanDirectories; exports.cleanOutputPath = _chunkMBYSWPGXcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkYGTIQ2IAcjs.getDefaultBuildPlugins; exports.handle = _chunkMBYSWPGXcjs.handle; exports.pipe = _chunkMBYSWPGXcjs.pipe; exports.skip = _chunkMBYSWPGXcjs.skip; exports.transduce = _chunkMBYSWPGXcjs.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.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"@nx/devkit": "20.6.0",
|
|
174
174
|
"@nx/js": "20.6.0",
|
|
175
175
|
"@storm-software/build-tools": "0.143.28",
|
|
176
|
-
"@storm-software/config": "1.112.
|
|
176
|
+
"@storm-software/config": "1.112.5",
|
|
177
177
|
"@storm-software/config-tools": "1.162.2",
|
|
178
178
|
"@types/node": "^22.10.2",
|
|
179
179
|
"rollup": "^4.29.1",
|