@storm-software/esbuild 0.19.0 → 0.19.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-RPF2EQ6B.cjs → chunk-2THAVAOF.cjs} +15 -15
- package/dist/{chunk-EKJD2HV5.js → chunk-6MOE3663.js} +2 -2
- package/dist/{chunk-XI4WLOK5.cjs → chunk-GQMUNAL6.cjs} +2 -2
- package/dist/{chunk-E4AODPGJ.js → chunk-W5UUV5HR.js} +1 -1
- 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 +187 -1
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,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk2THAVAOFcjs = require('./chunk-2THAVAOF.cjs');
|
|
4
4
|
require('./chunk-B3ZJI3HY.cjs');
|
|
5
|
-
require('./chunk-
|
|
5
|
+
require('./chunk-GQMUNAL6.cjs');
|
|
6
6
|
require('./chunk-S6M44SSZ.cjs');
|
|
7
7
|
require('./chunk-WRBUO7H6.cjs');
|
|
8
8
|
require('./chunk-L5BDTYEA.cjs');
|
|
@@ -16,4 +16,4 @@ require('./chunk-EZGTDCYM.cjs');
|
|
|
16
16
|
require('./chunk-BGYQAVKQ.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.build =
|
|
19
|
+
exports.build = _chunk2THAVAOFcjs.build;
|
package/dist/build.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
build
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-W5UUV5HR.js";
|
|
4
4
|
import "./chunk-WBJTD7ZO.js";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-6MOE3663.js";
|
|
6
6
|
import "./chunk-T5272PC2.js";
|
|
7
7
|
import "./chunk-LYDEMC26.js";
|
|
8
8
|
import "./chunk-I457R337.js";
|
|
@@ -14,7 +14,7 @@ var _chunkB3ZJI3HYcjs = require('./chunk-B3ZJI3HY.cjs');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkGQMUNAL6cjs = require('./chunk-GQMUNAL6.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
var _chunkBM5D6M6Ucjs = require('./chunk-BM5D6M6U.cjs');
|
|
@@ -277,7 +277,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
277
277
|
if (!workspaceRoot) {
|
|
278
278
|
throw new Error("Cannot find Nx workspace root");
|
|
279
279
|
}
|
|
280
|
-
const config = await
|
|
280
|
+
const config = await _chunkGQMUNAL6cjs.loadStormConfig.call(void 0, workspaceRoot.dir);
|
|
281
281
|
_chunkRRTBX24Mcjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", config);
|
|
282
282
|
const stopwatch = _chunkRRTBX24Mcjs.getStopwatch.call(void 0, "Build options resolution");
|
|
283
283
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
@@ -293,16 +293,16 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
293
293
|
if (!_optionalChain([projectConfigurations, 'optionalAccess', _14 => _14.projects, 'optionalAccess', _15 => _15[projectName]])) {
|
|
294
294
|
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.");
|
|
295
295
|
}
|
|
296
|
-
const options = _defu2.default.call(void 0, userOptions,
|
|
296
|
+
const options = _defu2.default.call(void 0, userOptions, _chunkGQMUNAL6cjs.DEFAULT_BUILD_OPTIONS);
|
|
297
297
|
options.name ??= `${projectName}-${options.format}`;
|
|
298
|
-
options.target ??=
|
|
298
|
+
options.target ??= _chunkGQMUNAL6cjs.DEFAULT_TARGET;
|
|
299
299
|
const packageJsonPath = _chunkLVWQSCJMcjs.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
|
|
300
300
|
if (!await _node.hfs.isFile(packageJsonPath)) {
|
|
301
301
|
throw new Error("Cannot find package.json configuration");
|
|
302
302
|
}
|
|
303
303
|
const packageJson = await _node.hfs.json(packageJsonPath);
|
|
304
|
-
const outExtension =
|
|
305
|
-
const env =
|
|
304
|
+
const outExtension = _chunkGQMUNAL6cjs.getOutputExtensionMap.call(void 0, options, packageJson.type);
|
|
305
|
+
const env = _chunkGQMUNAL6cjs.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: _chunkLVWQSCJMcjs.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 _chunkGQMUNAL6cjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
|
|
326
326
|
"./src/index.ts"
|
|
327
327
|
], userOptions.emitOnAll),
|
|
328
328
|
outdir: userOptions.outputPath || _chunkLVWQSCJMcjs.joinPaths.call(void 0, "dist", projectRoot),
|
|
@@ -347,8 +347,8 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
347
347
|
outExtension,
|
|
348
348
|
footer: userOptions.footer,
|
|
349
349
|
banner: {
|
|
350
|
-
js: options.banner ||
|
|
351
|
-
css: options.banner ||
|
|
350
|
+
js: options.banner || _chunkGQMUNAL6cjs.DEFAULT_COMPILED_BANNER,
|
|
351
|
+
css: options.banner || _chunkGQMUNAL6cjs.DEFAULT_COMPILED_BANNER
|
|
352
352
|
},
|
|
353
353
|
splitting: options.format === "iife" ? false : typeof options.splitting === "boolean" ? options.splitting : options.format === "esm",
|
|
354
354
|
treeShaking: options.format === "esm",
|
|
@@ -374,7 +374,7 @@ var resolveOptions = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async
|
|
|
374
374
|
..._nullishCoalesce(options.inject, () => ( []))
|
|
375
375
|
].filter(Boolean)
|
|
376
376
|
};
|
|
377
|
-
result.plugins = _nullishCoalesce(userOptions.plugins, () => (
|
|
377
|
+
result.plugins = _nullishCoalesce(userOptions.plugins, () => ( _chunkGQMUNAL6cjs.getDefaultBuildPlugins.call(void 0, userOptions, result)));
|
|
378
378
|
stopwatch();
|
|
379
379
|
return result;
|
|
380
380
|
}, "resolveOptions");
|
|
@@ -390,11 +390,11 @@ async function generatePackageJson(context2) {
|
|
|
390
390
|
if (!packageJson) {
|
|
391
391
|
throw new Error("Cannot find package.json configuration file");
|
|
392
392
|
}
|
|
393
|
-
packageJson = await
|
|
394
|
-
packageJson = await
|
|
393
|
+
packageJson = await _chunkGQMUNAL6cjs.addPackageDependencies.call(void 0, context2.options.config.workspaceRoot, context2.options.projectRoot, context2.options.projectName, packageJson);
|
|
394
|
+
packageJson = await _chunkGQMUNAL6cjs.addWorkspacePackageJsonFields.call(void 0, context2.options.config, context2.options.projectRoot, context2.options.sourceRoot, context2.options.projectName, false, packageJson);
|
|
395
395
|
packageJson.exports ??= {};
|
|
396
396
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
397
|
-
packageJson.exports["."] ??=
|
|
397
|
+
packageJson.exports["."] ??= _chunkGQMUNAL6cjs.addPackageJsonExport.call(void 0, "index", packageJson.type, context2.options.sourceRoot);
|
|
398
398
|
let entryPoints = [
|
|
399
399
|
{
|
|
400
400
|
in: "./src/index.ts",
|
|
@@ -412,7 +412,7 @@ async function generatePackageJson(context2) {
|
|
|
412
412
|
const split = entryPoint.out.split(".");
|
|
413
413
|
split.pop();
|
|
414
414
|
const entry = split.join(".").replaceAll("\\", "/");
|
|
415
|
-
packageJson.exports[`./${entry}`] ??=
|
|
415
|
+
packageJson.exports[`./${entry}`] ??= _chunkGQMUNAL6cjs.addPackageJsonExport.call(void 0, entry, packageJson.type, context2.options.sourceRoot);
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
packageJson.main = packageJson.type === "commonjs" ? "./dist/index.js" : "./dist/index.cjs";
|
|
@@ -469,7 +469,7 @@ async function copyBuildAssets(context2) {
|
|
|
469
469
|
if (_optionalChain([context2, 'access', _16 => _16.result, 'optionalAccess', _17 => _17.errors, 'access', _18 => _18.length]) === 0) {
|
|
470
470
|
_chunkRRTBX24Mcjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
|
|
471
471
|
const stopwatch = _chunkRRTBX24Mcjs.getStopwatch.call(void 0, `${context2.options.name} asset copy`);
|
|
472
|
-
await
|
|
472
|
+
await _chunkGQMUNAL6cjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.projectName, context2.options.sourceRoot, true, false);
|
|
473
473
|
stopwatch();
|
|
474
474
|
}
|
|
475
475
|
return context2;
|
|
@@ -86,7 +86,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
86
86
|
envName: fileName?.toUpperCase(),
|
|
87
87
|
jitiOptions: {
|
|
88
88
|
debug: false,
|
|
89
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
89
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
90
90
|
},
|
|
91
91
|
...options
|
|
92
92
|
});
|
|
@@ -98,7 +98,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
98
98
|
envName: fileName?.toUpperCase(),
|
|
99
99
|
jitiOptions: {
|
|
100
100
|
debug: false,
|
|
101
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
101
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
102
102
|
},
|
|
103
103
|
configFile: fileName,
|
|
104
104
|
...options
|
|
@@ -86,7 +86,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0,
|
|
|
86
86
|
envName: _optionalChain([fileName, 'optionalAccess', _ => _.toUpperCase, 'call', _2 => _2()]),
|
|
87
87
|
jitiOptions: {
|
|
88
88
|
debug: false,
|
|
89
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkLVWQSCJMcjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
89
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkLVWQSCJMcjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
90
90
|
},
|
|
91
91
|
...options
|
|
92
92
|
});
|
|
@@ -98,7 +98,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0,
|
|
|
98
98
|
envName: _optionalChain([fileName, 'optionalAccess', _3 => _3.toUpperCase, 'call', _4 => _4()]),
|
|
99
99
|
jitiOptions: {
|
|
100
100
|
debug: false,
|
|
101
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkLVWQSCJMcjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
101
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkLVWQSCJMcjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
102
102
|
},
|
|
103
103
|
configFile: fileName,
|
|
104
104
|
...options
|
package/dist/config.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkGQMUNAL6cjs = require('./chunk-GQMUNAL6.cjs');
|
|
6
6
|
require('./chunk-S6M44SSZ.cjs');
|
|
7
7
|
require('./chunk-WRBUO7H6.cjs');
|
|
8
8
|
require('./chunk-L5BDTYEA.cjs');
|
|
@@ -17,4 +17,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
exports.DEFAULT_BUILD_OPTIONS =
|
|
20
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkGQMUNAL6cjs.DEFAULT_BUILD_OPTIONS; exports.getDefaultBuildPlugins = _chunkGQMUNAL6cjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunkGQMUNAL6cjs.getOutputExtensionMap;
|
package/dist/config.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunk2THAVAOFcjs = require('./chunk-2THAVAOF.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunkB3ZJI3HYcjs = require('./chunk-B3ZJI3HY.cjs');
|
|
@@ -14,7 +14,7 @@ var _chunkB3ZJI3HYcjs = require('./chunk-B3ZJI3HY.cjs');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkGQMUNAL6cjs = require('./chunk-GQMUNAL6.cjs');
|
|
18
18
|
require('./chunk-S6M44SSZ.cjs');
|
|
19
19
|
require('./chunk-WRBUO7H6.cjs');
|
|
20
20
|
require('./chunk-L5BDTYEA.cjs');
|
|
@@ -39,4 +39,4 @@ require('./chunk-BGYQAVKQ.cjs');
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
exports.DEFAULT_BUILD_OPTIONS =
|
|
42
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunkGQMUNAL6cjs.DEFAULT_BUILD_OPTIONS; exports.Filter = _chunk2THAVAOFcjs.Filter; exports.Mapper = _chunk2THAVAOFcjs.Mapper; exports.build = _chunk2THAVAOFcjs.build; exports.clean = _chunkB3ZJI3HYcjs.clean; exports.getDefaultBuildPlugins = _chunkGQMUNAL6cjs.getDefaultBuildPlugins; exports.getOutputExtensionMap = _chunkGQMUNAL6cjs.getOutputExtensionMap; exports.handle = _chunk2THAVAOFcjs.handle; exports.pipe = _chunk2THAVAOFcjs.pipe; exports.skip = _chunk2THAVAOFcjs.skip; exports.transduce = _chunk2THAVAOFcjs.transduce;
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
pipe,
|
|
7
7
|
skip,
|
|
8
8
|
transduce
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-W5UUV5HR.js";
|
|
10
10
|
import {
|
|
11
11
|
clean
|
|
12
12
|
} from "./chunk-WBJTD7ZO.js";
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
DEFAULT_BUILD_OPTIONS,
|
|
15
15
|
getDefaultBuildPlugins,
|
|
16
16
|
getOutputExtensionMap
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-6MOE3663.js";
|
|
18
18
|
import "./chunk-T5272PC2.js";
|
|
19
19
|
import "./chunk-LYDEMC26.js";
|
|
20
20
|
import "./chunk-I457R337.js";
|
package/package.json
CHANGED
|
@@ -1 +1,187 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@storm-software/esbuild",
|
|
3
|
+
"version": "0.19.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "github",
|
|
8
|
+
"url": "https://github.com/storm-software/storm-ops.git",
|
|
9
|
+
"directory": "packages/esbuild"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://stormsoftware.com",
|
|
12
|
+
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
13
|
+
"author": {
|
|
14
|
+
"name": "Storm Software",
|
|
15
|
+
"email": "contact@stormsoftware.com",
|
|
16
|
+
"url": "https://stormsoftware.com"
|
|
17
|
+
},
|
|
18
|
+
"maintainers": [
|
|
19
|
+
{
|
|
20
|
+
"name": "Storm Software",
|
|
21
|
+
"email": "contact@stormsoftware.com",
|
|
22
|
+
"url": "https://stormsoftware.com"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "Pat Sullivan",
|
|
26
|
+
"email": "admin@stormsoftware.com",
|
|
27
|
+
"url": "https://patsullivan.org"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"contributors": [
|
|
31
|
+
{
|
|
32
|
+
"name": "Storm Software",
|
|
33
|
+
"email": "contact@stormsoftware.com",
|
|
34
|
+
"url": "https://stormsoftware.com"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"funding": {
|
|
38
|
+
"type": "github",
|
|
39
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
40
|
+
},
|
|
41
|
+
"license": "Apache-2.0",
|
|
42
|
+
"private": false,
|
|
43
|
+
"packageManager": "pnpm@9.15.2",
|
|
44
|
+
"engines": { "node": ">=22.4.0", "pnpm": ">=9.15.2" },
|
|
45
|
+
"bin": {
|
|
46
|
+
"storm-esbuild": "./bin/storm-esbuild.js",
|
|
47
|
+
"storm-esbuild-cjs": "./bin/storm-esbuild.cjs",
|
|
48
|
+
"storm-esbuild-esm": "./bin/storm-esbuild.js"
|
|
49
|
+
},
|
|
50
|
+
"main": "./dist/index.cjs",
|
|
51
|
+
"module": "./dist/index.js",
|
|
52
|
+
"exports": {
|
|
53
|
+
"./package.json": "./package.json",
|
|
54
|
+
"./types": {
|
|
55
|
+
"import": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
|
|
56
|
+
"require": {
|
|
57
|
+
"types": "./dist/types.d.cts",
|
|
58
|
+
"default": "./dist/types.cjs"
|
|
59
|
+
},
|
|
60
|
+
"default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
|
|
61
|
+
},
|
|
62
|
+
"./index": {
|
|
63
|
+
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
64
|
+
"require": {
|
|
65
|
+
"types": "./dist/index.d.cts",
|
|
66
|
+
"default": "./dist/index.cjs"
|
|
67
|
+
},
|
|
68
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
69
|
+
},
|
|
70
|
+
".": {
|
|
71
|
+
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
72
|
+
"require": {
|
|
73
|
+
"types": "./dist/index.d.cts",
|
|
74
|
+
"default": "./dist/index.cjs"
|
|
75
|
+
},
|
|
76
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
77
|
+
},
|
|
78
|
+
"./config": {
|
|
79
|
+
"import": {
|
|
80
|
+
"types": "./dist/config.d.ts",
|
|
81
|
+
"default": "./dist/config.js"
|
|
82
|
+
},
|
|
83
|
+
"require": {
|
|
84
|
+
"types": "./dist/config.d.cts",
|
|
85
|
+
"default": "./dist/config.cjs"
|
|
86
|
+
},
|
|
87
|
+
"default": {
|
|
88
|
+
"types": "./dist/config.d.ts",
|
|
89
|
+
"default": "./dist/config.js"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"./clean": {
|
|
93
|
+
"import": { "types": "./dist/clean.d.ts", "default": "./dist/clean.js" },
|
|
94
|
+
"require": {
|
|
95
|
+
"types": "./dist/clean.d.cts",
|
|
96
|
+
"default": "./dist/clean.cjs"
|
|
97
|
+
},
|
|
98
|
+
"default": { "types": "./dist/clean.d.ts", "default": "./dist/clean.js" }
|
|
99
|
+
},
|
|
100
|
+
"./build": {
|
|
101
|
+
"import": {
|
|
102
|
+
"types": "./dist/build/index.d.ts",
|
|
103
|
+
"default": "./dist/build/index.js"
|
|
104
|
+
},
|
|
105
|
+
"require": {
|
|
106
|
+
"types": "./dist/build/index.d.cts",
|
|
107
|
+
"default": "./dist/build/index.cjs"
|
|
108
|
+
},
|
|
109
|
+
"default": {
|
|
110
|
+
"types": "./dist/build/index.d.ts",
|
|
111
|
+
"default": "./dist/build/index.js"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"./plugins/*": {
|
|
115
|
+
"import": {
|
|
116
|
+
"types": "./dist/plugins/*.d.ts",
|
|
117
|
+
"default": "./dist/plugins/*.js"
|
|
118
|
+
},
|
|
119
|
+
"require": {
|
|
120
|
+
"types": "./dist/plugins/*.d.cts",
|
|
121
|
+
"default": "./dist/plugins/*.cjs"
|
|
122
|
+
},
|
|
123
|
+
"default": {
|
|
124
|
+
"types": "./dist/plugins/*.d.ts",
|
|
125
|
+
"default": "./dist/plugins/*.js"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"types": "./dist/index.d.ts",
|
|
130
|
+
"files": ["dist/**/*"],
|
|
131
|
+
"keywords": [
|
|
132
|
+
"acidic",
|
|
133
|
+
"cyclone-ui",
|
|
134
|
+
"esbuild",
|
|
135
|
+
"monorepo",
|
|
136
|
+
"storm",
|
|
137
|
+
"storm-ops",
|
|
138
|
+
"storm-stack",
|
|
139
|
+
"sullivanpj"
|
|
140
|
+
],
|
|
141
|
+
"peerDependencies": {
|
|
142
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
143
|
+
"@nx/devkit": "^20.3.1",
|
|
144
|
+
"@nx/js": "^20.3.1",
|
|
145
|
+
"@storm-software/build-tools": "workspace:*",
|
|
146
|
+
"@storm-software/config-tools": "workspace:*",
|
|
147
|
+
"esbuild": "^0.24.0",
|
|
148
|
+
"spdx-exceptions": "^2.5.0",
|
|
149
|
+
"spdx-license-ids": "^3.0.20"
|
|
150
|
+
},
|
|
151
|
+
"peerDependenciesMeta": {
|
|
152
|
+
"@microsoft/api-extractor": { "optional": true },
|
|
153
|
+
"@nx/devkit": { "optional": false },
|
|
154
|
+
"@nx/js": { "optional": false },
|
|
155
|
+
"@storm-software/build-tools": { "optional": false },
|
|
156
|
+
"@storm-software/config-tools": { "optional": false },
|
|
157
|
+
"esbuild": { "optional": false },
|
|
158
|
+
"spdx-exceptions": { "optional": true },
|
|
159
|
+
"spdx-license-ids": { "optional": true }
|
|
160
|
+
},
|
|
161
|
+
"dependencies": {
|
|
162
|
+
"@humanfs/node": "^0.16.6",
|
|
163
|
+
"chokidar": "^4.0.3",
|
|
164
|
+
"commander": "^12.1.0",
|
|
165
|
+
"es-toolkit": "^1.30.1",
|
|
166
|
+
"globby": "^14.0.2",
|
|
167
|
+
"nx": "^20.3.1",
|
|
168
|
+
"source-map": "0.7.4",
|
|
169
|
+
"tsup": "8.3.5"
|
|
170
|
+
},
|
|
171
|
+
"devDependencies": {
|
|
172
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
173
|
+
"@nx/devkit": "^20.3.1",
|
|
174
|
+
"@nx/js": "^20.3.1",
|
|
175
|
+
"@storm-software/build-tools": "0.129.0",
|
|
176
|
+
"@storm-software/config": "1.96.1",
|
|
177
|
+
"@storm-software/config-tools": "1.136.2",
|
|
178
|
+
"@types/node": "^22.10.2",
|
|
179
|
+
"defu": "6.1.4",
|
|
180
|
+
"esbuild": "^0.24.0",
|
|
181
|
+
"rollup": "4.29.1",
|
|
182
|
+
"spdx-exceptions": "^2.5.0",
|
|
183
|
+
"spdx-license-ids": "^3.0.20"
|
|
184
|
+
},
|
|
185
|
+
"publishConfig": { "access": "public" },
|
|
186
|
+
"sideEffects": false
|
|
187
|
+
}
|