@storm-software/workspace-tools 1.238.0 → 1.239.0
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-XGHRUQ4Z.mjs → chunk-2JPM7NIE.mjs} +1 -1
- package/dist/{chunk-DVT2OFTJ.js → chunk-33SXLKVQ.js} +2 -2
- package/dist/{chunk-HDRHANJ2.js → chunk-3DBMUOTE.js} +2 -2
- package/dist/{chunk-5RMB7B6I.mjs → chunk-4DW72KGH.mjs} +1 -1
- package/dist/{chunk-YC2LJIIT.js → chunk-6J4CSTIO.js} +2 -2
- package/dist/{chunk-Z4VFGZYP.js → chunk-AAOHHGLF.js} +2 -2
- package/dist/{chunk-GSH7T6CD.js → chunk-CAQ7AK5X.js} +2 -2
- package/dist/{chunk-PNLIUJRY.js → chunk-FOQ7DWRK.js} +2 -2
- package/dist/{chunk-KHPR33G4.mjs → chunk-FT3OFPDE.mjs} +1 -1
- package/dist/{chunk-KJOK6J32.js → chunk-GRQ52NPN.js} +2 -2
- package/dist/{chunk-7DE63ASQ.js → chunk-GY2IUNWU.js} +17 -15
- package/dist/{chunk-6PYOV5GE.js → chunk-HAEYMSIJ.js} +2 -2
- package/dist/{chunk-IO3RJNYR.js → chunk-HD3XLBR6.js} +2 -2
- package/dist/{chunk-VHNRH2B6.js → chunk-IP3ORDHL.js} +2 -2
- package/dist/{chunk-UI3N7JVE.mjs → chunk-LXSRY4SQ.mjs} +1 -1
- package/dist/{chunk-MHGST32N.mjs → chunk-MJMABD3Y.mjs} +1 -1
- package/dist/{chunk-JH4GI5XO.mjs → chunk-MONKBNHZ.mjs} +1 -1
- package/dist/{chunk-2O5LDYTE.mjs → chunk-P7CW4JDK.mjs} +1 -1
- package/dist/{chunk-WOMZ7ZQ2.mjs → chunk-QDQXSMWK.mjs} +1 -1
- package/dist/{chunk-MAXLXVJR.mjs → chunk-QPPYD6AV.mjs} +1 -1
- package/dist/{chunk-XGCNTOTV.mjs → chunk-QTF5LI3J.mjs} +1 -1
- package/dist/{chunk-NEDKAEDT.mjs → chunk-WR6SNTWM.mjs} +9 -7
- package/dist/executors.js +12 -12
- package/dist/executors.mjs +11 -11
- package/dist/index.js +12 -12
- package/dist/index.mjs +11 -11
- package/dist/src/base/base-executor.js +2 -2
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/index.js +2 -2
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.js +3 -3
- package/dist/src/executors/cargo-build/executor.mjs +2 -2
- package/dist/src/executors/cargo-check/executor.js +3 -3
- package/dist/src/executors/cargo-check/executor.mjs +2 -2
- package/dist/src/executors/cargo-clippy/executor.js +3 -3
- package/dist/src/executors/cargo-clippy/executor.mjs +2 -2
- package/dist/src/executors/cargo-doc/executor.js +3 -3
- package/dist/src/executors/cargo-doc/executor.mjs +2 -2
- package/dist/src/executors/cargo-format/executor.js +3 -3
- package/dist/src/executors/cargo-format/executor.mjs +2 -2
- package/dist/src/executors/clean-package/executor.js +2 -2
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/esbuild/executor.js +3 -3
- package/dist/src/executors/esbuild/executor.mjs +2 -2
- package/dist/src/executors/size-limit/executor.js +3 -3
- package/dist/src/executors/size-limit/executor.mjs +2 -2
- package/dist/src/executors/tsdown/executor.js +3 -3
- package/dist/src/executors/tsdown/executor.mjs +2 -2
- package/dist/src/executors/typia/executor.js +3 -3
- package/dist/src/executors/typia/executor.mjs +2 -2
- package/dist/src/executors/unbuild/executor.js +3 -3
- package/dist/src/executors/unbuild/executor.mjs +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 1.239.0 (2025-01-22)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Enhanced option tokenization logic for executors ([14ed93d7](https://github.com/storm-software/storm-ops/commit/14ed93d7))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated prettier to 0.30.0
|
|
10
|
+
- Updated esbuild to 0.21.0
|
|
11
|
+
- Updated unbuild to 0.30.0
|
|
12
|
+
- Updated unbuild to 0.30.0
|
|
13
|
+
- Updated tsdown to 0.22.0
|
|
14
|
+
|
|
1
15
|
## 1.238.0 (2025-01-21)
|
|
2
16
|
|
|
3
17
|
### Features
|
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 -->
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.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 = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Cargo Format", cargoFormatExecutor, {
|
|
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 _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ async function cargoCheckExecutor(options, context) {
|
|
|
15
15
|
return await _chunkULBTYC2Bjs.cargoCommand.call(void 0, ...command);
|
|
16
16
|
}
|
|
17
17
|
_chunk3GQAWCBQjs.__name.call(void 0, cargoCheckExecutor, "cargoCheckExecutor");
|
|
18
|
-
var executor_default =
|
|
18
|
+
var executor_default = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Cargo Check", cargoCheckExecutor, {
|
|
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 _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -19,7 +19,7 @@ async function cargoDocExecutor(options, context) {
|
|
|
19
19
|
return await _chunkULBTYC2Bjs.cargoCommand.call(void 0, ...command);
|
|
20
20
|
}
|
|
21
21
|
_chunk3GQAWCBQjs.__name.call(void 0, cargoDocExecutor, "cargoDocExecutor");
|
|
22
|
-
var executor_default =
|
|
22
|
+
var executor_default = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Cargo Doc", cargoDocExecutor, {
|
|
23
23
|
skipReadingConfig: false,
|
|
24
24
|
hooks: {
|
|
25
25
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkM3X4P6ATjs = require('./chunk-M3X4P6AT.js');
|
|
@@ -29,7 +29,7 @@ async function typiaExecutorFn(options, _, config) {
|
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
31
|
_chunk3GQAWCBQjs.__name.call(void 0, typiaExecutorFn, "typiaExecutorFn");
|
|
32
|
-
var executor_default =
|
|
32
|
+
var executor_default = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Typia runtime validation generator", typiaExecutorFn, {
|
|
33
33
|
skipReadingConfig: false,
|
|
34
34
|
hooks: {
|
|
35
35
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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 _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkM3X4P6ATjs = require('./chunk-M3X4P6AT.js');
|
|
@@ -63,7 +63,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
63
63
|
};
|
|
64
64
|
}
|
|
65
65
|
_chunk3GQAWCBQjs.__name.call(void 0, unbuildExecutorFn, "unbuildExecutorFn");
|
|
66
|
-
var executor_default =
|
|
66
|
+
var executor_default = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "TypeScript Unbuild build", unbuildExecutorFn, {
|
|
67
67
|
skipReadingConfig: false,
|
|
68
68
|
hooks: {
|
|
69
69
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, config) => {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
var _chunkSEZJIRERjs = require('./chunk-SEZJIRER.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -1025,7 +1025,7 @@ async function esbuildExecutorFn(options, context2, config) {
|
|
|
1025
1025
|
};
|
|
1026
1026
|
}
|
|
1027
1027
|
_chunk3GQAWCBQjs.__name.call(void 0, esbuildExecutorFn, "esbuildExecutorFn");
|
|
1028
|
-
var executor_default =
|
|
1028
|
+
var executor_default = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Storm ESBuild build", esbuildExecutorFn, {
|
|
1029
1029
|
skipReadingConfig: false,
|
|
1030
1030
|
hooks: {
|
|
1031
1031
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, config) => {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.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 = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Cargo Clippy", cargoClippyExecutor, {
|
|
19
19
|
skipReadingConfig: false,
|
|
20
20
|
hooks: {
|
|
21
21
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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
3
|
|
|
4
4
|
var _chunkZOJ5F47Zjs = require('./chunk-ZOJ5F47Z.js');
|
|
@@ -27,16 +27,17 @@ var withRunExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name
|
|
|
27
27
|
let options = _options;
|
|
28
28
|
let config = {};
|
|
29
29
|
try {
|
|
30
|
-
_chunkM3X4P6ATjs.writeInfo.call(void 0, `\u26A1 Running the ${name} executor...
|
|
31
|
-
`, config);
|
|
32
30
|
if (!_optionalChain([context, 'access', _ => _.projectsConfigurations, 'optionalAccess', _2 => _2.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
33
31
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
34
32
|
}
|
|
35
33
|
const workspaceRoot = _chunk5MKQX2FEjs.findWorkspaceRoot.call(void 0, );
|
|
36
|
-
const projectRoot =
|
|
37
|
-
const sourceRoot =
|
|
38
|
-
const projectName =
|
|
34
|
+
const projectRoot = context.projectsConfigurations.projects[context.projectName].root || workspaceRoot;
|
|
35
|
+
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || workspaceRoot;
|
|
36
|
+
const projectName = context.projectsConfigurations.projects[context.projectName].name || context.projectName;
|
|
39
37
|
config.workspaceRoot = workspaceRoot;
|
|
38
|
+
_chunkM3X4P6ATjs.writeInfo.call(void 0, `
|
|
39
|
+
\u26A1 Running the ${name} executor for ${projectName}
|
|
40
|
+
`, config);
|
|
40
41
|
if (!executorOptions.skipReadingConfig) {
|
|
41
42
|
_chunkM3X4P6ATjs.writeTrace.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
|
|
42
43
|
- workspaceRoot: ${workspaceRoot}
|
|
@@ -46,7 +47,7 @@ var withRunExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name
|
|
|
46
47
|
`, config);
|
|
47
48
|
config = await _chunkM3X4P6ATjs.loadStormConfig.call(void 0, workspaceRoot);
|
|
48
49
|
}
|
|
49
|
-
if (_optionalChain([executorOptions, 'optionalAccess',
|
|
50
|
+
if (_optionalChain([executorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.applyDefaultOptions])) {
|
|
50
51
|
_chunkM3X4P6ATjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
51
52
|
options = await Promise.resolve(executorOptions.hooks.applyDefaultOptions(options, config));
|
|
52
53
|
_chunkM3X4P6ATjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
|
|
@@ -58,32 +59,33 @@ ${_chunkM3X4P6ATjs.formatLogMessage.call(void 0, options)}
|
|
|
58
59
|
workspaceRoot,
|
|
59
60
|
projectRoot,
|
|
60
61
|
sourceRoot,
|
|
61
|
-
projectName
|
|
62
|
+
projectName,
|
|
63
|
+
config
|
|
62
64
|
}, executorOptions, context.projectsConfigurations.projects[context.projectName], config), _chunkZOJ5F47Zjs.applyWorkspaceProjectTokens);
|
|
63
65
|
_chunkM3X4P6ATjs.writeTrace.call(void 0, `Executor schema tokenized options \u2699\uFE0F
|
|
64
|
-
${_chunkM3X4P6ATjs.formatLogMessage.call(void 0,
|
|
66
|
+
${_chunkM3X4P6ATjs.formatLogMessage.call(void 0, tokenized)}
|
|
65
67
|
`, config);
|
|
66
|
-
if (_optionalChain([executorOptions, 'optionalAccess',
|
|
68
|
+
if (_optionalChain([executorOptions, 'optionalAccess', _5 => _5.hooks, 'optionalAccess', _6 => _6.preProcess])) {
|
|
67
69
|
_chunkM3X4P6ATjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
|
|
68
70
|
await Promise.resolve(executorOptions.hooks.preProcess(tokenized, config));
|
|
69
71
|
_chunkM3X4P6ATjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
|
|
70
72
|
}
|
|
71
73
|
const ret = executorFn(tokenized, context, config);
|
|
72
|
-
if (_isFunction(_optionalChain([ret, 'optionalAccess',
|
|
74
|
+
if (_isFunction(_optionalChain([ret, 'optionalAccess', _7 => _7.next]))) {
|
|
73
75
|
const asyncGen = ret;
|
|
74
76
|
for await (const iter of asyncGen) {
|
|
75
77
|
}
|
|
76
78
|
}
|
|
77
79
|
const result = await Promise.resolve(ret);
|
|
78
|
-
if (result && (!result.success || result.error && _optionalChain([result, 'optionalAccess',
|
|
80
|
+
if (result && (!result.success || result.error && _optionalChain([result, 'optionalAccess', _8 => _8.error, 'optionalAccess', _9 => _9.message]) && typeof _optionalChain([result, 'optionalAccess', _10 => _10.error, 'optionalAccess', _11 => _11.message]) === "string" && _optionalChain([result, 'optionalAccess', _12 => _12.error, 'optionalAccess', _13 => _13.name]) && typeof _optionalChain([result, 'optionalAccess', _14 => _14.error, 'optionalAccess', _15 => _15.name]) === "string")) {
|
|
79
81
|
_chunkM3X4P6ATjs.writeTrace.call(void 0, `Failure determined by the ${name} executor
|
|
80
82
|
${_chunkM3X4P6ATjs.formatLogMessage.call(void 0, result)}`, config);
|
|
81
83
|
console.error(result);
|
|
82
84
|
throw new Error(`The ${name} executor failed to run`, {
|
|
83
|
-
cause: _optionalChain([result, 'optionalAccess',
|
|
85
|
+
cause: _optionalChain([result, 'optionalAccess', _16 => _16.error])
|
|
84
86
|
});
|
|
85
87
|
}
|
|
86
|
-
if (_optionalChain([executorOptions, 'optionalAccess',
|
|
88
|
+
if (_optionalChain([executorOptions, 'optionalAccess', _17 => _17.hooks, 'optionalAccess', _18 => _18.postProcess])) {
|
|
87
89
|
_chunkM3X4P6ATjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
|
88
90
|
await Promise.resolve(executorOptions.hooks.postProcess(config));
|
|
89
91
|
_chunkM3X4P6ATjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
|
|
@@ -107,7 +109,7 @@ ${_chunkM3X4P6ATjs.formatLogMessage.call(void 0, result)}`, config);
|
|
|
107
109
|
}, "withRunExecutor");
|
|
108
110
|
var _isFunction = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (value) => {
|
|
109
111
|
try {
|
|
110
|
-
return value instanceof Function || typeof value === "function" || !!(_optionalChain([value, 'optionalAccess',
|
|
112
|
+
return value instanceof Function || typeof value === "function" || !!(_optionalChain([value, 'optionalAccess', _19 => _19.constructor]) && _optionalChain([value, 'optionalAccess', _20 => _20.call]) && _optionalChain([value, 'optionalAccess', _21 => _21.apply]));
|
|
111
113
|
} catch (e) {
|
|
112
114
|
return false;
|
|
113
115
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
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 _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkM3X4P6ATjs = require('./chunk-M3X4P6AT.js');
|
|
@@ -33,7 +33,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
35
|
_chunk3GQAWCBQjs.__name.call(void 0, sizeLimitExecutorFn, "sizeLimitExecutorFn");
|
|
36
|
-
var executor_default =
|
|
36
|
+
var executor_default = _chunkGY2IUNWUjs.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) => {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
var _chunkSEZJIRERjs = require('./chunk-SEZJIRER.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
@@ -282,7 +282,7 @@ async function tsdownExecutorFn(options, context, config) {
|
|
|
282
282
|
};
|
|
283
283
|
}
|
|
284
284
|
_chunk3GQAWCBQjs.__name.call(void 0, tsdownExecutorFn, "tsdownExecutorFn");
|
|
285
|
-
var executor_default =
|
|
285
|
+
var executor_default = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Storm TSDown build executor", tsdownExecutorFn, {
|
|
286
286
|
skipReadingConfig: false,
|
|
287
287
|
hooks: {
|
|
288
288
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, config) => {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.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 = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Cargo Build", cargoBuildExecutor, {
|
|
19
19
|
skipReadingConfig: false,
|
|
20
20
|
hooks: {
|
|
21
21
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -27,16 +27,17 @@ var withRunExecutor = /* @__PURE__ */ __name((name, executorFn, executorOptions
|
|
|
27
27
|
let options = _options;
|
|
28
28
|
let config = {};
|
|
29
29
|
try {
|
|
30
|
-
writeInfo(`\u26A1 Running the ${name} executor...
|
|
31
|
-
`, config);
|
|
32
30
|
if (!context.projectsConfigurations?.projects || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
33
31
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
34
32
|
}
|
|
35
33
|
const workspaceRoot = findWorkspaceRoot();
|
|
36
|
-
const projectRoot = context.projectsConfigurations.projects[context.projectName]
|
|
37
|
-
const sourceRoot = context.projectsConfigurations.projects[context.projectName]
|
|
38
|
-
const projectName = context.projectsConfigurations.projects[context.projectName]
|
|
34
|
+
const projectRoot = context.projectsConfigurations.projects[context.projectName].root || workspaceRoot;
|
|
35
|
+
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || workspaceRoot;
|
|
36
|
+
const projectName = context.projectsConfigurations.projects[context.projectName].name || context.projectName;
|
|
39
37
|
config.workspaceRoot = workspaceRoot;
|
|
38
|
+
writeInfo(`
|
|
39
|
+
\u26A1 Running the ${name} executor for ${projectName}
|
|
40
|
+
`, config);
|
|
40
41
|
if (!executorOptions.skipReadingConfig) {
|
|
41
42
|
writeTrace(`Loading the Storm Config from environment variables and storm.config.js file...
|
|
42
43
|
- workspaceRoot: ${workspaceRoot}
|
|
@@ -58,10 +59,11 @@ ${formatLogMessage(options)}
|
|
|
58
59
|
workspaceRoot,
|
|
59
60
|
projectRoot,
|
|
60
61
|
sourceRoot,
|
|
61
|
-
projectName
|
|
62
|
+
projectName,
|
|
63
|
+
config
|
|
62
64
|
}, executorOptions, context.projectsConfigurations.projects[context.projectName], config), applyWorkspaceProjectTokens);
|
|
63
65
|
writeTrace(`Executor schema tokenized options \u2699\uFE0F
|
|
64
|
-
${formatLogMessage(
|
|
66
|
+
${formatLogMessage(tokenized)}
|
|
65
67
|
`, config);
|
|
66
68
|
if (executorOptions?.hooks?.preProcess) {
|
|
67
69
|
writeDebug("Running the preProcess hook...", config);
|
package/dist/executors.js
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3J53KHVV.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkCAQ7AK5Xjs = require('./chunk-CAQ7AK5X.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkHAEYMSIJjs = require('./chunk-HAEYMSIJ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkHD3XLBR6js = require('./chunk-HD3XLBR6.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkAAOHHGLFjs = require('./chunk-AAOHHGLF.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunk33SXLKVQjs = require('./chunk-33SXLKVQ.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkFOQ7DWRKjs = require('./chunk-FOQ7DWRK.js');
|
|
26
26
|
require('./chunk-SEZJIRER.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkIP3ORDHLjs = require('./chunk-IP3ORDHL.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _chunk3DBMUOTEjs = require('./chunk-3DBMUOTE.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
var
|
|
35
|
+
var _chunkGRQ52NPNjs = require('./chunk-GRQ52NPN.js');
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
var
|
|
38
|
+
var _chunk6J4CSTIOjs = require('./chunk-6J4CSTIO.js');
|
|
39
39
|
require('./chunk-WPMFZECR.js');
|
|
40
40
|
require('./chunk-ULBTYC2B.js');
|
|
41
41
|
require('./chunk-ZMFVKBRM.js');
|
|
42
|
-
require('./chunk-
|
|
42
|
+
require('./chunk-GY2IUNWU.js');
|
|
43
43
|
require('./chunk-ZOJ5F47Z.js');
|
|
44
44
|
require('./chunk-M3X4P6AT.js');
|
|
45
45
|
require('./chunk-5MKQX2FE.js');
|
|
@@ -58,4 +58,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.cargoBuildExecutor =
|
|
61
|
+
exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkIP3ORDHLjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunk3DBMUOTEjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkGRQ52NPNjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunk6J4CSTIOjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk33SXLKVQjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkFOQ7DWRKjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkHAEYMSIJjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkHD3XLBR6js.tsdownExecutorFn; exports.typiaExecutorFn = _chunkAAOHHGLFjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkCAQ7AK5Xjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import "./chunk-V7YZ3666.mjs";
|
|
2
2
|
import {
|
|
3
3
|
unbuildExecutorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QTF5LI3J.mjs";
|
|
5
5
|
import {
|
|
6
6
|
LARGE_BUFFER
|
|
7
7
|
} from "./chunk-5FEFILUQ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
sizeLimitExecutorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-MJMABD3Y.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tsdownExecutorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MONKBNHZ.mjs";
|
|
14
14
|
import {
|
|
15
15
|
typiaExecutorFn
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-QPPYD6AV.mjs";
|
|
17
17
|
import {
|
|
18
18
|
cargoFormatExecutor
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-2JPM7NIE.mjs";
|
|
20
20
|
import {
|
|
21
21
|
getRegistryVersion
|
|
22
22
|
} from "./chunk-6ZQ3QYXH.mjs";
|
|
23
23
|
import {
|
|
24
24
|
esbuildExecutorFn
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-QDQXSMWK.mjs";
|
|
26
26
|
import "./chunk-Q3EM343U.mjs";
|
|
27
27
|
import {
|
|
28
28
|
cargoBuildExecutor
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-4DW72KGH.mjs";
|
|
30
30
|
import {
|
|
31
31
|
cargoCheckExecutor
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-FT3OFPDE.mjs";
|
|
33
33
|
import {
|
|
34
34
|
cargoClippyExecutor
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-P7CW4JDK.mjs";
|
|
36
36
|
import {
|
|
37
37
|
cargoDocExecutor
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-LXSRY4SQ.mjs";
|
|
39
39
|
import "./chunk-RXH7O5YP.mjs";
|
|
40
40
|
import "./chunk-QZHIWK5Z.mjs";
|
|
41
41
|
import "./chunk-VYH45FO6.mjs";
|
|
42
|
-
import "./chunk-
|
|
42
|
+
import "./chunk-WR6SNTWM.mjs";
|
|
43
43
|
import "./chunk-6B2346NL.mjs";
|
|
44
44
|
import "./chunk-BWUHOT6F.mjs";
|
|
45
45
|
import "./chunk-DMUTOQCB.mjs";
|
package/dist/index.js
CHANGED
|
@@ -42,41 +42,41 @@ var _chunkZPWY4RXHjs = require('./chunk-ZPWY4RXH.js');
|
|
|
42
42
|
require('./chunk-3J53KHVV.js');
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
var
|
|
45
|
+
var _chunkCAQ7AK5Xjs = require('./chunk-CAQ7AK5X.js');
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
var
|
|
51
|
+
var _chunkHAEYMSIJjs = require('./chunk-HAEYMSIJ.js');
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkHD3XLBR6js = require('./chunk-HD3XLBR6.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunkAAOHHGLFjs = require('./chunk-AAOHHGLF.js');
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
var
|
|
60
|
+
var _chunk33SXLKVQjs = require('./chunk-33SXLKVQ.js');
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
var
|
|
66
|
+
var _chunkFOQ7DWRKjs = require('./chunk-FOQ7DWRK.js');
|
|
67
67
|
require('./chunk-SEZJIRER.js');
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
var
|
|
70
|
+
var _chunkIP3ORDHLjs = require('./chunk-IP3ORDHL.js');
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
var
|
|
73
|
+
var _chunk3DBMUOTEjs = require('./chunk-3DBMUOTE.js');
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
var
|
|
76
|
+
var _chunkGRQ52NPNjs = require('./chunk-GRQ52NPN.js');
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
var
|
|
79
|
+
var _chunk6J4CSTIOjs = require('./chunk-6J4CSTIO.js');
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
var _chunkWPMFZECRjs = require('./chunk-WPMFZECR.js');
|
|
@@ -166,7 +166,7 @@ var _chunkZMFVKBRMjs = require('./chunk-ZMFVKBRM.js');
|
|
|
166
166
|
var _chunk4NOLUAQNjs = require('./chunk-4NOLUAQN.js');
|
|
167
167
|
|
|
168
168
|
|
|
169
|
-
var
|
|
169
|
+
var _chunkGY2IUNWUjs = require('./chunk-GY2IUNWU.js');
|
|
170
170
|
|
|
171
171
|
|
|
172
172
|
var _chunkI734UVDTjs = require('./chunk-I734UVDT.js');
|
|
@@ -277,4 +277,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
277
277
|
|
|
278
278
|
|
|
279
279
|
|
|
280
|
-
exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPY52QA2Rjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPY52QA2Rjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPY52QA2Rjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPY52QA2Rjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPY52QA2Rjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7AXFMX2Tjs.PackageManagerTypes; exports.ProjectTagConstants = _chunk7YRW5HNXjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.YARN_LOCK_FILE = _chunkPY52QA2Rjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPY52QA2Rjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkBWFTYFWMjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkEJEF43S7js.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor =
|
|
280
|
+
exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPY52QA2Rjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPY52QA2Rjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPY52QA2Rjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPY52QA2Rjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPY52QA2Rjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7AXFMX2Tjs.PackageManagerTypes; exports.ProjectTagConstants = _chunk7YRW5HNXjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.YARN_LOCK_FILE = _chunkPY52QA2Rjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPY52QA2Rjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkBWFTYFWMjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkEJEF43S7js.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkIP3ORDHLjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunk3DBMUOTEjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkGRQ52NPNjs.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunk6J4CSTIOjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk33SXLKVQjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunkYSLPOLXZjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkFBLF4KJFjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkFOQ7DWRKjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunk7YRW5HNXjs.formatProjectTag; exports.getLockFileDependencies = _chunkPY52QA2Rjs.getLockFileDependencies; exports.getLockFileName = _chunkPY52QA2Rjs.getLockFileName; exports.getLockFileNodes = _chunkPY52QA2Rjs.getLockFileNodes; exports.getOutputPath = _chunkFBLF4KJFjs.getOutputPath; exports.getPackageInfo = _chunk7AXFMX2Tjs.getPackageInfo; exports.getProjectConfiguration = _chunkZPWY4RXHjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkZPWY4RXHjs.getProjectConfigurations; exports.getProjectTag = _chunk7YRW5HNXjs.getProjectTag; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.getTypiaTransform = _chunkXITP2BX2js.getTypiaTransform; exports.hasProjectTag = _chunk7YRW5HNXjs.hasProjectTag; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.isEqualProjectTag = _chunk7YRW5HNXjs.isEqualProjectTag; exports.isExternal = _chunkULBTYC2Bjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkPY52QA2Rjs.lockFileExists; exports.modifyCargoNestedTable = _chunkZMFVKBRMjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkZMFVKBRMjs.modifyCargoTable; exports.neutralLibraryGeneratorFn = _chunkEWOVTA4Pjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkKPUD75QZjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkFBLF4KJFjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.parseCargoToml = _chunkZMFVKBRMjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkZMFVKBRMjs.parseCargoTomlWithTree; exports.pnpmCatalogUpdate = _chunkWPMFZECRjs.pnpmCatalogUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkW4AJ2GF7js.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkCT2M6P5Rjs.releaseVersionGeneratorFn; exports.runProcess = _chunkULBTYC2Bjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunk7YRW5HNXjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkHAEYMSIJjs.sizeLimitExecutorFn; exports.stringifyCargoToml = _chunkZMFVKBRMjs.stringifyCargoToml; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsdownExecutorFn = _chunkHD3XLBR6js.tsdownExecutorFn; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkFBLF4KJFjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunkZFIZ5Q46js.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunkAAOHHGLFjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkCAQ7AK5Xjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkGY2IUNWUjs.withRunExecutor; exports.withRunGenerator = _chunkT72JINQHjs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -42,41 +42,41 @@ import {
|
|
|
42
42
|
import "./chunk-V7YZ3666.mjs";
|
|
43
43
|
import {
|
|
44
44
|
unbuildExecutorFn
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-QTF5LI3J.mjs";
|
|
46
46
|
import {
|
|
47
47
|
LARGE_BUFFER
|
|
48
48
|
} from "./chunk-5FEFILUQ.mjs";
|
|
49
49
|
import {
|
|
50
50
|
sizeLimitExecutorFn
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-MJMABD3Y.mjs";
|
|
52
52
|
import {
|
|
53
53
|
tsdownExecutorFn
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-MONKBNHZ.mjs";
|
|
55
55
|
import {
|
|
56
56
|
typiaExecutorFn
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-QPPYD6AV.mjs";
|
|
58
58
|
import {
|
|
59
59
|
cargoFormatExecutor
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-2JPM7NIE.mjs";
|
|
61
61
|
import {
|
|
62
62
|
getRegistryVersion
|
|
63
63
|
} from "./chunk-6ZQ3QYXH.mjs";
|
|
64
64
|
import {
|
|
65
65
|
esbuildExecutorFn
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-QDQXSMWK.mjs";
|
|
67
67
|
import "./chunk-Q3EM343U.mjs";
|
|
68
68
|
import {
|
|
69
69
|
cargoBuildExecutor
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-4DW72KGH.mjs";
|
|
71
71
|
import {
|
|
72
72
|
cargoCheckExecutor
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-FT3OFPDE.mjs";
|
|
74
74
|
import {
|
|
75
75
|
cargoClippyExecutor
|
|
76
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-P7CW4JDK.mjs";
|
|
77
77
|
import {
|
|
78
78
|
cargoDocExecutor
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-LXSRY4SQ.mjs";
|
|
80
80
|
import {
|
|
81
81
|
pnpmCatalogUpdate
|
|
82
82
|
} from "./chunk-RXH7O5YP.mjs";
|
|
@@ -166,7 +166,7 @@ import {
|
|
|
166
166
|
} from "./chunk-BO44O7D2.mjs";
|
|
167
167
|
import {
|
|
168
168
|
withRunExecutor
|
|
169
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-WR6SNTWM.mjs";
|
|
170
170
|
import {
|
|
171
171
|
base_executor_untyped_default
|
|
172
172
|
} from "./chunk-DGC5L3Z7.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkGY2IUNWUjs = require('../../chunk-GY2IUNWU.js');
|
|
4
4
|
require('../../chunk-ZOJ5F47Z.js');
|
|
5
5
|
require('../../chunk-M3X4P6AT.js');
|
|
6
6
|
require('../../chunk-5MKQX2FE.js');
|
|
@@ -8,4 +8,4 @@ require('../../chunk-XCSSYTCU.js');
|
|
|
8
8
|
require('../../chunk-3GQAWCBQ.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.withRunExecutor =
|
|
11
|
+
exports.withRunExecutor = _chunkGY2IUNWUjs.withRunExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -18,7 +18,7 @@ require('../../chunk-7YRW5HNX.js');
|
|
|
18
18
|
require('../../chunk-HI4G4OOG.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
var
|
|
21
|
+
var _chunkGY2IUNWUjs = require('../../chunk-GY2IUNWU.js');
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
var _chunkI734UVDTjs = require('../../chunk-I734UVDT.js');
|
|
@@ -45,4 +45,4 @@ require('../../chunk-3GQAWCBQ.js');
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
|
|
48
|
-
exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.createProjectTsConfigJson = _chunkFBLF4KJFjs.createProjectTsConfigJson; exports.getOutputPath = _chunkFBLF4KJFjs.getOutputPath; exports.normalizeOptions = _chunkFBLF4KJFjs.normalizeOptions; exports.typeScriptLibraryGeneratorFn = _chunkFBLF4KJFjs.typeScriptLibraryGeneratorFn; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunkZFIZ5Q46js.typescript_library_generator_untyped_default; exports.withRunExecutor =
|
|
48
|
+
exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.createProjectTsConfigJson = _chunkFBLF4KJFjs.createProjectTsConfigJson; exports.getOutputPath = _chunkFBLF4KJFjs.getOutputPath; exports.normalizeOptions = _chunkFBLF4KJFjs.normalizeOptions; exports.typeScriptLibraryGeneratorFn = _chunkFBLF4KJFjs.typeScriptLibraryGeneratorFn; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunkZFIZ5Q46js.typescript_library_generator_untyped_default; exports.withRunExecutor = _chunkGY2IUNWUjs.withRunExecutor; exports.withRunGenerator = _chunkT72JINQHjs.withRunGenerator;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -18,7 +18,7 @@ import "../../chunk-66TYTM73.mjs";
|
|
|
18
18
|
import "../../chunk-EK75QNMS.mjs";
|
|
19
19
|
import {
|
|
20
20
|
withRunExecutor
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-WR6SNTWM.mjs";
|
|
22
22
|
import {
|
|
23
23
|
base_executor_untyped_default
|
|
24
24
|
} from "../../chunk-DGC5L3Z7.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkIP3ORDHLjs = require('../../../chunk-IP3ORDHL.js');
|
|
5
5
|
require('../../../chunk-ULBTYC2B.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
7
7
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
9
9
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.cargoBuildExecutor =
|
|
15
|
+
exports.cargoBuildExecutor = _chunkIP3ORDHLjs.cargoBuildExecutor; exports.default = _chunkIP3ORDHLjs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoBuildExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-4DW72KGH.mjs";
|
|
5
5
|
import "../../../chunk-QZHIWK5Z.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
7
7
|
import "../../../chunk-6B2346NL.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
9
9
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk3DBMUOTEjs = require('../../../chunk-3DBMUOTE.js');
|
|
5
5
|
require('../../../chunk-ULBTYC2B.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
7
7
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
9
9
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.cargoCheckExecutor =
|
|
15
|
+
exports.cargoCheckExecutor = _chunk3DBMUOTEjs.cargoCheckExecutor; exports.default = _chunk3DBMUOTEjs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoCheckExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-FT3OFPDE.mjs";
|
|
5
5
|
import "../../../chunk-QZHIWK5Z.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
7
7
|
import "../../../chunk-6B2346NL.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
9
9
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkGRQ52NPNjs = require('../../../chunk-GRQ52NPN.js');
|
|
5
5
|
require('../../../chunk-ULBTYC2B.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
7
7
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
9
9
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.cargoClippyExecutor =
|
|
15
|
+
exports.cargoClippyExecutor = _chunkGRQ52NPNjs.cargoClippyExecutor; exports.default = _chunkGRQ52NPNjs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoClippyExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-P7CW4JDK.mjs";
|
|
5
5
|
import "../../../chunk-QZHIWK5Z.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
7
7
|
import "../../../chunk-6B2346NL.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
9
9
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk6J4CSTIOjs = require('../../../chunk-6J4CSTIO.js');
|
|
5
5
|
require('../../../chunk-ULBTYC2B.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
7
7
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
9
9
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.cargoDocExecutor =
|
|
15
|
+
exports.cargoDocExecutor = _chunk6J4CSTIOjs.cargoDocExecutor; exports.default = _chunk6J4CSTIOjs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoDocExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-LXSRY4SQ.mjs";
|
|
5
5
|
import "../../../chunk-QZHIWK5Z.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
7
7
|
import "../../../chunk-6B2346NL.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
9
9
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk33SXLKVQjs = require('../../../chunk-33SXLKVQ.js');
|
|
5
5
|
require('../../../chunk-ULBTYC2B.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
7
7
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
9
9
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.cargoFormatExecutor =
|
|
15
|
+
exports.cargoFormatExecutor = _chunk33SXLKVQjs.cargoFormatExecutor; exports.default = _chunk33SXLKVQjs.executor_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoFormatExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-2JPM7NIE.mjs";
|
|
5
5
|
import "../../../chunk-QZHIWK5Z.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
7
7
|
import "../../../chunk-6B2346NL.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
9
9
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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 _chunkGY2IUNWUjs = require('../../../chunk-GY2IUNWU.js');
|
|
4
4
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
5
5
|
|
|
6
6
|
|
|
@@ -284,7 +284,7 @@ function clearPackageJSON(packageJson, inputIgnoreFields) {
|
|
|
284
284
|
return cleanPackageJSON;
|
|
285
285
|
}
|
|
286
286
|
_chunk3GQAWCBQjs.__name.call(void 0, clearPackageJSON, "clearPackageJSON");
|
|
287
|
-
var executor_default =
|
|
287
|
+
var executor_default = _chunkGY2IUNWUjs.withRunExecutor.call(void 0, "Storm Clean-Package executor", cleanPackageExecutorFn, {
|
|
288
288
|
skipReadingConfig: false,
|
|
289
289
|
hooks: {
|
|
290
290
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkFOQ7DWRKjs = require('../../../chunk-FOQ7DWRK.js');
|
|
5
5
|
require('../../../chunk-SEZJIRER.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
7
7
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
9
9
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunkFOQ7DWRKjs.executor_default; exports.esbuildExecutorFn = _chunkFOQ7DWRKjs.esbuildExecutorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
esbuildExecutorFn,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-QDQXSMWK.mjs";
|
|
5
5
|
import "../../../chunk-Q3EM343U.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
7
7
|
import "../../../chunk-6B2346NL.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
9
9
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkHAEYMSIJjs = require('../../../chunk-HAEYMSIJ.js');
|
|
5
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
6
6
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
7
7
|
require('../../../chunk-M3X4P6AT.js');
|
|
8
8
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkHAEYMSIJjs.executor_default; exports.sizeLimitExecutorFn = _chunkHAEYMSIJjs.sizeLimitExecutorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
sizeLimitExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-MJMABD3Y.mjs";
|
|
5
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
6
6
|
import "../../../chunk-6B2346NL.mjs";
|
|
7
7
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
8
8
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkHD3XLBR6js = require('../../../chunk-HD3XLBR6.js');
|
|
5
5
|
require('../../../chunk-SEZJIRER.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
7
7
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
9
9
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunkHD3XLBR6js.executor_default; exports.tsdownExecutorFn = _chunkHD3XLBR6js.tsdownExecutorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
tsdownExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-MONKBNHZ.mjs";
|
|
5
5
|
import "../../../chunk-Q3EM343U.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
7
7
|
import "../../../chunk-6B2346NL.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
9
9
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkAAOHHGLFjs = require('../../../chunk-AAOHHGLF.js');
|
|
5
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
6
6
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
7
7
|
require('../../../chunk-M3X4P6AT.js');
|
|
8
8
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkAAOHHGLFjs.executor_default; exports.typiaExecutorFn = _chunkAAOHHGLFjs.typiaExecutorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
typiaExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-QPPYD6AV.mjs";
|
|
5
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
6
6
|
import "../../../chunk-6B2346NL.mjs";
|
|
7
7
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
8
8
|
import "../../../chunk-DMUTOQCB.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkCAQ7AK5Xjs = require('../../../chunk-CAQ7AK5X.js');
|
|
5
|
+
require('../../../chunk-GY2IUNWU.js');
|
|
6
6
|
require('../../../chunk-ZOJ5F47Z.js');
|
|
7
7
|
require('../../../chunk-M3X4P6AT.js');
|
|
8
8
|
require('../../../chunk-5MKQX2FE.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkCAQ7AK5Xjs.executor_default; exports.unbuildExecutorFn = _chunkCAQ7AK5Xjs.unbuildExecutorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
unbuildExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-QTF5LI3J.mjs";
|
|
5
|
+
import "../../../chunk-WR6SNTWM.mjs";
|
|
6
6
|
import "../../../chunk-6B2346NL.mjs";
|
|
7
7
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
8
8
|
import "../../../chunk-DMUTOQCB.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.239.0",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -209,10 +209,10 @@
|
|
|
209
209
|
"devDependencies": {
|
|
210
210
|
"@microsoft/api-extractor": "^7.48.1",
|
|
211
211
|
"@nx/esbuild": "^20.3.1",
|
|
212
|
-
"@storm-software/esbuild": "0.
|
|
213
|
-
"@storm-software/prettier": "0.
|
|
214
|
-
"@storm-software/tsdown": "0.
|
|
215
|
-
"@storm-software/unbuild": "0.
|
|
212
|
+
"@storm-software/esbuild": "0.21.0",
|
|
213
|
+
"@storm-software/prettier": "0.30.0",
|
|
214
|
+
"@storm-software/tsdown": "0.22.0",
|
|
215
|
+
"@storm-software/unbuild": "0.30.0",
|
|
216
216
|
"@types/micromatch": "4.0.9",
|
|
217
217
|
"@types/node": "^22.10.2",
|
|
218
218
|
"@types/semver": "7.5.8",
|