@storm-software/esbuild 0.31.22 → 0.31.24
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 +3 -2
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-WVF6W7Q2.js → chunk-XCG2PLBI.js} +3 -2
- package/dist/{chunk-HLLCUIVO.cjs → chunk-ZOIUD2GI.cjs} +5 -4
- package/dist/clean.d.cts +12 -12
- package/dist/clean.d.ts +12 -12
- 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
|
@@ -810,10 +810,10 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
810
810
|
]
|
|
811
811
|
};
|
|
812
812
|
result.plugins = userOptions.plugins ?? getDefaultBuildPlugins(userOptions, result);
|
|
813
|
-
if (options.inject) {
|
|
813
|
+
if (options.inject && Array.isArray(options.inject) && options.inject.length > 0) {
|
|
814
814
|
options.inject = (0, import_defu.default)(result.inject, options.inject);
|
|
815
815
|
}
|
|
816
|
-
|
|
816
|
+
result.inject.filter(Boolean);
|
|
817
817
|
delete result.entry;
|
|
818
818
|
delete result.outputPath;
|
|
819
819
|
stopwatch();
|
|
@@ -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
|
|
4
|
+
var _chunkZOIUD2GIcjs = require('./chunk-ZOIUD2GI.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 =
|
|
21
|
+
exports.build = _chunkZOIUD2GIcjs.build; exports.cleanOutputPath = _chunkZOIUD2GIcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -367,10 +367,10 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
367
367
|
]
|
|
368
368
|
};
|
|
369
369
|
result.plugins = userOptions.plugins ?? getDefaultBuildPlugins(userOptions, result);
|
|
370
|
-
if (options.inject) {
|
|
370
|
+
if (options.inject && Array.isArray(options.inject) && options.inject.length > 0) {
|
|
371
371
|
options.inject = defu(result.inject, options.inject);
|
|
372
372
|
}
|
|
373
|
-
|
|
373
|
+
result.inject.filter(Boolean);
|
|
374
374
|
delete result.entry;
|
|
375
375
|
delete result.outputPath;
|
|
376
376
|
stopwatch();
|
|
@@ -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);
|
|
@@ -367,10 +367,10 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
367
367
|
]
|
|
368
368
|
};
|
|
369
369
|
result.plugins = _nullishCoalesce(userOptions.plugins, () => ( _chunkAGWKKDSCcjs.getDefaultBuildPlugins.call(void 0, userOptions, result)));
|
|
370
|
-
if (options.inject) {
|
|
370
|
+
if (options.inject && Array.isArray(options.inject) && options.inject.length > 0) {
|
|
371
371
|
options.inject = _defu2.default.call(void 0, result.inject, options.inject);
|
|
372
372
|
}
|
|
373
|
-
|
|
373
|
+
result.inject.filter(Boolean);
|
|
374
374
|
delete result.entry;
|
|
375
375
|
delete result.outputPath;
|
|
376
376
|
stopwatch();
|
|
@@ -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);
|
|
@@ -495,7 +496,7 @@ ${_chunkIQNPH4CNcjs.formatLogMessage.call(void 0, options)}`, context2.options.c
|
|
|
495
496
|
}
|
|
496
497
|
_chunkBGYQAVKQcjs.__name.call(void 0, executeEsBuild, "executeEsBuild");
|
|
497
498
|
async function copyBuildAssets(context2) {
|
|
498
|
-
if (_optionalChain([context2, 'access',
|
|
499
|
+
if (_optionalChain([context2, 'access', _16 => _16.result, 'optionalAccess', _17 => _17.errors, 'access', _18 => _18.length]) === 0) {
|
|
499
500
|
_chunkIQNPH4CNcjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
|
|
500
501
|
const stopwatch = _chunkIQNPH4CNcjs.getStopwatch.call(void 0, `${context2.options.name} asset copy`);
|
|
501
502
|
await _chunkAGWKKDSCcjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.sourceRoot, true, false);
|
|
@@ -505,7 +506,7 @@ async function copyBuildAssets(context2) {
|
|
|
505
506
|
}
|
|
506
507
|
_chunkBGYQAVKQcjs.__name.call(void 0, copyBuildAssets, "copyBuildAssets");
|
|
507
508
|
async function reportResults(context2) {
|
|
508
|
-
if (_optionalChain([context2, 'access',
|
|
509
|
+
if (_optionalChain([context2, 'access', _19 => _19.result, 'optionalAccess', _20 => _20.errors, 'access', _21 => _21.length]) === 0) {
|
|
509
510
|
if (context2.result.warnings.length > 0) {
|
|
510
511
|
_chunkIQNPH4CNcjs.writeWarning.call(void 0, ` \u{1F6A7} The following warnings occurred during the build: ${context2.result.warnings.map((warning) => warning.text).join("\n")}`, context2.options.config);
|
|
511
512
|
}
|
package/dist/clean.d.cts
CHANGED
|
@@ -38,8 +38,8 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
38
38
|
header?: string | undefined;
|
|
39
39
|
}, {
|
|
40
40
|
banner?: string | undefined;
|
|
41
|
-
footer?: string | undefined;
|
|
42
41
|
header?: string | undefined;
|
|
42
|
+
footer?: string | undefined;
|
|
43
43
|
}>;
|
|
44
44
|
account: z.ZodObject<{
|
|
45
45
|
twitter: z.ZodDefault<z.ZodString>;
|
|
@@ -76,15 +76,15 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
76
76
|
build: z.ZodDefault<z.ZodString>;
|
|
77
77
|
}, "strip", z.ZodTypeAny, {
|
|
78
78
|
build: string;
|
|
79
|
-
config?: string | undefined;
|
|
80
79
|
cache?: string | undefined;
|
|
81
80
|
data?: string | undefined;
|
|
81
|
+
config?: string | undefined;
|
|
82
82
|
temp?: string | undefined;
|
|
83
83
|
log?: string | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
config?: string | undefined;
|
|
86
85
|
cache?: string | undefined;
|
|
87
86
|
data?: string | undefined;
|
|
87
|
+
config?: string | undefined;
|
|
88
88
|
temp?: string | undefined;
|
|
89
89
|
log?: string | undefined;
|
|
90
90
|
build?: string | undefined;
|
|
@@ -831,8 +831,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
831
831
|
}>]>>]>]>;
|
|
832
832
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
833
833
|
}, "strip", z.ZodTypeAny, {
|
|
834
|
-
logLevel: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all";
|
|
835
|
-
mode: "development" | "staging" | "production";
|
|
836
834
|
organization: string;
|
|
837
835
|
license: string;
|
|
838
836
|
homepage: string;
|
|
@@ -858,20 +856,22 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
858
856
|
medium: string;
|
|
859
857
|
github: string;
|
|
860
858
|
};
|
|
859
|
+
mode: "development" | "staging" | "production";
|
|
861
860
|
workspaceRoot: string;
|
|
862
861
|
externalPackagePatterns: string[];
|
|
863
862
|
skipCache: boolean;
|
|
864
863
|
directories: {
|
|
865
864
|
build: string;
|
|
866
|
-
config?: string | undefined;
|
|
867
865
|
cache?: string | undefined;
|
|
868
866
|
data?: string | undefined;
|
|
867
|
+
config?: string | undefined;
|
|
869
868
|
temp?: string | undefined;
|
|
870
869
|
log?: string | undefined;
|
|
871
870
|
};
|
|
872
871
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
873
872
|
timezone: string;
|
|
874
873
|
locale: string;
|
|
874
|
+
logLevel: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
875
875
|
registry: {
|
|
876
876
|
github?: string | undefined;
|
|
877
877
|
npm?: string | undefined;
|
|
@@ -1028,9 +1028,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1028
1028
|
};
|
|
1029
1029
|
}>;
|
|
1030
1030
|
extensions: Record<string, any>;
|
|
1031
|
-
name?: string | undefined;
|
|
1032
1031
|
$schema?: string | null | undefined;
|
|
1033
1032
|
extends?: string | string[] | undefined;
|
|
1033
|
+
name?: string | undefined;
|
|
1034
1034
|
namespace?: string | undefined;
|
|
1035
1035
|
repository?: string | undefined;
|
|
1036
1036
|
preid?: string | undefined;
|
|
@@ -1042,8 +1042,8 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1042
1042
|
};
|
|
1043
1043
|
release: {
|
|
1044
1044
|
banner?: string | undefined;
|
|
1045
|
-
footer?: string | undefined;
|
|
1046
1045
|
header?: string | undefined;
|
|
1046
|
+
footer?: string | undefined;
|
|
1047
1047
|
};
|
|
1048
1048
|
account: {
|
|
1049
1049
|
twitter?: string | undefined;
|
|
@@ -1054,9 +1054,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1054
1054
|
github?: string | undefined;
|
|
1055
1055
|
};
|
|
1056
1056
|
directories: {
|
|
1057
|
-
config?: string | undefined;
|
|
1058
1057
|
cache?: string | undefined;
|
|
1059
1058
|
data?: string | undefined;
|
|
1059
|
+
config?: string | undefined;
|
|
1060
1060
|
temp?: string | undefined;
|
|
1061
1061
|
log?: string | undefined;
|
|
1062
1062
|
build?: string | undefined;
|
|
@@ -1208,11 +1208,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1208
1208
|
background?: string | undefined;
|
|
1209
1209
|
};
|
|
1210
1210
|
}>;
|
|
1211
|
-
logLevel?: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all" | undefined;
|
|
1212
|
-
name?: string | undefined;
|
|
1213
|
-
mode?: "development" | "staging" | "production" | undefined;
|
|
1214
1211
|
$schema?: string | null | undefined;
|
|
1215
1212
|
extends?: string | string[] | undefined;
|
|
1213
|
+
name?: string | undefined;
|
|
1216
1214
|
namespace?: string | undefined;
|
|
1217
1215
|
organization?: string | undefined;
|
|
1218
1216
|
repository?: string | undefined;
|
|
@@ -1224,12 +1222,14 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1224
1222
|
branch?: string | undefined;
|
|
1225
1223
|
preid?: string | undefined;
|
|
1226
1224
|
owner?: string | undefined;
|
|
1225
|
+
mode?: "development" | "staging" | "production" | undefined;
|
|
1227
1226
|
workspaceRoot?: string | undefined;
|
|
1228
1227
|
externalPackagePatterns?: string[] | undefined;
|
|
1229
1228
|
skipCache?: boolean | undefined;
|
|
1230
1229
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1231
1230
|
timezone?: string | undefined;
|
|
1232
1231
|
locale?: string | undefined;
|
|
1232
|
+
logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
1233
1233
|
skipConfigLogging?: boolean | undefined;
|
|
1234
1234
|
registry?: {
|
|
1235
1235
|
github?: string | undefined;
|
package/dist/clean.d.ts
CHANGED
|
@@ -38,8 +38,8 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
38
38
|
header?: string | undefined;
|
|
39
39
|
}, {
|
|
40
40
|
banner?: string | undefined;
|
|
41
|
-
footer?: string | undefined;
|
|
42
41
|
header?: string | undefined;
|
|
42
|
+
footer?: string | undefined;
|
|
43
43
|
}>;
|
|
44
44
|
account: z.ZodObject<{
|
|
45
45
|
twitter: z.ZodDefault<z.ZodString>;
|
|
@@ -76,15 +76,15 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
76
76
|
build: z.ZodDefault<z.ZodString>;
|
|
77
77
|
}, "strip", z.ZodTypeAny, {
|
|
78
78
|
build: string;
|
|
79
|
-
config?: string | undefined;
|
|
80
79
|
cache?: string | undefined;
|
|
81
80
|
data?: string | undefined;
|
|
81
|
+
config?: string | undefined;
|
|
82
82
|
temp?: string | undefined;
|
|
83
83
|
log?: string | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
config?: string | undefined;
|
|
86
85
|
cache?: string | undefined;
|
|
87
86
|
data?: string | undefined;
|
|
87
|
+
config?: string | undefined;
|
|
88
88
|
temp?: string | undefined;
|
|
89
89
|
log?: string | undefined;
|
|
90
90
|
build?: string | undefined;
|
|
@@ -831,8 +831,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
831
831
|
}>]>>]>]>;
|
|
832
832
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
833
833
|
}, "strip", z.ZodTypeAny, {
|
|
834
|
-
logLevel: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all";
|
|
835
|
-
mode: "development" | "staging" | "production";
|
|
836
834
|
organization: string;
|
|
837
835
|
license: string;
|
|
838
836
|
homepage: string;
|
|
@@ -858,20 +856,22 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
858
856
|
medium: string;
|
|
859
857
|
github: string;
|
|
860
858
|
};
|
|
859
|
+
mode: "development" | "staging" | "production";
|
|
861
860
|
workspaceRoot: string;
|
|
862
861
|
externalPackagePatterns: string[];
|
|
863
862
|
skipCache: boolean;
|
|
864
863
|
directories: {
|
|
865
864
|
build: string;
|
|
866
|
-
config?: string | undefined;
|
|
867
865
|
cache?: string | undefined;
|
|
868
866
|
data?: string | undefined;
|
|
867
|
+
config?: string | undefined;
|
|
869
868
|
temp?: string | undefined;
|
|
870
869
|
log?: string | undefined;
|
|
871
870
|
};
|
|
872
871
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
873
872
|
timezone: string;
|
|
874
873
|
locale: string;
|
|
874
|
+
logLevel: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
875
875
|
registry: {
|
|
876
876
|
github?: string | undefined;
|
|
877
877
|
npm?: string | undefined;
|
|
@@ -1028,9 +1028,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1028
1028
|
};
|
|
1029
1029
|
}>;
|
|
1030
1030
|
extensions: Record<string, any>;
|
|
1031
|
-
name?: string | undefined;
|
|
1032
1031
|
$schema?: string | null | undefined;
|
|
1033
1032
|
extends?: string | string[] | undefined;
|
|
1033
|
+
name?: string | undefined;
|
|
1034
1034
|
namespace?: string | undefined;
|
|
1035
1035
|
repository?: string | undefined;
|
|
1036
1036
|
preid?: string | undefined;
|
|
@@ -1042,8 +1042,8 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1042
1042
|
};
|
|
1043
1043
|
release: {
|
|
1044
1044
|
banner?: string | undefined;
|
|
1045
|
-
footer?: string | undefined;
|
|
1046
1045
|
header?: string | undefined;
|
|
1046
|
+
footer?: string | undefined;
|
|
1047
1047
|
};
|
|
1048
1048
|
account: {
|
|
1049
1049
|
twitter?: string | undefined;
|
|
@@ -1054,9 +1054,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1054
1054
|
github?: string | undefined;
|
|
1055
1055
|
};
|
|
1056
1056
|
directories: {
|
|
1057
|
-
config?: string | undefined;
|
|
1058
1057
|
cache?: string | undefined;
|
|
1059
1058
|
data?: string | undefined;
|
|
1059
|
+
config?: string | undefined;
|
|
1060
1060
|
temp?: string | undefined;
|
|
1061
1061
|
log?: string | undefined;
|
|
1062
1062
|
build?: string | undefined;
|
|
@@ -1208,11 +1208,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1208
1208
|
background?: string | undefined;
|
|
1209
1209
|
};
|
|
1210
1210
|
}>;
|
|
1211
|
-
logLevel?: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all" | undefined;
|
|
1212
|
-
name?: string | undefined;
|
|
1213
|
-
mode?: "development" | "staging" | "production" | undefined;
|
|
1214
1211
|
$schema?: string | null | undefined;
|
|
1215
1212
|
extends?: string | string[] | undefined;
|
|
1213
|
+
name?: string | undefined;
|
|
1216
1214
|
namespace?: string | undefined;
|
|
1217
1215
|
organization?: string | undefined;
|
|
1218
1216
|
repository?: string | undefined;
|
|
@@ -1224,12 +1222,14 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1224
1222
|
branch?: string | undefined;
|
|
1225
1223
|
preid?: string | undefined;
|
|
1226
1224
|
owner?: string | undefined;
|
|
1225
|
+
mode?: "development" | "staging" | "production" | undefined;
|
|
1227
1226
|
workspaceRoot?: string | undefined;
|
|
1228
1227
|
externalPackagePatterns?: string[] | undefined;
|
|
1229
1228
|
skipCache?: boolean | undefined;
|
|
1230
1229
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1231
1230
|
timezone?: string | undefined;
|
|
1232
1231
|
locale?: string | undefined;
|
|
1232
|
+
logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
1233
1233
|
skipConfigLogging?: boolean | undefined;
|
|
1234
1234
|
registry?: {
|
|
1235
1235
|
github?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkZOIUD2GIcjs = require('./chunk-ZOIUD2GI.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 =
|
|
44
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkAGWKKDSCcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkZOIUD2GIcjs.Filter; exports.Mapper = _chunkZOIUD2GIcjs.Mapper; exports.build = _chunkZOIUD2GIcjs.build; exports.clean = _chunkATQXZL2Ncjs.clean; exports.cleanDirectories = _chunkATQXZL2Ncjs.cleanDirectories; exports.cleanOutputPath = _chunkZOIUD2GIcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkAGWKKDSCcjs.getDefaultBuildPlugins; exports.handle = _chunkZOIUD2GIcjs.handle; exports.pipe = _chunkZOIUD2GIcjs.pipe; exports.skip = _chunkZOIUD2GIcjs.skip; exports.transduce = _chunkZOIUD2GIcjs.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.24",
|
|
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.
|
|
176
|
-
"@storm-software/config": "1.110.
|
|
177
|
-
"@storm-software/config-tools": "1.160.
|
|
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",
|