@storm-software/esbuild 0.32.0 → 0.32.2
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-7BSG4BIG.js → chunk-A6VGGOSN.js} +1 -1
- package/dist/{chunk-FPWMBDIC.cjs → chunk-DQKNCLPI.cjs} +11 -11
- package/dist/{chunk-OJYYP3OG.js → chunk-LOXSNNRO.js} +1 -1
- package/dist/{chunk-LTOF4OBR.cjs → chunk-PKPG6XXP.cjs} +1 -1
- package/dist/clean.d.cts +1 -1
- package/dist/clean.d.ts +1 -1
- package/dist/config.cjs +2 -2
- package/dist/config.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/tsc.d.cts +1 -1
- package/dist/tsc.d.ts +1 -1
- package/dist/{types-BnhJ2mlc.d.cts → types-B4jbZA4j.d.cts} +12 -12
- package/dist/{types-BnhJ2mlc.d.ts → types-B4jbZA4j.d.ts} +12 -12
- package/package.json +5 -5
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 _chunkDQKNCLPIcjs = require('./chunk-DQKNCLPI.cjs');
|
|
5
5
|
require('./chunk-VFORKCNS.cjs');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-PKPG6XXP.cjs');
|
|
7
7
|
require('./chunk-EZGTDCYM.cjs');
|
|
8
8
|
require('./chunk-S6M44SSZ.cjs');
|
|
9
9
|
require('./chunk-WRBUO7H6.cjs');
|
|
@@ -19,4 +19,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.build =
|
|
22
|
+
exports.build = _chunkDQKNCLPIcjs.build; exports.cleanOutputPath = _chunkDQKNCLPIcjs.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-A6VGGOSN.js";
|
|
5
5
|
import "./chunk-M4O2EJ6Z.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-LOXSNNRO.js";
|
|
7
7
|
import "./chunk-GWG4HOQ6.js";
|
|
8
8
|
import "./chunk-T5272PC2.js";
|
|
9
9
|
import "./chunk-LYDEMC26.js";
|
|
@@ -11,7 +11,7 @@ var _chunkVFORKCNScjs = require('./chunk-VFORKCNS.cjs');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkPKPG6XXPcjs = require('./chunk-PKPG6XXP.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
var _chunkVK6V4C6Acjs = require('./chunk-VK6V4C6A.cjs');
|
|
@@ -361,7 +361,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
361
361
|
if (!workspaceRoot) {
|
|
362
362
|
throw new Error("Cannot find Nx workspace root");
|
|
363
363
|
}
|
|
364
|
-
const config = await
|
|
364
|
+
const config = await _chunkPKPG6XXPcjs.getConfig.call(void 0, workspaceRoot.dir);
|
|
365
365
|
_chunk5LN4W7RScjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", config);
|
|
366
366
|
const stopwatch = _chunk5LN4W7RScjs.getStopwatch.call(void 0, "Build options resolution");
|
|
367
367
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
@@ -378,14 +378,14 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
378
378
|
if (!_optionalChain([projectConfigurations, 'optionalAccess', _14 => _14.projects, 'optionalAccess', _15 => _15[projectName]])) {
|
|
379
379
|
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.");
|
|
380
380
|
}
|
|
381
|
-
const options = _defu2.default.call(void 0, userOptions,
|
|
381
|
+
const options = _defu2.default.call(void 0, userOptions, _chunkPKPG6XXPcjs.DEFAULT_BUILD_OPTIONS);
|
|
382
382
|
options.name ??= `${projectName}-${options.format}`;
|
|
383
|
-
options.target ??=
|
|
383
|
+
options.target ??= _chunkPKPG6XXPcjs.DEFAULT_TARGET;
|
|
384
384
|
const packageJsonPath = _chunkXITTOHOGcjs.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
|
|
385
385
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
386
386
|
throw new Error("Cannot find package.json configuration");
|
|
387
387
|
}
|
|
388
|
-
const env =
|
|
388
|
+
const env = _chunkPKPG6XXPcjs.getEnv.call(void 0, "esbuild", options);
|
|
389
389
|
const result = {
|
|
390
390
|
...options,
|
|
391
391
|
config,
|
|
@@ -422,8 +422,8 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
422
422
|
watch: userOptions.watch === true,
|
|
423
423
|
footer: userOptions.footer,
|
|
424
424
|
banner: {
|
|
425
|
-
js: options.banner ||
|
|
426
|
-
css: options.banner ||
|
|
425
|
+
js: options.banner || _chunkPKPG6XXPcjs.DEFAULT_COMPILED_BANNER,
|
|
426
|
+
css: options.banner || _chunkPKPG6XXPcjs.DEFAULT_COMPILED_BANNER
|
|
427
427
|
},
|
|
428
428
|
splitting: options.format === "iife" ? false : typeof options.splitting === "boolean" ? options.splitting : options.format === "esm",
|
|
429
429
|
treeShaking: options.format === "esm",
|
|
@@ -449,7 +449,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
449
449
|
options.format === "esm" && options.injectShims && options.platform === "node" ? _chunkXITTOHOGcjs.joinPaths.call(void 0, __dirname, "../assets/esm_shims.js") : void 0
|
|
450
450
|
].filter(Boolean)
|
|
451
451
|
};
|
|
452
|
-
result.plugins = _nullishCoalesce(userOptions.plugins, () => (
|
|
452
|
+
result.plugins = _nullishCoalesce(userOptions.plugins, () => ( _chunkPKPG6XXPcjs.getDefaultBuildPlugins.call(void 0, userOptions, result)));
|
|
453
453
|
if (options.inject && Array.isArray(options.inject) && options.inject.length > 0) {
|
|
454
454
|
result.inject = options.inject.reduce((ret, inj) => {
|
|
455
455
|
if (inj && typeof inj === "string" && ret.includes(inj)) {
|
|
@@ -476,8 +476,8 @@ async function generatePackageJson(context2) {
|
|
|
476
476
|
if (!packageJson) {
|
|
477
477
|
throw new Error("Cannot find package.json configuration file");
|
|
478
478
|
}
|
|
479
|
-
packageJson = await
|
|
480
|
-
packageJson = await
|
|
479
|
+
packageJson = await _chunkPKPG6XXPcjs.addPackageDependencies.call(void 0, context2.options.config.workspaceRoot, context2.options.projectRoot, context2.options.projectName, packageJson);
|
|
480
|
+
packageJson = await _chunkPKPG6XXPcjs.addWorkspacePackageJsonFields.call(void 0, context2.options.config, context2.options.projectRoot, context2.options.sourceRoot, context2.options.projectName, false, packageJson);
|
|
481
481
|
packageJson.exports ??= {};
|
|
482
482
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
483
483
|
packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
|
|
@@ -589,7 +589,7 @@ async function copyBuildAssets(context2) {
|
|
|
589
589
|
if (_optionalChain([context2, 'access', _19 => _19.result, 'optionalAccess', _20 => _20.errors, 'access', _21 => _21.length]) === 0) {
|
|
590
590
|
_chunk5LN4W7RScjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
|
|
591
591
|
const stopwatch = _chunk5LN4W7RScjs.getStopwatch.call(void 0, `${context2.options.name} asset copy`);
|
|
592
|
-
await
|
|
592
|
+
await _chunkPKPG6XXPcjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.sourceRoot, true, false);
|
|
593
593
|
stopwatch();
|
|
594
594
|
}
|
|
595
595
|
return context2;
|
|
@@ -175,7 +175,7 @@ var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot, projec
|
|
|
175
175
|
}, packageJson.dependencies ?? {});
|
|
176
176
|
packageJson.devDependencies = localPackages.reduce((ret, localPackage) => {
|
|
177
177
|
if (!ret[localPackage.name] && implicitDependencies?.includes(localPackage.name) && packageJson.dependencies?.[localPackage.name] === void 0) {
|
|
178
|
-
ret[localPackage.name] = localPackage.version || "0.0.1"
|
|
178
|
+
ret[localPackage.name] = `^${localPackage.version || "0.0.1"}`;
|
|
179
179
|
}
|
|
180
180
|
return ret;
|
|
181
181
|
}, packageJson.devDependencies ?? {});
|
|
@@ -175,7 +175,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void
|
|
|
175
175
|
}, _nullishCoalesce(packageJson.dependencies, () => ( {})));
|
|
176
176
|
packageJson.devDependencies = localPackages.reduce((ret, localPackage) => {
|
|
177
177
|
if (!ret[localPackage.name] && _optionalChain([implicitDependencies, 'optionalAccess', _20 => _20.includes, 'call', _21 => _21(localPackage.name)]) && _optionalChain([packageJson, 'access', _22 => _22.dependencies, 'optionalAccess', _23 => _23[localPackage.name]]) === void 0) {
|
|
178
|
-
ret[localPackage.name] = localPackage.version || "0.0.1"
|
|
178
|
+
ret[localPackage.name] = `^${localPackage.version || "0.0.1"}`;
|
|
179
179
|
}
|
|
180
180
|
return ret;
|
|
181
181
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
package/dist/clean.d.cts
CHANGED
package/dist/clean.d.ts
CHANGED
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 _chunkPKPG6XXPcjs = require('./chunk-PKPG6XXP.cjs');
|
|
5
5
|
require('./chunk-EZGTDCYM.cjs');
|
|
6
6
|
require('./chunk-S6M44SSZ.cjs');
|
|
7
7
|
require('./chunk-WRBUO7H6.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 = _chunkPKPG6XXPcjs.DEFAULT_BUILD_OPTIONS; exports.getDefaultBuildPlugins = _chunkPKPG6XXPcjs.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 _chunkDQKNCLPIcjs = require('./chunk-DQKNCLPI.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ var _chunkVFORKCNScjs = require('./chunk-VFORKCNS.cjs');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkPKPG6XXPcjs = require('./chunk-PKPG6XXP.cjs');
|
|
19
19
|
require('./chunk-EZGTDCYM.cjs');
|
|
20
20
|
require('./chunk-S6M44SSZ.cjs');
|
|
21
21
|
require('./chunk-WRBUO7H6.cjs');
|
|
@@ -53,4 +53,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
exports.DEFAULT_BUILD_OPTIONS =
|
|
56
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkPKPG6XXPcjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunkDQKNCLPIcjs.Filter; exports.Mapper = _chunkDQKNCLPIcjs.Mapper; exports.build = _chunkDQKNCLPIcjs.build; exports.clean = _chunkVFORKCNScjs.clean; exports.cleanDirectories = _chunkVFORKCNScjs.cleanDirectories; exports.cleanOutputPath = _chunkDQKNCLPIcjs.cleanOutputPath; exports.emitDts = _chunkVK6V4C6Acjs.emitDts; exports.emitDtsFiles = _chunkVK6V4C6Acjs.emitDtsFiles; exports.ensureTempDeclarationDir = _chunkVK6V4C6Acjs.ensureTempDeclarationDir; exports.getDefaultBuildPlugins = _chunkPKPG6XXPcjs.getDefaultBuildPlugins; exports.handle = _chunkDQKNCLPIcjs.handle; exports.pipe = _chunkDQKNCLPIcjs.pipe; exports.skip = _chunkDQKNCLPIcjs.skip; exports.slash = _chunkVK6V4C6Acjs.slash; exports.toAbsolutePath = _chunkVK6V4C6Acjs.toAbsolutePath; exports.transduce = _chunkDQKNCLPIcjs.transduce;
|
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,7 @@ export { clean, cleanDirectories } from './clean.cjs';
|
|
|
3
3
|
export { DEFAULT_BUILD_OPTIONS, getDefaultBuildPlugins } from './config.cjs';
|
|
4
4
|
export { emitDts, emitDtsFiles, ensureTempDeclarationDir, slash, toAbsolutePath } from './tsc.cjs';
|
|
5
5
|
export { AssetInfo, BuildEnd, BuildStart, ChunkInfo, ESBuildCLIOptions, ESBuildContext, ESBuildOptions, ESBuildResolvedOptions, ESBuildResult, ExportDeclaration, MaybePromise, ModifyEsbuildOptions, RenderChunk, Renderer, WrittenFile } from './types.cjs';
|
|
6
|
-
import './types-
|
|
6
|
+
import './types-B4jbZA4j.cjs';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import 'esbuild';
|
|
9
9
|
import 'typescript';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { clean, cleanDirectories } from './clean.js';
|
|
|
3
3
|
export { DEFAULT_BUILD_OPTIONS, getDefaultBuildPlugins } from './config.js';
|
|
4
4
|
export { emitDts, emitDtsFiles, ensureTempDeclarationDir, slash, toAbsolutePath } from './tsc.js';
|
|
5
5
|
export { AssetInfo, BuildEnd, BuildStart, ChunkInfo, ESBuildCLIOptions, ESBuildContext, ESBuildOptions, ESBuildResolvedOptions, ESBuildResult, ExportDeclaration, MaybePromise, ModifyEsbuildOptions, RenderChunk, Renderer, WrittenFile } from './types.js';
|
|
6
|
-
import './types-
|
|
6
|
+
import './types-B4jbZA4j.js';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import 'esbuild';
|
|
9
9
|
import 'typescript';
|
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-A6VGGOSN.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-LOXSNNRO.js";
|
|
19
19
|
import "./chunk-GWG4HOQ6.js";
|
|
20
20
|
import "./chunk-T5272PC2.js";
|
|
21
21
|
import "./chunk-LYDEMC26.js";
|
package/dist/tsc.d.cts
CHANGED
package/dist/tsc.d.ts
CHANGED
|
@@ -38,8 +38,8 @@ declare const stormWorkspaceConfigSchema: 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>;
|
|
@@ -86,15 +86,15 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
86
86
|
build: z.ZodDefault<z.ZodString>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
88
|
build: string;
|
|
89
|
-
config?: string | undefined;
|
|
90
89
|
cache?: string | undefined;
|
|
91
90
|
data?: string | undefined;
|
|
91
|
+
config?: string | undefined;
|
|
92
92
|
temp?: string | undefined;
|
|
93
93
|
log?: string | undefined;
|
|
94
94
|
}, {
|
|
95
|
-
config?: string | undefined;
|
|
96
95
|
cache?: string | undefined;
|
|
97
96
|
data?: string | undefined;
|
|
97
|
+
config?: string | undefined;
|
|
98
98
|
temp?: string | undefined;
|
|
99
99
|
log?: string | undefined;
|
|
100
100
|
build?: string | undefined;
|
|
@@ -841,8 +841,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
841
841
|
}>]>>]>]>;
|
|
842
842
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
|
844
|
-
logLevel: "debug" | "error" | "silent" | "fatal" | "warn" | "success" | "info" | "trace" | "all";
|
|
845
|
-
mode: "development" | "staging" | "production";
|
|
846
844
|
organization: string;
|
|
847
845
|
license: string;
|
|
848
846
|
homepage: string;
|
|
@@ -872,20 +870,22 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
872
870
|
codesFile: string;
|
|
873
871
|
url?: string | undefined;
|
|
874
872
|
};
|
|
873
|
+
mode: "development" | "staging" | "production";
|
|
875
874
|
workspaceRoot: string;
|
|
876
875
|
externalPackagePatterns: string[];
|
|
877
876
|
skipCache: boolean;
|
|
878
877
|
directories: {
|
|
879
878
|
build: string;
|
|
880
|
-
config?: string | undefined;
|
|
881
879
|
cache?: string | undefined;
|
|
882
880
|
data?: string | undefined;
|
|
881
|
+
config?: string | undefined;
|
|
883
882
|
temp?: string | undefined;
|
|
884
883
|
log?: string | undefined;
|
|
885
884
|
};
|
|
886
885
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
887
886
|
timezone: string;
|
|
888
887
|
locale: string;
|
|
888
|
+
logLevel: "error" | "silent" | "fatal" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
889
889
|
registry: {
|
|
890
890
|
github?: string | undefined;
|
|
891
891
|
npm?: string | undefined;
|
|
@@ -1042,9 +1042,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1042
1042
|
};
|
|
1043
1043
|
}>;
|
|
1044
1044
|
extensions: Record<string, any>;
|
|
1045
|
-
name?: string | undefined;
|
|
1046
1045
|
$schema?: string | null | undefined;
|
|
1047
1046
|
extends?: string | string[] | undefined;
|
|
1047
|
+
name?: string | undefined;
|
|
1048
1048
|
namespace?: string | undefined;
|
|
1049
1049
|
repository?: string | undefined;
|
|
1050
1050
|
preid?: string | undefined;
|
|
@@ -1056,8 +1056,8 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1056
1056
|
};
|
|
1057
1057
|
release: {
|
|
1058
1058
|
banner?: string | undefined;
|
|
1059
|
-
footer?: string | undefined;
|
|
1060
1059
|
header?: string | undefined;
|
|
1060
|
+
footer?: string | undefined;
|
|
1061
1061
|
};
|
|
1062
1062
|
account: {
|
|
1063
1063
|
twitter?: string | undefined;
|
|
@@ -1073,9 +1073,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1073
1073
|
};
|
|
1074
1074
|
workspaceRoot: string;
|
|
1075
1075
|
directories: {
|
|
1076
|
-
config?: string | undefined;
|
|
1077
1076
|
cache?: string | undefined;
|
|
1078
1077
|
data?: string | undefined;
|
|
1078
|
+
config?: string | undefined;
|
|
1079
1079
|
temp?: string | undefined;
|
|
1080
1080
|
log?: string | undefined;
|
|
1081
1081
|
build?: string | undefined;
|
|
@@ -1227,11 +1227,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1227
1227
|
background?: string | undefined;
|
|
1228
1228
|
};
|
|
1229
1229
|
}>;
|
|
1230
|
-
logLevel?: "debug" | "error" | "silent" | "fatal" | "warn" | "success" | "info" | "trace" | "all" | undefined;
|
|
1231
|
-
name?: string | undefined;
|
|
1232
|
-
mode?: "development" | "staging" | "production" | undefined;
|
|
1233
1230
|
$schema?: string | null | undefined;
|
|
1234
1231
|
extends?: string | string[] | undefined;
|
|
1232
|
+
name?: string | undefined;
|
|
1235
1233
|
namespace?: string | undefined;
|
|
1236
1234
|
organization?: string | undefined;
|
|
1237
1235
|
repository?: string | undefined;
|
|
@@ -1243,11 +1241,13 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1243
1241
|
branch?: string | undefined;
|
|
1244
1242
|
preid?: string | undefined;
|
|
1245
1243
|
owner?: string | undefined;
|
|
1244
|
+
mode?: "development" | "staging" | "production" | undefined;
|
|
1246
1245
|
externalPackagePatterns?: string[] | undefined;
|
|
1247
1246
|
skipCache?: boolean | undefined;
|
|
1248
1247
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1249
1248
|
timezone?: string | undefined;
|
|
1250
1249
|
locale?: string | undefined;
|
|
1250
|
+
logLevel?: "error" | "silent" | "fatal" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
1251
1251
|
skipConfigLogging?: boolean | undefined;
|
|
1252
1252
|
registry?: {
|
|
1253
1253
|
github?: string | undefined;
|
|
@@ -38,8 +38,8 @@ declare const stormWorkspaceConfigSchema: 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>;
|
|
@@ -86,15 +86,15 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
86
86
|
build: z.ZodDefault<z.ZodString>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
88
|
build: string;
|
|
89
|
-
config?: string | undefined;
|
|
90
89
|
cache?: string | undefined;
|
|
91
90
|
data?: string | undefined;
|
|
91
|
+
config?: string | undefined;
|
|
92
92
|
temp?: string | undefined;
|
|
93
93
|
log?: string | undefined;
|
|
94
94
|
}, {
|
|
95
|
-
config?: string | undefined;
|
|
96
95
|
cache?: string | undefined;
|
|
97
96
|
data?: string | undefined;
|
|
97
|
+
config?: string | undefined;
|
|
98
98
|
temp?: string | undefined;
|
|
99
99
|
log?: string | undefined;
|
|
100
100
|
build?: string | undefined;
|
|
@@ -841,8 +841,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
841
841
|
}>]>>]>]>;
|
|
842
842
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
|
844
|
-
logLevel: "debug" | "error" | "silent" | "fatal" | "warn" | "success" | "info" | "trace" | "all";
|
|
845
|
-
mode: "development" | "staging" | "production";
|
|
846
844
|
organization: string;
|
|
847
845
|
license: string;
|
|
848
846
|
homepage: string;
|
|
@@ -872,20 +870,22 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
872
870
|
codesFile: string;
|
|
873
871
|
url?: string | undefined;
|
|
874
872
|
};
|
|
873
|
+
mode: "development" | "staging" | "production";
|
|
875
874
|
workspaceRoot: string;
|
|
876
875
|
externalPackagePatterns: string[];
|
|
877
876
|
skipCache: boolean;
|
|
878
877
|
directories: {
|
|
879
878
|
build: string;
|
|
880
|
-
config?: string | undefined;
|
|
881
879
|
cache?: string | undefined;
|
|
882
880
|
data?: string | undefined;
|
|
881
|
+
config?: string | undefined;
|
|
883
882
|
temp?: string | undefined;
|
|
884
883
|
log?: string | undefined;
|
|
885
884
|
};
|
|
886
885
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
887
886
|
timezone: string;
|
|
888
887
|
locale: string;
|
|
888
|
+
logLevel: "error" | "silent" | "fatal" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
889
889
|
registry: {
|
|
890
890
|
github?: string | undefined;
|
|
891
891
|
npm?: string | undefined;
|
|
@@ -1042,9 +1042,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1042
1042
|
};
|
|
1043
1043
|
}>;
|
|
1044
1044
|
extensions: Record<string, any>;
|
|
1045
|
-
name?: string | undefined;
|
|
1046
1045
|
$schema?: string | null | undefined;
|
|
1047
1046
|
extends?: string | string[] | undefined;
|
|
1047
|
+
name?: string | undefined;
|
|
1048
1048
|
namespace?: string | undefined;
|
|
1049
1049
|
repository?: string | undefined;
|
|
1050
1050
|
preid?: string | undefined;
|
|
@@ -1056,8 +1056,8 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1056
1056
|
};
|
|
1057
1057
|
release: {
|
|
1058
1058
|
banner?: string | undefined;
|
|
1059
|
-
footer?: string | undefined;
|
|
1060
1059
|
header?: string | undefined;
|
|
1060
|
+
footer?: string | undefined;
|
|
1061
1061
|
};
|
|
1062
1062
|
account: {
|
|
1063
1063
|
twitter?: string | undefined;
|
|
@@ -1073,9 +1073,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1073
1073
|
};
|
|
1074
1074
|
workspaceRoot: string;
|
|
1075
1075
|
directories: {
|
|
1076
|
-
config?: string | undefined;
|
|
1077
1076
|
cache?: string | undefined;
|
|
1078
1077
|
data?: string | undefined;
|
|
1078
|
+
config?: string | undefined;
|
|
1079
1079
|
temp?: string | undefined;
|
|
1080
1080
|
log?: string | undefined;
|
|
1081
1081
|
build?: string | undefined;
|
|
@@ -1227,11 +1227,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1227
1227
|
background?: string | undefined;
|
|
1228
1228
|
};
|
|
1229
1229
|
}>;
|
|
1230
|
-
logLevel?: "debug" | "error" | "silent" | "fatal" | "warn" | "success" | "info" | "trace" | "all" | undefined;
|
|
1231
|
-
name?: string | undefined;
|
|
1232
|
-
mode?: "development" | "staging" | "production" | undefined;
|
|
1233
1230
|
$schema?: string | null | undefined;
|
|
1234
1231
|
extends?: string | string[] | undefined;
|
|
1232
|
+
name?: string | undefined;
|
|
1235
1233
|
namespace?: string | undefined;
|
|
1236
1234
|
organization?: string | undefined;
|
|
1237
1235
|
repository?: string | undefined;
|
|
@@ -1243,11 +1241,13 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1243
1241
|
branch?: string | undefined;
|
|
1244
1242
|
preid?: string | undefined;
|
|
1245
1243
|
owner?: string | undefined;
|
|
1244
|
+
mode?: "development" | "staging" | "production" | undefined;
|
|
1246
1245
|
externalPackagePatterns?: string[] | undefined;
|
|
1247
1246
|
skipCache?: boolean | undefined;
|
|
1248
1247
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1249
1248
|
timezone?: string | undefined;
|
|
1250
1249
|
locale?: string | undefined;
|
|
1250
|
+
logLevel?: "error" | "silent" | "fatal" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
1251
1251
|
skipConfigLogging?: boolean | undefined;
|
|
1252
1252
|
registry?: {
|
|
1253
1253
|
github?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -166,15 +166,15 @@
|
|
|
166
166
|
"prettier-plugin-pkg": "^0.18.1",
|
|
167
167
|
"prettier-plugin-sh": "^0.15.0",
|
|
168
168
|
"source-map": "0.7.4",
|
|
169
|
-
"tsup": "8.
|
|
169
|
+
"tsup": "8.4.0"
|
|
170
170
|
},
|
|
171
171
|
"devDependencies": {
|
|
172
172
|
"@microsoft/api-extractor": "^7.48.1",
|
|
173
173
|
"@nx/devkit": "20.8.0",
|
|
174
174
|
"@nx/js": "20.8.0",
|
|
175
|
-
"@storm-software/build-tools": "0.143.
|
|
176
|
-
"@storm-software/config": "1.
|
|
177
|
-
"@storm-software/config-tools": "1.
|
|
175
|
+
"@storm-software/build-tools": "0.143.46",
|
|
176
|
+
"@storm-software/config": "1.113.3",
|
|
177
|
+
"@storm-software/config-tools": "1.163.3",
|
|
178
178
|
"@types/node": "^22.10.2",
|
|
179
179
|
"rollup": "^4.29.1",
|
|
180
180
|
"spdx-exceptions": "^2.5.0",
|