@storm-software/workspace-tools 1.239.1 → 1.239.3
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 +25 -0
- package/README.md +1 -1
- package/dist/{chunk-CHBQHYNX.js → chunk-BQ6QQEKM.js} +13 -13
- package/dist/{chunk-AMWYOBNS.js → chunk-FDQROX6T.js} +14 -14
- package/dist/{chunk-WPLOOG3U.js → chunk-FZRFNRJT.js} +9 -9
- package/dist/{chunk-Q3EM343U.mjs → chunk-GIIOK5XW.mjs} +3 -1
- package/dist/{chunk-SEZJIRER.js → chunk-KTQJ3BYS.js} +3 -1
- package/dist/{chunk-R4KMDDFL.mjs → chunk-ODVU2NXI.mjs} +13 -13
- package/dist/{chunk-X7DK54MN.mjs → chunk-SOQA673K.mjs} +1 -1
- package/dist/{chunk-U3DESZIP.mjs → chunk-VNRL6EUK.mjs} +1 -1
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +4 -4
- package/dist/index.js +5 -5
- package/dist/index.mjs +4 -4
- package/dist/src/executors/esbuild/executor.js +3 -3
- package/dist/src/executors/esbuild/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/unbuild/executor.js +2 -2
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
## 1.239.3 (2025-01-22)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **unbuild:** Resolve issue applying entry directory to build options ([2c795456](https://github.com/storm-software/storm-ops/commit/2c795456))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated unbuild to 0.30.3
|
|
10
|
+
- Updated unbuild to 0.30.3
|
|
11
|
+
|
|
12
|
+
## 1.239.2 (2025-01-22)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **config-tools:** Resolved issue applying entire token parameters object ([5ccf3881](https://github.com/storm-software/storm-ops/commit/5ccf3881))
|
|
17
|
+
|
|
18
|
+
### 🧱 Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated prettier to 0.30.1
|
|
21
|
+
- Updated esbuild to 0.21.1
|
|
22
|
+
- Updated unbuild to 0.30.2
|
|
23
|
+
- Updated unbuild to 0.30.2
|
|
24
|
+
- Updated tsdown to 0.22.1
|
|
25
|
+
|
|
1
26
|
## 1.239.1 (2025-01-22)
|
|
2
27
|
|
|
3
28
|
### Bug Fixes
|
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 -->
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkKTQJ3BYSjs = require('./chunk-KTQJ3BYS.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkB2TMWHSQjs = require('./chunk-B2TMWHSQ.js');
|
|
@@ -487,7 +487,7 @@ _chunk3GQAWCBQjs.__name.call(void 0, getTypeDependencyPackageName, "getTypeDepen
|
|
|
487
487
|
|
|
488
488
|
// ../esbuild/src/config.ts
|
|
489
489
|
var getOutputExtensionMap = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options, pkgType) => {
|
|
490
|
-
return options.outExtension ? options.outExtension(options.format, pkgType) :
|
|
490
|
+
return options.outExtension ? options.outExtension(options.format, pkgType) : _chunkKTQJ3BYSjs.getOutExtension.call(void 0, options.format, pkgType);
|
|
491
491
|
}, "getOutputExtensionMap");
|
|
492
492
|
var getDefaultBuildPlugins = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options, resolvedOptions) => [
|
|
493
493
|
nodeProtocolPlugin(options, resolvedOptions),
|
|
@@ -535,7 +535,7 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
535
535
|
".woff": "file",
|
|
536
536
|
".woff2": "file"
|
|
537
537
|
},
|
|
538
|
-
banner:
|
|
538
|
+
banner: _chunkKTQJ3BYSjs.DEFAULT_COMPILED_BANNER
|
|
539
539
|
};
|
|
540
540
|
|
|
541
541
|
// ../esbuild/src/plugins/deps-check.ts
|
|
@@ -730,14 +730,14 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
730
730
|
}
|
|
731
731
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
732
732
|
options.name ??= `${projectName}-${options.format}`;
|
|
733
|
-
options.target ??=
|
|
733
|
+
options.target ??= _chunkKTQJ3BYSjs.DEFAULT_TARGET;
|
|
734
734
|
const packageJsonPath = _chunkXCSSYTCUjs.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
|
|
735
735
|
if (!await _node.hfs.isFile(packageJsonPath)) {
|
|
736
736
|
throw new Error("Cannot find package.json configuration");
|
|
737
737
|
}
|
|
738
738
|
const packageJson = await _node.hfs.json(packageJsonPath);
|
|
739
739
|
const outExtension = getOutputExtensionMap(options, packageJson.type);
|
|
740
|
-
const env =
|
|
740
|
+
const env = _chunkKTQJ3BYSjs.getEnv.call(void 0, "esbuild", options);
|
|
741
741
|
const result = {
|
|
742
742
|
...options,
|
|
743
743
|
config,
|
|
@@ -757,7 +757,7 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
757
757
|
...userOptions,
|
|
758
758
|
tsconfig: _chunkXCSSYTCUjs.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
759
759
|
format: options.format || "cjs",
|
|
760
|
-
entryPoints: await
|
|
760
|
+
entryPoints: await _chunkKTQJ3BYSjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
|
|
761
761
|
"./src/index.ts"
|
|
762
762
|
], userOptions.emitOnAll),
|
|
763
763
|
outdir: userOptions.outputPath || _chunkXCSSYTCUjs.joinPaths.call(void 0, "dist", projectRoot),
|
|
@@ -782,8 +782,8 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
782
782
|
outExtension,
|
|
783
783
|
footer: userOptions.footer,
|
|
784
784
|
banner: {
|
|
785
|
-
js: options.banner ||
|
|
786
|
-
css: options.banner ||
|
|
785
|
+
js: options.banner || _chunkKTQJ3BYSjs.DEFAULT_COMPILED_BANNER,
|
|
786
|
+
css: options.banner || _chunkKTQJ3BYSjs.DEFAULT_COMPILED_BANNER
|
|
787
787
|
},
|
|
788
788
|
splitting: options.format === "iife" ? false : typeof options.splitting === "boolean" ? options.splitting : options.format === "esm",
|
|
789
789
|
treeShaking: options.format === "esm",
|
|
@@ -825,11 +825,11 @@ async function generatePackageJson(context2) {
|
|
|
825
825
|
if (!packageJson) {
|
|
826
826
|
throw new Error("Cannot find package.json configuration file");
|
|
827
827
|
}
|
|
828
|
-
packageJson = await
|
|
829
|
-
packageJson = await
|
|
828
|
+
packageJson = await _chunkKTQJ3BYSjs.addPackageDependencies.call(void 0, context2.options.config.workspaceRoot, context2.options.projectRoot, context2.options.projectName, packageJson);
|
|
829
|
+
packageJson = await _chunkKTQJ3BYSjs.addWorkspacePackageJsonFields.call(void 0, context2.options.config, context2.options.projectRoot, context2.options.sourceRoot, context2.options.projectName, false, packageJson);
|
|
830
830
|
packageJson.exports ??= {};
|
|
831
831
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
832
|
-
packageJson.exports["."] ??=
|
|
832
|
+
packageJson.exports["."] ??= _chunkKTQJ3BYSjs.addPackageJsonExport.call(void 0, "index", packageJson.type, context2.options.sourceRoot);
|
|
833
833
|
let entryPoints = [
|
|
834
834
|
{
|
|
835
835
|
in: "./src/index.ts",
|
|
@@ -847,7 +847,7 @@ async function generatePackageJson(context2) {
|
|
|
847
847
|
const split = entryPoint.out.split(".");
|
|
848
848
|
split.pop();
|
|
849
849
|
const entry = split.join(".").replaceAll("\\", "/");
|
|
850
|
-
packageJson.exports[`./${entry}`] ??=
|
|
850
|
+
packageJson.exports[`./${entry}`] ??= _chunkKTQJ3BYSjs.addPackageJsonExport.call(void 0, entry, packageJson.type, context2.options.sourceRoot);
|
|
851
851
|
}
|
|
852
852
|
}
|
|
853
853
|
packageJson.main = packageJson.type === "commonjs" ? "./dist/index.js" : "./dist/index.cjs";
|
|
@@ -904,7 +904,7 @@ async function copyBuildAssets(context2) {
|
|
|
904
904
|
if (_optionalChain([context2, 'access', _26 => _26.result, 'optionalAccess', _27 => _27.errors, 'access', _28 => _28.length]) === 0) {
|
|
905
905
|
_chunkM3X4P6ATjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
|
|
906
906
|
const stopwatch = _chunkM3X4P6ATjs.getStopwatch.call(void 0, `${context2.options.name} asset copy`);
|
|
907
|
-
await
|
|
907
|
+
await _chunkKTQJ3BYSjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.projectName, context2.options.sourceRoot, true, false);
|
|
908
908
|
stopwatch();
|
|
909
909
|
}
|
|
910
910
|
return context2;
|
|
@@ -1,4 +1,4 @@
|
|
|
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; }
|
|
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
3
|
var _chunkB2TMWHSQjs = require('./chunk-B2TMWHSQ.js');
|
|
4
4
|
|
|
@@ -16,8 +16,14 @@ var _defu = require('defu');
|
|
|
16
16
|
var _jiti = require('jiti');
|
|
17
17
|
async function unbuildExecutorFn(options, context, config) {
|
|
18
18
|
_chunkM3X4P6ATjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
19
|
-
if (!_optionalChain([context, 'access', _ => _.projectsConfigurations, 'optionalAccess', _2 => _2.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]
|
|
20
|
-
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
19
|
+
if (!_optionalChain([context, 'access', _ => _.projectsConfigurations, 'optionalAccess', _2 => _2.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
20
|
+
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace root directory.");
|
|
21
|
+
}
|
|
22
|
+
if (!context.projectsConfigurations.projects[context.projectName].root) {
|
|
23
|
+
throw new Error("The Build process failed because the project root is not valid. Please run this command from a workspace root directory.");
|
|
24
|
+
}
|
|
25
|
+
if (!context.projectsConfigurations.projects[context.projectName].sourceRoot) {
|
|
26
|
+
throw new Error("The Build process failed because the project's source root is not valid. Please run this command from a workspace root directory.");
|
|
21
27
|
}
|
|
22
28
|
const jiti = _jiti.createJiti.call(void 0, config.workspaceRoot, {
|
|
23
29
|
fsCache: config.skipCache ? false : _chunkXCSSYTCUjs.joinPaths.call(void 0, config.directories.cache || "node_modules/.cache/storm", "jiti"),
|
|
@@ -26,11 +32,10 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
26
32
|
const stormUnbuild = await jiti.import(jiti.esmResolve("@storm-software/unbuild/build"));
|
|
27
33
|
await stormUnbuild.build(_defu.defu.call(void 0, {
|
|
28
34
|
...options,
|
|
29
|
-
projectRoot:
|
|
35
|
+
projectRoot: context.projectsConfigurations.projects[context.projectName].root,
|
|
30
36
|
projectName: context.projectName,
|
|
31
|
-
sourceRoot:
|
|
32
|
-
platform: options.platform
|
|
33
|
-
name: context.projectName
|
|
37
|
+
sourceRoot: context.projectsConfigurations.projects[context.projectName].sourceRoot,
|
|
38
|
+
platform: options.platform
|
|
34
39
|
}, {
|
|
35
40
|
stubOptions: {
|
|
36
41
|
jiti: {
|
|
@@ -40,20 +45,15 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
40
45
|
rollup: {
|
|
41
46
|
emitCJS: true,
|
|
42
47
|
watch: false,
|
|
43
|
-
cjsBridge: false,
|
|
44
48
|
dts: {
|
|
45
49
|
respectExternal: true
|
|
46
50
|
},
|
|
47
|
-
replace: {},
|
|
48
|
-
alias: {},
|
|
49
|
-
resolve: {},
|
|
50
|
-
json: {},
|
|
51
|
-
commonjs: {},
|
|
52
51
|
esbuild: {
|
|
53
52
|
target: options.target,
|
|
54
53
|
format: "esm",
|
|
55
54
|
platform: options.platform,
|
|
56
|
-
minify: options.minify,
|
|
55
|
+
minify: _nullishCoalesce(options.minify, () => ( !options.debug)),
|
|
56
|
+
sourcemap: _nullishCoalesce(options.sourcemap, () => ( options.debug)),
|
|
57
57
|
treeShaking: options.treeShaking
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkKTQJ3BYSjs = require('./chunk-KTQJ3BYS.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunkB2TMWHSQjs = require('./chunk-B2TMWHSQ.js');
|
|
@@ -91,19 +91,19 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
91
91
|
}
|
|
92
92
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
93
93
|
options.name ??= `${projectName}-${options.format}`;
|
|
94
|
-
options.target ??=
|
|
94
|
+
options.target ??= _chunkKTQJ3BYSjs.DEFAULT_TARGET;
|
|
95
95
|
const packageJsonPath = _chunkXCSSYTCUjs.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
|
|
96
96
|
if (!await _node.hfs.isFile(packageJsonPath)) {
|
|
97
97
|
throw new Error("Cannot find package.json configuration");
|
|
98
98
|
}
|
|
99
|
-
const env =
|
|
99
|
+
const env = _chunkKTQJ3BYSjs.getEnv.call(void 0, "tsdown", options);
|
|
100
100
|
const result = {
|
|
101
101
|
...options,
|
|
102
102
|
config,
|
|
103
103
|
...userOptions,
|
|
104
104
|
tsconfig: _chunkXCSSYTCUjs.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
105
105
|
format: options.format || "cjs",
|
|
106
|
-
entryPoints: await
|
|
106
|
+
entryPoints: await _chunkKTQJ3BYSjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
|
|
107
107
|
"./src/index.ts"
|
|
108
108
|
], userOptions.emitOnAll),
|
|
109
109
|
outdir: userOptions.outputPath || _chunkXCSSYTCUjs.joinPaths.call(void 0, "dist", projectRoot),
|
|
@@ -159,11 +159,11 @@ async function generatePackageJson(options) {
|
|
|
159
159
|
if (!packageJson) {
|
|
160
160
|
throw new Error("Cannot find package.json configuration file");
|
|
161
161
|
}
|
|
162
|
-
packageJson = await
|
|
163
|
-
packageJson = await
|
|
162
|
+
packageJson = await _chunkKTQJ3BYSjs.addPackageDependencies.call(void 0, options.config.workspaceRoot, options.projectRoot, options.projectName, packageJson);
|
|
163
|
+
packageJson = await _chunkKTQJ3BYSjs.addWorkspacePackageJsonFields.call(void 0, options.config, options.projectRoot, options.sourceRoot, options.projectName, false, packageJson);
|
|
164
164
|
packageJson.exports ??= {};
|
|
165
165
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
166
|
-
packageJson.exports["."] ??=
|
|
166
|
+
packageJson.exports["."] ??= _chunkKTQJ3BYSjs.addPackageJsonExport.call(void 0, "index", packageJson.type, options.sourceRoot);
|
|
167
167
|
let entryPoints = [
|
|
168
168
|
{
|
|
169
169
|
in: "./src/index.ts",
|
|
@@ -181,7 +181,7 @@ async function generatePackageJson(options) {
|
|
|
181
181
|
const split = entryPoint.out.split(".");
|
|
182
182
|
split.pop();
|
|
183
183
|
const entry = split.join(".").replaceAll("\\", "/");
|
|
184
|
-
packageJson.exports[`./${entry}`] ??=
|
|
184
|
+
packageJson.exports[`./${entry}`] ??= _chunkKTQJ3BYSjs.addPackageJsonExport.call(void 0, entry, packageJson.type, options.sourceRoot);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
packageJson.main = packageJson.type === "commonjs" ? "./dist/index.js" : "./dist/index.cjs";
|
|
@@ -215,7 +215,7 @@ _chunk3GQAWCBQjs.__name.call(void 0, executeTSDown, "executeTSDown");
|
|
|
215
215
|
async function copyBuildAssets(options) {
|
|
216
216
|
_chunkM3X4P6ATjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${options.outdir}`, options.config);
|
|
217
217
|
const stopwatch = _chunkM3X4P6ATjs.getStopwatch.call(void 0, `${options.name} asset copy`);
|
|
218
|
-
await
|
|
218
|
+
await _chunkKTQJ3BYSjs.copyAssets.call(void 0, options.config, _nullishCoalesce(options.assets, () => ( [])), options.outdir, options.projectRoot, options.projectName, options.sourceRoot, true, false);
|
|
219
219
|
stopwatch();
|
|
220
220
|
return options;
|
|
221
221
|
}
|
|
@@ -86,8 +86,10 @@ var copyAssets = /* @__PURE__ */ __name(async (config, assets, outputPath, proje
|
|
|
86
86
|
if (!buildTarget) {
|
|
87
87
|
throw new Error(`The Build process failed because the project does not have a valid build target in the project.json file. Check if the file exists in the root of the project at ${joinPaths(projectRoot, "project.json")}`);
|
|
88
88
|
}
|
|
89
|
+
writeTrace(`\u{1F4DD} Copying the following assets to the output directory:
|
|
90
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`, config);
|
|
89
91
|
const result = await copyAssetsBase({
|
|
90
|
-
assets,
|
|
92
|
+
assets: pendingAssets,
|
|
91
93
|
watch: false,
|
|
92
94
|
outputPath
|
|
93
95
|
}, {
|
|
@@ -86,8 +86,10 @@ var copyAssets = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (con
|
|
|
86
86
|
if (!buildTarget) {
|
|
87
87
|
throw new Error(`The Build process failed because the project does not have a valid build target in the project.json file. Check if the file exists in the root of the project at ${_chunkXCSSYTCUjs.joinPaths.call(void 0, projectRoot, "project.json")}`);
|
|
88
88
|
}
|
|
89
|
+
_chunkM3X4P6ATjs.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
|
|
90
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkXCSSYTCUjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`, config);
|
|
89
91
|
const result = await _js.copyAssets.call(void 0, {
|
|
90
|
-
assets,
|
|
92
|
+
assets: pendingAssets,
|
|
91
93
|
watch: false,
|
|
92
94
|
outputPath
|
|
93
95
|
}, {
|
|
@@ -16,8 +16,14 @@ import { defu } from "defu";
|
|
|
16
16
|
import { createJiti } from "jiti";
|
|
17
17
|
async function unbuildExecutorFn(options, context, config) {
|
|
18
18
|
writeInfo("\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
19
|
-
if (!context.projectsConfigurations?.projects || !context.projectName || !context.projectsConfigurations.projects[context.projectName]
|
|
20
|
-
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
19
|
+
if (!context.projectsConfigurations?.projects || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
20
|
+
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace root directory.");
|
|
21
|
+
}
|
|
22
|
+
if (!context.projectsConfigurations.projects[context.projectName].root) {
|
|
23
|
+
throw new Error("The Build process failed because the project root is not valid. Please run this command from a workspace root directory.");
|
|
24
|
+
}
|
|
25
|
+
if (!context.projectsConfigurations.projects[context.projectName].sourceRoot) {
|
|
26
|
+
throw new Error("The Build process failed because the project's source root is not valid. Please run this command from a workspace root directory.");
|
|
21
27
|
}
|
|
22
28
|
const jiti = createJiti(config.workspaceRoot, {
|
|
23
29
|
fsCache: config.skipCache ? false : joinPaths(config.directories.cache || "node_modules/.cache/storm", "jiti"),
|
|
@@ -26,11 +32,10 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
26
32
|
const stormUnbuild = await jiti.import(jiti.esmResolve("@storm-software/unbuild/build"));
|
|
27
33
|
await stormUnbuild.build(defu({
|
|
28
34
|
...options,
|
|
29
|
-
projectRoot: context.projectsConfigurations.projects
|
|
35
|
+
projectRoot: context.projectsConfigurations.projects[context.projectName].root,
|
|
30
36
|
projectName: context.projectName,
|
|
31
|
-
sourceRoot: context.projectsConfigurations.projects
|
|
32
|
-
platform: options.platform
|
|
33
|
-
name: context.projectName
|
|
37
|
+
sourceRoot: context.projectsConfigurations.projects[context.projectName].sourceRoot,
|
|
38
|
+
platform: options.platform
|
|
34
39
|
}, {
|
|
35
40
|
stubOptions: {
|
|
36
41
|
jiti: {
|
|
@@ -40,20 +45,15 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
40
45
|
rollup: {
|
|
41
46
|
emitCJS: true,
|
|
42
47
|
watch: false,
|
|
43
|
-
cjsBridge: false,
|
|
44
48
|
dts: {
|
|
45
49
|
respectExternal: true
|
|
46
50
|
},
|
|
47
|
-
replace: {},
|
|
48
|
-
alias: {},
|
|
49
|
-
resolve: {},
|
|
50
|
-
json: {},
|
|
51
|
-
commonjs: {},
|
|
52
51
|
esbuild: {
|
|
53
52
|
target: options.target,
|
|
54
53
|
format: "esm",
|
|
55
54
|
platform: options.platform,
|
|
56
|
-
minify: options.minify,
|
|
55
|
+
minify: options.minify ?? !options.debug,
|
|
56
|
+
sourcemap: options.sourcemap ?? options.debug,
|
|
57
57
|
treeShaking: options.treeShaking
|
|
58
58
|
}
|
|
59
59
|
}
|
package/dist/executors.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3J53KHVV.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkFDQROX6Tjs = require('./chunk-FDQROX6T.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
|
|
@@ -10,7 +10,7 @@ var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
|
|
|
10
10
|
var _chunkSMQLC4ZDjs = require('./chunk-SMQLC4ZD.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkFZRFNRJTjs = require('./chunk-FZRFNRJT.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
var _chunk7DG4BPDHjs = require('./chunk-7DG4BPDH.js');
|
|
@@ -22,8 +22,8 @@ var _chunkLSUHHBAMjs = require('./chunk-LSUHHBAM.js');
|
|
|
22
22
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
26
|
-
require('./chunk-
|
|
25
|
+
var _chunkBQ6QQEKMjs = require('./chunk-BQ6QQEKM.js');
|
|
26
|
+
require('./chunk-KTQJ3BYS.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
var _chunkUR7LTGOYjs = require('./chunk-UR7LTGOY.js');
|
|
@@ -58,4 +58,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkUR7LTGOYjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE42HWC4Djs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBUKUNOCVjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkSTENKYWNjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLSUHHBAMjs.cargoFormatExecutor; exports.esbuildExecutorFn =
|
|
61
|
+
exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkUR7LTGOYjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE42HWC4Djs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBUKUNOCVjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkSTENKYWNjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLSUHHBAMjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkBQ6QQEKMjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkSMQLC4ZDjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkFZRFNRJTjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunk7DG4BPDHjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFDQROX6Tjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./chunk-V7YZ3666.mjs";
|
|
2
2
|
import {
|
|
3
3
|
unbuildExecutorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-ODVU2NXI.mjs";
|
|
5
5
|
import {
|
|
6
6
|
LARGE_BUFFER
|
|
7
7
|
} from "./chunk-5FEFILUQ.mjs";
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "./chunk-JES75APB.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tsdownExecutorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-VNRL6EUK.mjs";
|
|
14
14
|
import {
|
|
15
15
|
typiaExecutorFn
|
|
16
16
|
} from "./chunk-YP6KREBX.mjs";
|
|
@@ -22,8 +22,8 @@ import {
|
|
|
22
22
|
} from "./chunk-6ZQ3QYXH.mjs";
|
|
23
23
|
import {
|
|
24
24
|
esbuildExecutorFn
|
|
25
|
-
} from "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
} from "./chunk-SOQA673K.mjs";
|
|
26
|
+
import "./chunk-GIIOK5XW.mjs";
|
|
27
27
|
import {
|
|
28
28
|
cargoBuildExecutor
|
|
29
29
|
} from "./chunk-PYLFT2B6.mjs";
|
package/dist/index.js
CHANGED
|
@@ -42,7 +42,7 @@ var _chunkZPWY4RXHjs = require('./chunk-ZPWY4RXH.js');
|
|
|
42
42
|
require('./chunk-3J53KHVV.js');
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
var
|
|
45
|
+
var _chunkFDQROX6Tjs = require('./chunk-FDQROX6T.js');
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
|
|
@@ -51,7 +51,7 @@ var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
|
|
|
51
51
|
var _chunkSMQLC4ZDjs = require('./chunk-SMQLC4ZD.js');
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkFZRFNRJTjs = require('./chunk-FZRFNRJT.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
var _chunk7DG4BPDHjs = require('./chunk-7DG4BPDH.js');
|
|
@@ -63,8 +63,8 @@ var _chunkLSUHHBAMjs = require('./chunk-LSUHHBAM.js');
|
|
|
63
63
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
var
|
|
67
|
-
require('./chunk-
|
|
66
|
+
var _chunkBQ6QQEKMjs = require('./chunk-BQ6QQEKM.js');
|
|
67
|
+
require('./chunk-KTQJ3BYS.js');
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
var _chunkUR7LTGOYjs = require('./chunk-UR7LTGOY.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 = _chunkVTNJFMZLjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkUR7LTGOYjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE42HWC4Djs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBUKUNOCVjs.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkSTENKYWNjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLSUHHBAMjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunkIFT7I2FJjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkFBLF4KJFjs.createProjectTsConfigJson; exports.esbuildExecutorFn =
|
|
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 = _chunkVTNJFMZLjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkUR7LTGOYjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE42HWC4Djs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBUKUNOCVjs.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkSTENKYWNjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLSUHHBAMjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunkIFT7I2FJjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkFBLF4KJFjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkBQ6QQEKMjs.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 = _chunk3W2Z7D4Ujs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkBNVJA74Djs.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 = _chunkRER3HTR4js.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 = _chunkSMQLC4ZDjs.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 = _chunkFZRFNRJTjs.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 = _chunk7DG4BPDHjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFDQROX6Tjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkB2TMWHSQjs.withRunExecutor; exports.withRunGenerator = _chunkTDO6POJNjs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
import "./chunk-V7YZ3666.mjs";
|
|
43
43
|
import {
|
|
44
44
|
unbuildExecutorFn
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-ODVU2NXI.mjs";
|
|
46
46
|
import {
|
|
47
47
|
LARGE_BUFFER
|
|
48
48
|
} from "./chunk-5FEFILUQ.mjs";
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
} from "./chunk-JES75APB.mjs";
|
|
52
52
|
import {
|
|
53
53
|
tsdownExecutorFn
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-VNRL6EUK.mjs";
|
|
55
55
|
import {
|
|
56
56
|
typiaExecutorFn
|
|
57
57
|
} from "./chunk-YP6KREBX.mjs";
|
|
@@ -63,8 +63,8 @@ import {
|
|
|
63
63
|
} from "./chunk-6ZQ3QYXH.mjs";
|
|
64
64
|
import {
|
|
65
65
|
esbuildExecutorFn
|
|
66
|
-
} from "./chunk-
|
|
67
|
-
import "./chunk-
|
|
66
|
+
} from "./chunk-SOQA673K.mjs";
|
|
67
|
+
import "./chunk-GIIOK5XW.mjs";
|
|
68
68
|
import {
|
|
69
69
|
cargoBuildExecutor
|
|
70
70
|
} from "./chunk-PYLFT2B6.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 _chunkBQ6QQEKMjs = require('../../../chunk-BQ6QQEKM.js');
|
|
5
|
+
require('../../../chunk-KTQJ3BYS.js');
|
|
6
6
|
require('../../../chunk-B2TMWHSQ.js');
|
|
7
7
|
require('../../../chunk-XS73BPQS.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunkBQ6QQEKMjs.executor_default; exports.esbuildExecutorFn = _chunkBQ6QQEKMjs.esbuildExecutorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
esbuildExecutorFn,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-SOQA673K.mjs";
|
|
5
|
+
import "../../../chunk-GIIOK5XW.mjs";
|
|
6
6
|
import "../../../chunk-FTCEJETR.mjs";
|
|
7
7
|
import "../../../chunk-2BQA54CQ.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.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 _chunkFZRFNRJTjs = require('../../../chunk-FZRFNRJT.js');
|
|
5
|
+
require('../../../chunk-KTQJ3BYS.js');
|
|
6
6
|
require('../../../chunk-B2TMWHSQ.js');
|
|
7
7
|
require('../../../chunk-XS73BPQS.js');
|
|
8
8
|
require('../../../chunk-M3X4P6AT.js');
|
|
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunkFZRFNRJTjs.executor_default; exports.tsdownExecutorFn = _chunkFZRFNRJTjs.tsdownExecutorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
tsdownExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-VNRL6EUK.mjs";
|
|
5
|
+
import "../../../chunk-GIIOK5XW.mjs";
|
|
6
6
|
import "../../../chunk-FTCEJETR.mjs";
|
|
7
7
|
import "../../../chunk-2BQA54CQ.mjs";
|
|
8
8
|
import "../../../chunk-BWUHOT6F.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkFDQROX6Tjs = require('../../../chunk-FDQROX6T.js');
|
|
5
5
|
require('../../../chunk-B2TMWHSQ.js');
|
|
6
6
|
require('../../../chunk-XS73BPQS.js');
|
|
7
7
|
require('../../../chunk-M3X4P6AT.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkFDQROX6Tjs.executor_default; exports.unbuildExecutorFn = _chunkFDQROX6Tjs.unbuildExecutorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.239.
|
|
3
|
+
"version": "1.239.3",
|
|
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.21.
|
|
213
|
-
"@storm-software/prettier": "0.30.
|
|
214
|
-
"@storm-software/tsdown": "0.22.
|
|
215
|
-
"@storm-software/unbuild": "0.30.
|
|
212
|
+
"@storm-software/esbuild": "0.21.1",
|
|
213
|
+
"@storm-software/prettier": "0.30.1",
|
|
214
|
+
"@storm-software/tsdown": "0.22.1",
|
|
215
|
+
"@storm-software/unbuild": "0.30.3",
|
|
216
216
|
"@types/micromatch": "4.0.9",
|
|
217
217
|
"@types/node": "^22.10.2",
|
|
218
218
|
"@types/semver": "7.5.8",
|