@storm-software/esbuild 0.29.0 → 0.29.1
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/dist/build.cjs +3 -3
- package/dist/build.js +2 -2
- package/dist/{chunk-SWIMNO2P.cjs → chunk-7TPLKPIV.cjs} +14 -14
- package/dist/{chunk-JNX3ZLGI.js → chunk-LHT6GJTP.js} +1 -1
- package/dist/{chunk-WBI5JPFC.cjs → chunk-MGHE2AIZ.cjs} +4 -4
- package/dist/{chunk-OG5DUDGZ.js → chunk-QUON5O3L.js} +4 -4
- package/dist/clean.d.cts +10 -10
- package/dist/clean.d.ts +10 -10
- package/dist/config.cjs +2 -2
- package/dist/config.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- 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/dist/build.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk7TPLKPIVcjs = require('./chunk-7TPLKPIV.cjs');
|
|
5
5
|
require('./chunk-DITM26C7.cjs');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-MGHE2AIZ.cjs');
|
|
7
7
|
require('./chunk-S6M44SSZ.cjs');
|
|
8
8
|
require('./chunk-WRBUO7H6.cjs');
|
|
9
9
|
require('./chunk-I2FH4C27.cjs');
|
|
@@ -18,4 +18,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
exports.build =
|
|
21
|
+
exports.build = _chunk7TPLKPIVcjs.build; exports.cleanOutputPath = _chunk7TPLKPIVcjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
build,
|
|
3
3
|
cleanOutputPath
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-LHT6GJTP.js";
|
|
5
5
|
import "./chunk-TUAAYWUJ.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-QUON5O3L.js";
|
|
7
7
|
import "./chunk-T5272PC2.js";
|
|
8
8
|
import "./chunk-LYDEMC26.js";
|
|
9
9
|
import "./chunk-YWKYHSIN.js";
|
|
@@ -13,7 +13,7 @@ var _chunkDITM26C7cjs = require('./chunk-DITM26C7.cjs');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkMGHE2AIZcjs = require('./chunk-MGHE2AIZ.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunkDEO4HWIAcjs = require('./chunk-DEO4HWIA.cjs');
|
|
@@ -278,7 +278,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
278
278
|
if (!workspaceRoot) {
|
|
279
279
|
throw new Error("Cannot find Nx workspace root");
|
|
280
280
|
}
|
|
281
|
-
const config = await
|
|
281
|
+
const config = await _chunkMGHE2AIZcjs.getConfig.call(void 0, workspaceRoot.dir);
|
|
282
282
|
_chunkF665CCSScjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", config);
|
|
283
283
|
const stopwatch = _chunkF665CCSScjs.getStopwatch.call(void 0, "Build options resolution");
|
|
284
284
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
@@ -295,14 +295,14 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
295
295
|
if (!_optionalChain([projectConfigurations, 'optionalAccess', _14 => _14.projects, 'optionalAccess', _15 => _15[projectName]])) {
|
|
296
296
|
throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
|
|
297
297
|
}
|
|
298
|
-
const options = _defu2.default.call(void 0, userOptions,
|
|
298
|
+
const options = _defu2.default.call(void 0, userOptions, _chunkMGHE2AIZcjs.DEFAULT_BUILD_OPTIONS);
|
|
299
299
|
options.name ??= `${projectName}-${options.format}`;
|
|
300
|
-
options.target ??=
|
|
300
|
+
options.target ??= _chunkMGHE2AIZcjs.DEFAULT_TARGET;
|
|
301
301
|
const packageJsonPath = _chunkXITTOHOGcjs.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
|
|
302
302
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
303
303
|
throw new Error("Cannot find package.json configuration");
|
|
304
304
|
}
|
|
305
|
-
const env =
|
|
305
|
+
const env = _chunkMGHE2AIZcjs.getEnv.call(void 0, "esbuild", options);
|
|
306
306
|
const result = {
|
|
307
307
|
...options,
|
|
308
308
|
config,
|
|
@@ -322,7 +322,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
322
322
|
...userOptions,
|
|
323
323
|
tsconfig: _chunkXITTOHOGcjs.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
324
324
|
format: options.format || "cjs",
|
|
325
|
-
entryPoints: await
|
|
325
|
+
entryPoints: await _chunkMGHE2AIZcjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, _nullishCoalesce(userOptions.entry, () => ( "./src/index.ts")), userOptions.emitOnAll === true),
|
|
326
326
|
outdir: userOptions.outputPath || _chunkXITTOHOGcjs.joinPaths.call(void 0, "dist", projectRoot),
|
|
327
327
|
plugins: [],
|
|
328
328
|
name: userOptions.name || projectName,
|
|
@@ -344,8 +344,8 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
344
344
|
watch: userOptions.watch === true,
|
|
345
345
|
footer: userOptions.footer,
|
|
346
346
|
banner: {
|
|
347
|
-
js: options.banner ||
|
|
348
|
-
css: options.banner ||
|
|
347
|
+
js: options.banner || _chunkMGHE2AIZcjs.DEFAULT_COMPILED_BANNER,
|
|
348
|
+
css: options.banner || _chunkMGHE2AIZcjs.DEFAULT_COMPILED_BANNER
|
|
349
349
|
},
|
|
350
350
|
splitting: options.format === "iife" ? false : typeof options.splitting === "boolean" ? options.splitting : options.format === "esm",
|
|
351
351
|
treeShaking: options.format === "esm",
|
|
@@ -372,7 +372,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
372
372
|
..._nullishCoalesce(options.inject, () => ( []))
|
|
373
373
|
].filter(Boolean)
|
|
374
374
|
};
|
|
375
|
-
result.plugins = _nullishCoalesce(userOptions.plugins, () => (
|
|
375
|
+
result.plugins = _nullishCoalesce(userOptions.plugins, () => ( _chunkMGHE2AIZcjs.getDefaultBuildPlugins.call(void 0, userOptions, result)));
|
|
376
376
|
delete result.entry;
|
|
377
377
|
delete result.outputPath;
|
|
378
378
|
stopwatch();
|
|
@@ -391,11 +391,11 @@ async function generatePackageJson(context2) {
|
|
|
391
391
|
if (!packageJson) {
|
|
392
392
|
throw new Error("Cannot find package.json configuration file");
|
|
393
393
|
}
|
|
394
|
-
packageJson = await
|
|
395
|
-
packageJson = await
|
|
394
|
+
packageJson = await _chunkMGHE2AIZcjs.addPackageDependencies.call(void 0, context2.options.config.workspaceRoot, context2.options.projectRoot, context2.options.projectName, packageJson);
|
|
395
|
+
packageJson = await _chunkMGHE2AIZcjs.addWorkspacePackageJsonFields.call(void 0, context2.options.config, context2.options.projectRoot, context2.options.sourceRoot, context2.options.projectName, false, packageJson);
|
|
396
396
|
packageJson.exports ??= {};
|
|
397
397
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
398
|
-
packageJson.exports["."] ??=
|
|
398
|
+
packageJson.exports["."] ??= _chunkMGHE2AIZcjs.addPackageJsonExport.call(void 0, "index", packageJson.type, context2.options.sourceRoot);
|
|
399
399
|
let entryPoints = [
|
|
400
400
|
{
|
|
401
401
|
in: "./src/index.ts",
|
|
@@ -413,7 +413,7 @@ async function generatePackageJson(context2) {
|
|
|
413
413
|
const split = entryPoint.out.split(".");
|
|
414
414
|
split.pop();
|
|
415
415
|
const entry = split.join(".").replaceAll("\\", "/");
|
|
416
|
-
packageJson.exports[`./${entry}`] ??=
|
|
416
|
+
packageJson.exports[`./${entry}`] ??= _chunkMGHE2AIZcjs.addPackageJsonExport.call(void 0, entry, packageJson.type, context2.options.sourceRoot);
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
packageJson.main = packageJson.type === "commonjs" ? "./dist/index.js" : "./dist/index.cjs";
|
|
@@ -494,7 +494,7 @@ async function copyBuildAssets(context2) {
|
|
|
494
494
|
if (_optionalChain([context2, 'access', _16 => _16.result, 'optionalAccess', _17 => _17.errors, 'access', _18 => _18.length]) === 0) {
|
|
495
495
|
_chunkF665CCSScjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
|
|
496
496
|
const stopwatch = _chunkF665CCSScjs.getStopwatch.call(void 0, `${context2.options.name} asset copy`);
|
|
497
|
-
await
|
|
497
|
+
await _chunkMGHE2AIZcjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.sourceRoot, true, false);
|
|
498
498
|
stopwatch();
|
|
499
499
|
}
|
|
500
500
|
return context2;
|
|
@@ -44,11 +44,11 @@ var _chunkEZGTDCYMcjs = require('./chunk-EZGTDCYM.cjs');
|
|
|
44
44
|
var _chunkBGYQAVKQcjs = require('./chunk-BGYQAVKQ.cjs');
|
|
45
45
|
|
|
46
46
|
// ../build-tools/src/config.ts
|
|
47
|
-
var DEFAULT_COMPILED_BANNER =
|
|
48
|
-
|
|
47
|
+
var DEFAULT_COMPILED_BANNER = `/*****************************************
|
|
48
|
+
*
|
|
49
49
|
* \u26A1 Built by Storm Software
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
*
|
|
51
|
+
*****************************************/
|
|
52
52
|
`;
|
|
53
53
|
var DEFAULT_ENVIRONMENT = "production";
|
|
54
54
|
var DEFAULT_TARGET = "esnext";
|
|
@@ -44,11 +44,11 @@ import {
|
|
|
44
44
|
} from "./chunk-3GQAWCBQ.js";
|
|
45
45
|
|
|
46
46
|
// ../build-tools/src/config.ts
|
|
47
|
-
var DEFAULT_COMPILED_BANNER =
|
|
48
|
-
|
|
47
|
+
var DEFAULT_COMPILED_BANNER = `/*****************************************
|
|
48
|
+
*
|
|
49
49
|
* \u26A1 Built by Storm Software
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
*
|
|
51
|
+
*****************************************/
|
|
52
52
|
`;
|
|
53
53
|
var DEFAULT_ENVIRONMENT = "production";
|
|
54
54
|
var DEFAULT_TARGET = "esnext";
|
package/dist/clean.d.cts
CHANGED
|
@@ -40,15 +40,15 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
40
40
|
build: z.ZodDefault<z.ZodString>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
42
|
build: string;
|
|
43
|
-
config?: string | undefined;
|
|
44
43
|
cache?: string | undefined;
|
|
45
44
|
data?: string | undefined;
|
|
45
|
+
config?: string | undefined;
|
|
46
46
|
temp?: string | undefined;
|
|
47
47
|
log?: string | undefined;
|
|
48
48
|
}, {
|
|
49
|
-
config?: string | undefined;
|
|
50
49
|
cache?: string | undefined;
|
|
51
50
|
data?: string | undefined;
|
|
51
|
+
config?: string | undefined;
|
|
52
52
|
temp?: string | undefined;
|
|
53
53
|
log?: string | undefined;
|
|
54
54
|
build?: string | undefined;
|
|
@@ -795,8 +795,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
795
795
|
}>]>>]>]>;
|
|
796
796
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
797
797
|
}, "strip", z.ZodTypeAny, {
|
|
798
|
-
logLevel: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all";
|
|
799
|
-
mode: "development" | "staging" | "production";
|
|
800
798
|
organization: string;
|
|
801
799
|
license: string;
|
|
802
800
|
homepage: string;
|
|
@@ -808,20 +806,22 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
808
806
|
name: string;
|
|
809
807
|
email: string;
|
|
810
808
|
};
|
|
809
|
+
mode: "development" | "staging" | "production";
|
|
811
810
|
workspaceRoot: string;
|
|
812
811
|
externalPackagePatterns: string[];
|
|
813
812
|
skipCache: boolean;
|
|
814
813
|
directories: {
|
|
815
814
|
build: string;
|
|
816
|
-
config?: string | undefined;
|
|
817
815
|
cache?: string | undefined;
|
|
818
816
|
data?: string | undefined;
|
|
817
|
+
config?: string | undefined;
|
|
819
818
|
temp?: string | undefined;
|
|
820
819
|
log?: string | undefined;
|
|
821
820
|
};
|
|
822
821
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
823
822
|
timezone: string;
|
|
824
823
|
locale: string;
|
|
824
|
+
logLevel: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
825
825
|
registry: {
|
|
826
826
|
npm?: string | undefined;
|
|
827
827
|
github?: string | undefined;
|
|
@@ -978,9 +978,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
978
978
|
};
|
|
979
979
|
}>;
|
|
980
980
|
extensions: Record<string, any>;
|
|
981
|
-
name?: string | undefined;
|
|
982
981
|
$schema?: string | null | undefined;
|
|
983
982
|
extends?: string | string[] | undefined;
|
|
983
|
+
name?: string | undefined;
|
|
984
984
|
namespace?: string | undefined;
|
|
985
985
|
repository?: string | undefined;
|
|
986
986
|
preid?: string | undefined;
|
|
@@ -991,9 +991,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
991
991
|
email?: string | undefined;
|
|
992
992
|
};
|
|
993
993
|
directories: {
|
|
994
|
-
config?: string | undefined;
|
|
995
994
|
cache?: string | undefined;
|
|
996
995
|
data?: string | undefined;
|
|
996
|
+
config?: string | undefined;
|
|
997
997
|
temp?: string | undefined;
|
|
998
998
|
log?: string | undefined;
|
|
999
999
|
build?: string | undefined;
|
|
@@ -1145,11 +1145,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1145
1145
|
background?: string | undefined;
|
|
1146
1146
|
};
|
|
1147
1147
|
}>;
|
|
1148
|
-
logLevel?: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all" | undefined;
|
|
1149
|
-
name?: string | undefined;
|
|
1150
|
-
mode?: "development" | "staging" | "production" | undefined;
|
|
1151
1148
|
$schema?: string | null | undefined;
|
|
1152
1149
|
extends?: string | string[] | undefined;
|
|
1150
|
+
name?: string | undefined;
|
|
1153
1151
|
namespace?: string | undefined;
|
|
1154
1152
|
organization?: string | undefined;
|
|
1155
1153
|
repository?: string | undefined;
|
|
@@ -1160,12 +1158,14 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1160
1158
|
branch?: string | undefined;
|
|
1161
1159
|
preid?: string | undefined;
|
|
1162
1160
|
owner?: string | undefined;
|
|
1161
|
+
mode?: "development" | "staging" | "production" | undefined;
|
|
1163
1162
|
workspaceRoot?: string | undefined;
|
|
1164
1163
|
externalPackagePatterns?: string[] | undefined;
|
|
1165
1164
|
skipCache?: boolean | undefined;
|
|
1166
1165
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1167
1166
|
timezone?: string | undefined;
|
|
1168
1167
|
locale?: string | undefined;
|
|
1168
|
+
logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
1169
1169
|
skipConfigLogging?: boolean | undefined;
|
|
1170
1170
|
registry?: {
|
|
1171
1171
|
npm?: string | undefined;
|
package/dist/clean.d.ts
CHANGED
|
@@ -40,15 +40,15 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
40
40
|
build: z.ZodDefault<z.ZodString>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
42
|
build: string;
|
|
43
|
-
config?: string | undefined;
|
|
44
43
|
cache?: string | undefined;
|
|
45
44
|
data?: string | undefined;
|
|
45
|
+
config?: string | undefined;
|
|
46
46
|
temp?: string | undefined;
|
|
47
47
|
log?: string | undefined;
|
|
48
48
|
}, {
|
|
49
|
-
config?: string | undefined;
|
|
50
49
|
cache?: string | undefined;
|
|
51
50
|
data?: string | undefined;
|
|
51
|
+
config?: string | undefined;
|
|
52
52
|
temp?: string | undefined;
|
|
53
53
|
log?: string | undefined;
|
|
54
54
|
build?: string | undefined;
|
|
@@ -795,8 +795,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
795
795
|
}>]>>]>]>;
|
|
796
796
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
797
797
|
}, "strip", z.ZodTypeAny, {
|
|
798
|
-
logLevel: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all";
|
|
799
|
-
mode: "development" | "staging" | "production";
|
|
800
798
|
organization: string;
|
|
801
799
|
license: string;
|
|
802
800
|
homepage: string;
|
|
@@ -808,20 +806,22 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
808
806
|
name: string;
|
|
809
807
|
email: string;
|
|
810
808
|
};
|
|
809
|
+
mode: "development" | "staging" | "production";
|
|
811
810
|
workspaceRoot: string;
|
|
812
811
|
externalPackagePatterns: string[];
|
|
813
812
|
skipCache: boolean;
|
|
814
813
|
directories: {
|
|
815
814
|
build: string;
|
|
816
|
-
config?: string | undefined;
|
|
817
815
|
cache?: string | undefined;
|
|
818
816
|
data?: string | undefined;
|
|
817
|
+
config?: string | undefined;
|
|
819
818
|
temp?: string | undefined;
|
|
820
819
|
log?: string | undefined;
|
|
821
820
|
};
|
|
822
821
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
823
822
|
timezone: string;
|
|
824
823
|
locale: string;
|
|
824
|
+
logLevel: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
825
825
|
registry: {
|
|
826
826
|
npm?: string | undefined;
|
|
827
827
|
github?: string | undefined;
|
|
@@ -978,9 +978,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
978
978
|
};
|
|
979
979
|
}>;
|
|
980
980
|
extensions: Record<string, any>;
|
|
981
|
-
name?: string | undefined;
|
|
982
981
|
$schema?: string | null | undefined;
|
|
983
982
|
extends?: string | string[] | undefined;
|
|
983
|
+
name?: string | undefined;
|
|
984
984
|
namespace?: string | undefined;
|
|
985
985
|
repository?: string | undefined;
|
|
986
986
|
preid?: string | undefined;
|
|
@@ -991,9 +991,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
991
991
|
email?: string | undefined;
|
|
992
992
|
};
|
|
993
993
|
directories: {
|
|
994
|
-
config?: string | undefined;
|
|
995
994
|
cache?: string | undefined;
|
|
996
995
|
data?: string | undefined;
|
|
996
|
+
config?: string | undefined;
|
|
997
997
|
temp?: string | undefined;
|
|
998
998
|
log?: string | undefined;
|
|
999
999
|
build?: string | undefined;
|
|
@@ -1145,11 +1145,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1145
1145
|
background?: string | undefined;
|
|
1146
1146
|
};
|
|
1147
1147
|
}>;
|
|
1148
|
-
logLevel?: "debug" | "silent" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all" | undefined;
|
|
1149
|
-
name?: string | undefined;
|
|
1150
|
-
mode?: "development" | "staging" | "production" | undefined;
|
|
1151
1148
|
$schema?: string | null | undefined;
|
|
1152
1149
|
extends?: string | string[] | undefined;
|
|
1150
|
+
name?: string | undefined;
|
|
1153
1151
|
namespace?: string | undefined;
|
|
1154
1152
|
organization?: string | undefined;
|
|
1155
1153
|
repository?: string | undefined;
|
|
@@ -1160,12 +1158,14 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1160
1158
|
branch?: string | undefined;
|
|
1161
1159
|
preid?: string | undefined;
|
|
1162
1160
|
owner?: string | undefined;
|
|
1161
|
+
mode?: "development" | "staging" | "production" | undefined;
|
|
1163
1162
|
workspaceRoot?: string | undefined;
|
|
1164
1163
|
externalPackagePatterns?: string[] | undefined;
|
|
1165
1164
|
skipCache?: boolean | undefined;
|
|
1166
1165
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1167
1166
|
timezone?: string | undefined;
|
|
1168
1167
|
locale?: string | undefined;
|
|
1168
|
+
logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
1169
1169
|
skipConfigLogging?: boolean | undefined;
|
|
1170
1170
|
registry?: {
|
|
1171
1171
|
npm?: string | undefined;
|
package/dist/config.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMGHE2AIZcjs = require('./chunk-MGHE2AIZ.cjs');
|
|
5
5
|
require('./chunk-S6M44SSZ.cjs');
|
|
6
6
|
require('./chunk-WRBUO7H6.cjs');
|
|
7
7
|
require('./chunk-I2FH4C27.cjs');
|
|
@@ -15,4 +15,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.DEFAULT_BUILD_OPTIONS =
|
|
18
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkMGHE2AIZcjs.DEFAULT_BUILD_OPTIONS; exports.getDefaultBuildPlugins = _chunkMGHE2AIZcjs.getDefaultBuildPlugins;
|
package/dist/config.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunk7TPLKPIVcjs = require('./chunk-7TPLKPIV.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ var _chunkDITM26C7cjs = require('./chunk-DITM26C7.cjs');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkMGHE2AIZcjs = require('./chunk-MGHE2AIZ.cjs');
|
|
19
19
|
require('./chunk-S6M44SSZ.cjs');
|
|
20
20
|
require('./chunk-WRBUO7H6.cjs');
|
|
21
21
|
require('./chunk-I2FH4C27.cjs');
|
|
@@ -41,4 +41,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
exports.DEFAULT_BUILD_OPTIONS =
|
|
44
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkMGHE2AIZcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunk7TPLKPIVcjs.Filter; exports.Mapper = _chunk7TPLKPIVcjs.Mapper; exports.build = _chunk7TPLKPIVcjs.build; exports.clean = _chunkDITM26C7cjs.clean; exports.cleanDirectories = _chunkDITM26C7cjs.cleanDirectories; exports.cleanOutputPath = _chunk7TPLKPIVcjs.cleanOutputPath; exports.getDefaultBuildPlugins = _chunkMGHE2AIZcjs.getDefaultBuildPlugins; exports.handle = _chunk7TPLKPIVcjs.handle; exports.pipe = _chunk7TPLKPIVcjs.pipe; exports.skip = _chunk7TPLKPIVcjs.skip; exports.transduce = _chunk7TPLKPIVcjs.transduce;
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
pipe,
|
|
8
8
|
skip,
|
|
9
9
|
transduce
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LHT6GJTP.js";
|
|
11
11
|
import {
|
|
12
12
|
clean,
|
|
13
13
|
cleanDirectories
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
import {
|
|
16
16
|
DEFAULT_BUILD_OPTIONS,
|
|
17
17
|
getDefaultBuildPlugins
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-QUON5O3L.js";
|
|
19
19
|
import "./chunk-T5272PC2.js";
|
|
20
20
|
import "./chunk-LYDEMC26.js";
|
|
21
21
|
import "./chunk-YWKYHSIN.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -172,7 +172,7 @@
|
|
|
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.141.
|
|
175
|
+
"@storm-software/build-tools": "0.141.1",
|
|
176
176
|
"@storm-software/config": "1.106.0",
|
|
177
177
|
"@storm-software/config-tools": "1.158.0",
|
|
178
178
|
"@types/node": "^22.10.2",
|