@storm-software/workspace-tools 1.266.3 → 1.266.5
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/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/dist/{chunk-BRDK3UGW.mjs → chunk-24FSFLEJ.mjs} +2 -2
- package/dist/{chunk-4RI5TAZ5.mjs → chunk-2BI3RJFP.mjs} +175 -12
- package/dist/{chunk-OENTXUOU.mjs → chunk-3FIZEIEU.mjs} +1 -1
- package/dist/{chunk-P3KSR3SR.mjs → chunk-56NOEAUZ.mjs} +1 -1
- package/dist/{chunk-GH7NKN7I.mjs → chunk-5UUINVQE.mjs} +1 -1
- package/dist/{chunk-4MQBPVNM.mjs → chunk-6YRWQ3TB.mjs} +1 -1
- package/dist/{chunk-BBQYSGHD.js → chunk-7F4BVKX3.js} +2 -2
- package/dist/{chunk-7NJYHKD4.js → chunk-AKADBPPT.js} +2 -2
- package/dist/{chunk-ZHCAJSHG.js → chunk-BAJ3JRJC.js} +20 -20
- package/dist/{chunk-XXFGRTIR.js → chunk-BP5OIRQR.js} +5 -5
- package/dist/{chunk-YEIFMXCK.mjs → chunk-CGGBNNFN.mjs} +1 -1
- package/dist/{chunk-KJ5COMK2.js → chunk-CSGLVAIK.js} +2 -2
- package/dist/{chunk-ZNX5CSRD.js → chunk-CXXOP7P6.js} +2 -2
- package/dist/{chunk-SIIOJLU5.mjs → chunk-EXQMY7WD.mjs} +2 -2
- package/dist/{chunk-Z5ADLA6I.js → chunk-GX74WTEM.js} +211 -48
- package/dist/{chunk-3XSWT4CQ.mjs → chunk-HAUXJ6F2.mjs} +1 -1
- package/dist/{chunk-ILRTPPJ4.js → chunk-HVOODRL3.js} +2 -2
- package/dist/{chunk-7KECHDTY.mjs → chunk-IOYD4LKE.mjs} +2 -2
- package/dist/{chunk-VKKE7EW4.js → chunk-JADXJLCF.js} +4 -4
- package/dist/{chunk-KN4FIRQI.js → chunk-JOA2AXGF.js} +15 -15
- package/dist/{chunk-QGEPDAWP.mjs → chunk-KE7BLB2Y.mjs} +2 -2
- package/dist/{chunk-QMOP57NZ.mjs → chunk-KLY4F7KE.mjs} +1 -1
- package/dist/{chunk-WBKZ3KUQ.mjs → chunk-LBWGCRH2.mjs} +1 -1
- package/dist/{chunk-ILLL3MMC.mjs → chunk-MHTKV6DY.mjs} +1 -1
- package/dist/{chunk-UYN4J6AU.mjs → chunk-N5N2BZHB.mjs} +12 -6
- package/dist/{chunk-BHPRU5VN.js → chunk-NY3AXYUD.js} +2 -2
- package/dist/{chunk-R2JUE5UD.js → chunk-OCJK2N3G.js} +2 -2
- package/dist/{chunk-METCIMBV.js → chunk-OFA5UEOD.js} +5 -5
- package/dist/{chunk-EM2LUZWE.js → chunk-POI2YR4E.js} +11 -11
- package/dist/{chunk-4ZWQHDDR.js → chunk-PYR5LR3M.js} +2 -2
- package/dist/{chunk-G25NYDN4.js → chunk-SN7IJGEE.js} +12 -6
- package/dist/{chunk-ALY3T5YO.js → chunk-TCG7CFMK.js} +2 -2
- package/dist/{chunk-C325OLQA.mjs → chunk-TEHJDKUJ.mjs} +1 -1
- package/dist/{chunk-5TLQHBOJ.mjs → chunk-UQTVXA7T.mjs} +1 -1
- package/dist/{chunk-ZXO3ZJZW.js → chunk-XFBY2IVQ.js} +9 -9
- package/dist/{chunk-XWHWMA27.mjs → chunk-ZV2PR5R3.mjs} +1 -1
- package/dist/executors.js +12 -12
- package/dist/executors.mjs +11 -11
- package/dist/generators.js +9 -9
- package/dist/generators.mjs +8 -8
- package/dist/index.js +19 -19
- package/dist/index.mjs +18 -18
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/base-generator.js +3 -3
- package/dist/src/base/base-generator.mjs +2 -2
- package/dist/src/base/index.js +4 -4
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/executors/cargo-build/executor.js +4 -4
- package/dist/src/executors/cargo-build/executor.mjs +3 -3
- package/dist/src/executors/cargo-check/executor.js +4 -4
- package/dist/src/executors/cargo-check/executor.mjs +3 -3
- package/dist/src/executors/cargo-clippy/executor.js +4 -4
- package/dist/src/executors/cargo-clippy/executor.mjs +3 -3
- package/dist/src/executors/cargo-doc/executor.js +4 -4
- package/dist/src/executors/cargo-doc/executor.mjs +3 -3
- package/dist/src/executors/cargo-format/executor.js +4 -4
- package/dist/src/executors/cargo-format/executor.mjs +3 -3
- package/dist/src/executors/clean-package/executor.js +5 -5
- package/dist/src/executors/clean-package/executor.mjs +2 -2
- package/dist/src/executors/esbuild/executor.js +4 -4
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- package/dist/src/executors/size-limit/executor.js +4 -4
- package/dist/src/executors/size-limit/executor.mjs +3 -3
- package/dist/src/executors/typia/executor.js +4 -4
- package/dist/src/executors/typia/executor.mjs +3 -3
- package/dist/src/executors/unbuild/executor.js +4 -4
- package/dist/src/executors/unbuild/executor.mjs +3 -3
- package/dist/src/generators/browser-library/generator.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- package/dist/src/generators/config-schema/generator.js +4 -4
- package/dist/src/generators/config-schema/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/generator.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +3 -3
- package/dist/src/generators/preset/generator.js +4 -4
- package/dist/src/generators/preset/generator.mjs +3 -3
- package/dist/src/generators/release-version/generator.js +3 -3
- package/dist/src/generators/release-version/generator.mjs +2 -2
- package/package.json +1 -1
|
@@ -657,12 +657,12 @@ var getConfigEnv = /* @__PURE__ */ __name(() => {
|
|
|
657
657
|
configFile: process.env[`${prefix}CONFIG_FILE`] ? correctPaths(process.env[`${prefix}CONFIG_FILE`]) : void 0,
|
|
658
658
|
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? correctPaths(process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
659
659
|
directories: {
|
|
660
|
-
cache: process.env[`${prefix}CACHE_DIR`] ? correctPaths(process.env[`${prefix}CACHE_DIR`]) : void 0,
|
|
661
|
-
data: process.env[`${prefix}DATA_DIR`] ? correctPaths(process.env[`${prefix}DATA_DIR`]) : void 0,
|
|
662
|
-
config: process.env[`${prefix}CONFIG_DIR`] ? correctPaths(process.env[`${prefix}CONFIG_DIR`]) : void 0,
|
|
663
|
-
temp: process.env[`${prefix}TEMP_DIR`] ? correctPaths(process.env[`${prefix}TEMP_DIR`]) : void 0,
|
|
664
|
-
log: process.env[`${prefix}LOG_DIR`] ? correctPaths(process.env[`${prefix}LOG_DIR`]) : void 0,
|
|
665
|
-
build: process.env[`${prefix}BUILD_DIR`] ? correctPaths(process.env[`${prefix}BUILD_DIR`]) : void 0
|
|
660
|
+
cache: process.env[`${prefix}CACHE_DIR`] ? correctPaths(process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? correctPaths(process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
661
|
+
data: process.env[`${prefix}DATA_DIR`] ? correctPaths(process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? correctPaths(process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
|
|
662
|
+
config: process.env[`${prefix}CONFIG_DIR`] ? correctPaths(process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? correctPaths(process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
|
|
663
|
+
temp: process.env[`${prefix}TEMP_DIR`] ? correctPaths(process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? correctPaths(process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
|
|
664
|
+
log: process.env[`${prefix}LOG_DIR`] ? correctPaths(process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? correctPaths(process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
|
|
665
|
+
build: process.env[`${prefix}BUILD_DIR`] ? correctPaths(process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? correctPaths(process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
|
|
666
666
|
},
|
|
667
667
|
skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
|
|
668
668
|
mode: (process.env[`${prefix}MODE`] ?? process.env.NODE_ENV ?? process.env.ENVIRONMENT) || void 0,
|
|
@@ -882,21 +882,27 @@ var setConfigEnv = /* @__PURE__ */ __name((config) => {
|
|
|
882
882
|
if (config.directories) {
|
|
883
883
|
if (!config.skipCache && config.directories.cache) {
|
|
884
884
|
process.env[`${prefix}CACHE_DIR`] = correctPaths(config.directories.cache);
|
|
885
|
+
process.env[`${prefix}CACHE_DIRECTORY`] = process.env[`${prefix}CACHE_DIR`];
|
|
885
886
|
}
|
|
886
887
|
if (config.directories.data) {
|
|
887
888
|
process.env[`${prefix}DATA_DIR`] = correctPaths(config.directories.data);
|
|
889
|
+
process.env[`${prefix}DATA_DIRECTORY`] = process.env[`${prefix}DATA_DIR`];
|
|
888
890
|
}
|
|
889
891
|
if (config.directories.config) {
|
|
890
892
|
process.env[`${prefix}CONFIG_DIR`] = correctPaths(config.directories.config);
|
|
893
|
+
process.env[`${prefix}CONFIG_DIRECTORY`] = process.env[`${prefix}CONFIG_DIR`];
|
|
891
894
|
}
|
|
892
895
|
if (config.directories.temp) {
|
|
893
896
|
process.env[`${prefix}TEMP_DIR`] = correctPaths(config.directories.temp);
|
|
897
|
+
process.env[`${prefix}TEMP_DIRECTORY`] = process.env[`${prefix}TEMP_DIR`];
|
|
894
898
|
}
|
|
895
899
|
if (config.directories.log) {
|
|
896
900
|
process.env[`${prefix}LOG_DIR`] = correctPaths(config.directories.log);
|
|
901
|
+
process.env[`${prefix}LOG_DIRECTORY`] = process.env[`${prefix}LOG_DIR`];
|
|
897
902
|
}
|
|
898
903
|
if (config.directories.build) {
|
|
899
904
|
process.env[`${prefix}BUILD_DIR`] = correctPaths(config.directories.build);
|
|
905
|
+
process.env[`${prefix}BUILD_DIRECTORY`] = process.env[`${prefix}BUILD_DIR`];
|
|
900
906
|
}
|
|
901
907
|
}
|
|
902
908
|
if (config.skipCache !== void 0) {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkBAJ3JRJCjs = require('./chunk-BAJ3JRJC.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ async function cargoClippyExecutor(options, context) {
|
|
|
15
15
|
return await _chunkULBTYC2Bjs.cargoCommand.call(void 0, ...command);
|
|
16
16
|
}
|
|
17
17
|
_chunk3GQAWCBQjs.__name.call(void 0, cargoClippyExecutor, "cargoClippyExecutor");
|
|
18
|
-
var executor_default =
|
|
18
|
+
var executor_default = _chunkBAJ3JRJCjs.withRunExecutor.call(void 0, "Cargo Clippy", cargoClippyExecutor, {
|
|
19
19
|
skipReadingConfig: false,
|
|
20
20
|
hooks: {
|
|
21
21
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkBAJ3JRJCjs = require('./chunk-BAJ3JRJC.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ async function cargoBuildExecutor(options, context) {
|
|
|
15
15
|
return await _chunkULBTYC2Bjs.cargoCommand.call(void 0, ...command);
|
|
16
16
|
}
|
|
17
17
|
_chunk3GQAWCBQjs.__name.call(void 0, cargoBuildExecutor, "cargoBuildExecutor");
|
|
18
|
-
var executor_default =
|
|
18
|
+
var executor_default = _chunkBAJ3JRJCjs.withRunExecutor.call(void 0, "Cargo Build", cargoBuildExecutor, {
|
|
19
19
|
skipReadingConfig: false,
|
|
20
20
|
hooks: {
|
|
21
21
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkBAJ3JRJCjs = require('./chunk-BAJ3JRJC.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkSN7IJGEEjs = require('./chunk-SN7IJGEE.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -18,7 +18,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
18
18
|
if (!_optionalChain([context, 'optionalAccess', _ => _.projectName]) || !_optionalChain([context, 'access', _2 => _2.projectsConfigurations, 'optionalAccess', _3 => _3.projects]) || !context.projectsConfigurations.projects[context.projectName]) {
|
|
19
19
|
throw new Error("The Size-Limit process failed because the context is not valid. Please run this command from a workspace.");
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
_chunkSN7IJGEEjs.writeInfo.call(void 0, `\u{1F4CF} Running Size-Limit on ${context.projectName}`, config);
|
|
22
22
|
_sizelimit2.default.call(void 0, [
|
|
23
23
|
_file2.default,
|
|
24
24
|
_esbuild2.default,
|
|
@@ -26,14 +26,14 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
26
26
|
], {
|
|
27
27
|
checks: _nullishCoalesce(_nullishCoalesce(options.entry, () => ( _optionalChain([context, 'access', _4 => _4.projectsConfigurations, 'access', _5 => _5.projects, 'access', _6 => _6[context.projectName], 'optionalAccess', _7 => _7.sourceRoot]))), () => ( _devkit.joinPathFragments.call(void 0, _nullishCoalesce(_optionalChain([context, 'access', _8 => _8.projectsConfigurations, 'access', _9 => _9.projects, 'access', _10 => _10[context.projectName], 'optionalAccess', _11 => _11.root]), () => ( "./")), "src")))
|
|
28
28
|
}).then((result) => {
|
|
29
|
-
|
|
29
|
+
_chunkSN7IJGEEjs.writeInfo.call(void 0, `\u{1F4CF} ${context.projectName} Size-Limit result: ${JSON.stringify(result)}`, config);
|
|
30
30
|
});
|
|
31
31
|
return {
|
|
32
32
|
success: true
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
35
|
_chunk3GQAWCBQjs.__name.call(void 0, sizeLimitExecutorFn, "sizeLimitExecutorFn");
|
|
36
|
-
var executor_default =
|
|
36
|
+
var executor_default = _chunkBAJ3JRJCjs.withRunExecutor.call(void 0, "Size-Limit Performance Test Executor", sizeLimitExecutorFn, {
|
|
37
37
|
skipReadingConfig: false,
|
|
38
38
|
hooks: {
|
|
39
39
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -13,7 +13,7 @@ var _chunkZMFVKBRMjs = require('./chunk-ZMFVKBRM.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkSN7IJGEEjs = require('./chunk-SN7IJGEE.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunk4JOIS7WWjs = require('./chunk-4JOIS7WW.js');
|
|
@@ -244,16 +244,16 @@ var _versionlegacy = require('nx/src/command-line/release/version-legacy');
|
|
|
244
244
|
var _utils = require('nx/src/tasks-runner/utils');
|
|
245
245
|
var _semver3 = require('semver');
|
|
246
246
|
async function releaseVersionGeneratorFn(tree, options, config) {
|
|
247
|
-
|
|
247
|
+
_chunkSN7IJGEEjs.writeInfo.call(void 0, `\u26A1 Running the Storm Release Version generator...
|
|
248
248
|
|
|
249
249
|
`, config);
|
|
250
|
-
const stopwatch =
|
|
250
|
+
const stopwatch = _chunkSN7IJGEEjs.getStopwatch.call(void 0, "Storm Release Version generator");
|
|
251
251
|
try {
|
|
252
252
|
const workspaceRoot = _chunk4JOIS7WWjs.findWorkspaceRoot.call(void 0, );
|
|
253
|
-
|
|
253
|
+
_chunkSN7IJGEEjs.writeDebug.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
|
|
254
254
|
- workspaceRoot: ${workspaceRoot}`, config);
|
|
255
|
-
config = await
|
|
256
|
-
|
|
255
|
+
config = await _chunkSN7IJGEEjs.getConfig.call(void 0, workspaceRoot);
|
|
256
|
+
_chunkSN7IJGEEjs.writeTrace.call(void 0, `Generator schema options \u2699\uFE0F
|
|
257
257
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`, config);
|
|
258
258
|
const versionData = {};
|
|
259
259
|
if (options.specifier) {
|
|
@@ -304,9 +304,9 @@ To fix this you will either need to add a package.json or Cargo.toml file at tha
|
|
|
304
304
|
}
|
|
305
305
|
const workspaceRelativePackagePath = _path.relative.call(void 0, _nullishCoalesce(_optionalChain([config, 'optionalAccess', _9 => _9.workspaceRoot]), () => ( _chunk4JOIS7WWjs.findWorkspaceRoot.call(void 0, ))), tree.exists(packageJsonPath) ? packageJsonPath : cargoTomlPath);
|
|
306
306
|
const log = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (msg) => {
|
|
307
|
-
|
|
307
|
+
_chunkSN7IJGEEjs.writeInfo.call(void 0, `${projectName}: ${msg}`, config);
|
|
308
308
|
}, "log");
|
|
309
|
-
|
|
309
|
+
_chunkSN7IJGEEjs.writeInfo.call(void 0, `Running release version for project: ${project.name}`, config);
|
|
310
310
|
let packageName;
|
|
311
311
|
let currentVersionFromDisk;
|
|
312
312
|
if (tree.exists(packageJsonPath)) {
|
|
@@ -580,7 +580,7 @@ Projects with packageRoot configured: ${Array.from(projectNameToPackageRootMap.k
|
|
|
580
580
|
}
|
|
581
581
|
}
|
|
582
582
|
await _devkit.formatFiles.call(void 0, tree);
|
|
583
|
-
|
|
583
|
+
_chunkSN7IJGEEjs.writeSuccess.call(void 0, `Completed running the Storm Release Version generator!
|
|
584
584
|
`, config);
|
|
585
585
|
return {
|
|
586
586
|
data: versionData,
|
|
@@ -614,8 +614,8 @@ Projects with packageRoot configured: ${Array.from(projectNameToPackageRootMap.k
|
|
|
614
614
|
}, "callback")
|
|
615
615
|
};
|
|
616
616
|
} catch (error) {
|
|
617
|
-
|
|
618
|
-
|
|
617
|
+
_chunkSN7IJGEEjs.writeFatal.call(void 0, "A fatal error occurred while running the Storm Release Version generator - the process was forced to terminate", config);
|
|
618
|
+
_chunkSN7IJGEEjs.writeError.call(void 0, `An exception was thrown in the Storm Release Version generator's process
|
|
619
619
|
- Details: ${error.message}
|
|
620
620
|
- Stacktrace: ${error.stack}`, config);
|
|
621
621
|
throw new Error(`An exception was thrown in the Storm Release Version generator's process
|
|
@@ -7,7 +7,7 @@ var _chunkRBU35LQWjs = require('./chunk-RBU35LQW.js');
|
|
|
7
7
|
var _chunkHI4G4OOGjs = require('./chunk-HI4G4OOG.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkJOA2AXGFjs = require('./chunk-JOA2AXGF.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
var _chunkJTAXCQX6js = require('./chunk-JTAXCQX6.js');
|
|
@@ -52,7 +52,7 @@ async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
|
52
52
|
return null;
|
|
53
53
|
}
|
|
54
54
|
_chunk3GQAWCBQjs.__name.call(void 0, nodeLibraryGeneratorFn, "nodeLibraryGeneratorFn");
|
|
55
|
-
var generator_default =
|
|
55
|
+
var generator_default = _chunkJOA2AXGFjs.withRunGenerator.call(void 0, "TypeScript Library Creator (NodeJs Platform)", nodeLibraryGeneratorFn, {
|
|
56
56
|
hooks: {
|
|
57
57
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
58
58
|
options.description ??= "A library used by Storm Software to support NodeJs applications";
|
|
@@ -657,12 +657,12 @@ var getConfigEnv = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, () => {
|
|
|
657
657
|
configFile: process.env[`${prefix}CONFIG_FILE`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}CONFIG_FILE`]) : void 0,
|
|
658
658
|
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
659
659
|
directories: {
|
|
660
|
-
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : void 0,
|
|
661
|
-
data: process.env[`${prefix}DATA_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : void 0,
|
|
662
|
-
config: process.env[`${prefix}CONFIG_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : void 0,
|
|
663
|
-
temp: process.env[`${prefix}TEMP_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : void 0,
|
|
664
|
-
log: process.env[`${prefix}LOG_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : void 0,
|
|
665
|
-
build: process.env[`${prefix}BUILD_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : void 0
|
|
660
|
+
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
|
|
661
|
+
data: process.env[`${prefix}DATA_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
|
|
662
|
+
config: process.env[`${prefix}CONFIG_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
|
|
663
|
+
temp: process.env[`${prefix}TEMP_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
|
|
664
|
+
log: process.env[`${prefix}LOG_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
|
|
665
|
+
build: process.env[`${prefix}BUILD_DIR`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? _chunkJTAXCQX6js.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
|
|
666
666
|
},
|
|
667
667
|
skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
|
|
668
668
|
mode: (_nullishCoalesce(_nullishCoalesce(process.env[`${prefix}MODE`], () => ( process.env.NODE_ENV)), () => ( process.env.ENVIRONMENT))) || void 0,
|
|
@@ -882,21 +882,27 @@ var setConfigEnv = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (config)
|
|
|
882
882
|
if (config.directories) {
|
|
883
883
|
if (!config.skipCache && config.directories.cache) {
|
|
884
884
|
process.env[`${prefix}CACHE_DIR`] = _chunkJTAXCQX6js.correctPaths.call(void 0, config.directories.cache);
|
|
885
|
+
process.env[`${prefix}CACHE_DIRECTORY`] = process.env[`${prefix}CACHE_DIR`];
|
|
885
886
|
}
|
|
886
887
|
if (config.directories.data) {
|
|
887
888
|
process.env[`${prefix}DATA_DIR`] = _chunkJTAXCQX6js.correctPaths.call(void 0, config.directories.data);
|
|
889
|
+
process.env[`${prefix}DATA_DIRECTORY`] = process.env[`${prefix}DATA_DIR`];
|
|
888
890
|
}
|
|
889
891
|
if (config.directories.config) {
|
|
890
892
|
process.env[`${prefix}CONFIG_DIR`] = _chunkJTAXCQX6js.correctPaths.call(void 0, config.directories.config);
|
|
893
|
+
process.env[`${prefix}CONFIG_DIRECTORY`] = process.env[`${prefix}CONFIG_DIR`];
|
|
891
894
|
}
|
|
892
895
|
if (config.directories.temp) {
|
|
893
896
|
process.env[`${prefix}TEMP_DIR`] = _chunkJTAXCQX6js.correctPaths.call(void 0, config.directories.temp);
|
|
897
|
+
process.env[`${prefix}TEMP_DIRECTORY`] = process.env[`${prefix}TEMP_DIR`];
|
|
894
898
|
}
|
|
895
899
|
if (config.directories.log) {
|
|
896
900
|
process.env[`${prefix}LOG_DIR`] = _chunkJTAXCQX6js.correctPaths.call(void 0, config.directories.log);
|
|
901
|
+
process.env[`${prefix}LOG_DIRECTORY`] = process.env[`${prefix}LOG_DIR`];
|
|
897
902
|
}
|
|
898
903
|
if (config.directories.build) {
|
|
899
904
|
process.env[`${prefix}BUILD_DIR`] = _chunkJTAXCQX6js.correctPaths.call(void 0, config.directories.build);
|
|
905
|
+
process.env[`${prefix}BUILD_DIRECTORY`] = process.env[`${prefix}BUILD_DIR`];
|
|
900
906
|
}
|
|
901
907
|
}
|
|
902
908
|
if (config.skipCache !== void 0) {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkBAJ3JRJCjs = require('./chunk-BAJ3JRJC.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ async function cargoFormatExecutor(options, context) {
|
|
|
15
15
|
return await _chunkULBTYC2Bjs.cargoCommand.call(void 0, ...command);
|
|
16
16
|
}
|
|
17
17
|
_chunk3GQAWCBQjs.__name.call(void 0, cargoFormatExecutor, "cargoFormatExecutor");
|
|
18
|
-
var executor_default =
|
|
18
|
+
var executor_default = _chunkBAJ3JRJCjs.withRunExecutor.call(void 0, "Cargo Format", cargoFormatExecutor, {
|
|
19
19
|
skipReadingConfig: false,
|
|
20
20
|
hooks: {
|
|
21
21
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkJOA2AXGFjs = require('./chunk-JOA2AXGF.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkSN7IJGEEjs = require('./chunk-SN7IJGEE.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunk4JOIS7WWjs = require('./chunk-4JOIS7WW.js');
|
|
@@ -18,25 +18,25 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
18
18
|
var _devkit = require('@nx/devkit');
|
|
19
19
|
var _zodtojsonschema = require('zod-to-json-schema');
|
|
20
20
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
const jsonSchema = _zodtojsonschema.zodToJsonSchema.call(void 0,
|
|
21
|
+
_chunkSN7IJGEEjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator", config);
|
|
22
|
+
_chunkSN7IJGEEjs.writeTrace.call(void 0, `Determining the Storm Workspace Configuration JSON Schema...`, config);
|
|
23
|
+
const jsonSchema = _zodtojsonschema.zodToJsonSchema.call(void 0, _chunkSN7IJGEEjs.stormWorkspaceConfigSchema, {
|
|
24
24
|
name: "StormWorkspaceConfiguration"
|
|
25
25
|
});
|
|
26
|
-
|
|
26
|
+
_chunkSN7IJGEEjs.writeTrace.call(void 0, jsonSchema, config);
|
|
27
27
|
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(_nullishCoalesce(_optionalChain([config, 'optionalAccess', _ => _.workspaceRoot]), () => ( _chunk4JOIS7WWjs.findWorkspaceRoot.call(void 0, ))), _optionalChain([options, 'access', _2 => _2.outputFile, 'optionalAccess', _3 => _3.startsWith, 'call', _4 => _4("./")]) ? "" : "./");
|
|
28
|
-
|
|
28
|
+
_chunkSN7IJGEEjs.writeTrace.call(void 0, `\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`, config);
|
|
29
29
|
_devkit.writeJson.call(void 0, tree, outputPath, jsonSchema, {
|
|
30
30
|
spaces: 2
|
|
31
31
|
});
|
|
32
32
|
await _devkit.formatFiles.call(void 0, tree);
|
|
33
|
-
|
|
33
|
+
_chunkSN7IJGEEjs.writeSuccess.call(void 0, "\u{1F680} Storm Configuration JSON Schema creation has completed successfully!", config);
|
|
34
34
|
return {
|
|
35
35
|
success: true
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
38
|
_chunk3GQAWCBQjs.__name.call(void 0, configSchemaGeneratorFn, "configSchemaGeneratorFn");
|
|
39
|
-
var generator_default =
|
|
39
|
+
var generator_default = _chunkJOA2AXGFjs.withRunGenerator.call(void 0, "Configuration Schema Creator", configSchemaGeneratorFn, {
|
|
40
40
|
hooks: {
|
|
41
41
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
42
42
|
options.outputFile ??= "{workspaceRoot}/storm-workspace.schema.json";
|
package/dist/executors.js
CHANGED
|
@@ -4,40 +4,40 @@
|
|
|
4
4
|
var _chunkGJQKCDGCjs = require('./chunk-GJQKCDGC.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkOFA5UEODjs = require('./chunk-OFA5UEOD.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkBP5OIRQRjs = require('./chunk-BP5OIRQR.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkJADXJLCFjs = require('./chunk-JADXJLCF.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkTCG7CFMKjs = require('./chunk-TCG7CFMK.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkGX74WTEMjs = require('./chunk-GX74WTEM.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkOCJK2N3Gjs = require('./chunk-OCJK2N3G.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _chunkCSGLVAIKjs = require('./chunk-CSGLVAIK.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkNY3AXYUDjs = require('./chunk-NY3AXYUD.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunkAKADBPPTjs = require('./chunk-AKADBPPT.js');
|
|
35
35
|
require('./chunk-CUPARBOS.js');
|
|
36
36
|
require('./chunk-ULBTYC2B.js');
|
|
37
37
|
require('./chunk-ZMFVKBRM.js');
|
|
38
|
-
require('./chunk-
|
|
38
|
+
require('./chunk-BAJ3JRJC.js');
|
|
39
39
|
require('./chunk-UALZJZUK.js');
|
|
40
|
-
require('./chunk-
|
|
40
|
+
require('./chunk-SN7IJGEE.js');
|
|
41
41
|
require('./chunk-4JOIS7WW.js');
|
|
42
42
|
require('./chunk-JTAXCQX6.js');
|
|
43
43
|
require('./chunk-3GQAWCBQ.js');
|
|
@@ -53,4 +53,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
exports.LARGE_BUFFER = _chunkGJQKCDGCjs.LARGE_BUFFER; exports.cargoBuildExecutor =
|
|
56
|
+
exports.LARGE_BUFFER = _chunkGJQKCDGCjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkOCJK2N3Gjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkCSGLVAIKjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkNY3AXYUDjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkAKADBPPTjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkTCG7CFMKjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkGX74WTEMjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkOFA5UEODjs.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunkBP5OIRQRjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkJADXJLCFjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -4,40 +4,40 @@ import {
|
|
|
4
4
|
} from "./chunk-VFGOMBR2.mjs";
|
|
5
5
|
import {
|
|
6
6
|
sizeLimitExecutorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-IOYD4LKE.mjs";
|
|
8
8
|
import {
|
|
9
9
|
typiaExecutorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-24FSFLEJ.mjs";
|
|
11
11
|
import {
|
|
12
12
|
unbuildExecutorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-KE7BLB2Y.mjs";
|
|
14
14
|
import {
|
|
15
15
|
cargoFormatExecutor
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HAUXJ6F2.mjs";
|
|
17
17
|
import {
|
|
18
18
|
getRegistryVersion
|
|
19
19
|
} from "./chunk-U5R5FYNX.mjs";
|
|
20
20
|
import {
|
|
21
21
|
esbuildExecutorFn
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-2BI3RJFP.mjs";
|
|
23
23
|
import {
|
|
24
24
|
cargoBuildExecutor
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-CGGBNNFN.mjs";
|
|
26
26
|
import {
|
|
27
27
|
cargoCheckExecutor
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-56NOEAUZ.mjs";
|
|
29
29
|
import {
|
|
30
30
|
cargoClippyExecutor
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-3FIZEIEU.mjs";
|
|
32
32
|
import {
|
|
33
33
|
cargoDocExecutor
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-MHTKV6DY.mjs";
|
|
35
35
|
import "./chunk-IWVTKZHB.mjs";
|
|
36
36
|
import "./chunk-KEPMD5HG.mjs";
|
|
37
37
|
import "./chunk-KUJS6ESX.mjs";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-ZV2PR5R3.mjs";
|
|
39
39
|
import "./chunk-HV2IA26N.mjs";
|
|
40
|
-
import "./chunk-
|
|
40
|
+
import "./chunk-N5N2BZHB.mjs";
|
|
41
41
|
import "./chunk-44ZYZKMX.mjs";
|
|
42
42
|
import "./chunk-XB3SJ7YU.mjs";
|
|
43
43
|
import "./chunk-Y4D6KHJP.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkPYR5LR3Mjs = require('./chunk-PYR5LR3M.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkHVOODRL3js = require('./chunk-HVOODRL3.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkPOI2YR4Ejs = require('./chunk-POI2YR4E.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunk7F4BVKX3js = require('./chunk-7F4BVKX3.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkXFBY2IVQjs = require('./chunk-XFBY2IVQ.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunkCXXOP7P6js = require('./chunk-CXXOP7P6.js');
|
|
23
23
|
require('./chunk-RBU35LQW.js');
|
|
24
24
|
require('./chunk-HI4G4OOG.js');
|
|
25
25
|
require('./chunk-7YRW5HNX.js');
|
|
26
26
|
require('./chunk-ZMFVKBRM.js');
|
|
27
|
-
require('./chunk-
|
|
27
|
+
require('./chunk-JOA2AXGF.js');
|
|
28
28
|
require('./chunk-UALZJZUK.js');
|
|
29
|
-
require('./chunk-
|
|
29
|
+
require('./chunk-SN7IJGEE.js');
|
|
30
30
|
require('./chunk-4JOIS7WW.js');
|
|
31
31
|
require('./chunk-JTAXCQX6.js');
|
|
32
32
|
require('./chunk-3GQAWCBQ.js');
|
|
@@ -38,4 +38,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
exports.browserLibraryGeneratorFn =
|
|
41
|
+
exports.browserLibraryGeneratorFn = _chunk7F4BVKX3js.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkXFBY2IVQjs.configSchemaGeneratorFn; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkCXXOP7P6js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkPYR5LR3Mjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkHVOODRL3js.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunkPOI2YR4Ejs.releaseVersionGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-UQTVXA7T.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KLY4F7KE.mjs";
|
|
8
8
|
import {
|
|
9
9
|
releaseVersionGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-TEHJDKUJ.mjs";
|
|
11
11
|
import {
|
|
12
12
|
browserLibraryGeneratorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-5UUINVQE.mjs";
|
|
14
14
|
import {
|
|
15
15
|
configSchemaGeneratorFn
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-EXQMY7WD.mjs";
|
|
17
17
|
import {
|
|
18
18
|
initGenerator
|
|
19
19
|
} from "./chunk-2CXGKOZ6.mjs";
|
|
20
20
|
import {
|
|
21
21
|
neutralLibraryGeneratorFn
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-LBWGCRH2.mjs";
|
|
23
23
|
import "./chunk-3JZIYQVE.mjs";
|
|
24
24
|
import "./chunk-EK75QNMS.mjs";
|
|
25
25
|
import "./chunk-WQRDKC36.mjs";
|
|
26
26
|
import "./chunk-KUJS6ESX.mjs";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-6YRWQ3TB.mjs";
|
|
28
28
|
import "./chunk-HV2IA26N.mjs";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-N5N2BZHB.mjs";
|
|
30
30
|
import "./chunk-44ZYZKMX.mjs";
|
|
31
31
|
import "./chunk-XB3SJ7YU.mjs";
|
|
32
32
|
import "./chunk-Y4D6KHJP.mjs";
|