@storm-software/workspace-tools 1.49.27 → 1.49.28
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 +12 -0
- package/index.js +4 -5
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +4 -5
- package/src/executors/tsup-browser/executor.js +4 -5
- package/src/executors/tsup-neutral/executor.js +4 -5
- package/src/executors/tsup-node/executor.js +4 -5
- package/src/utils/index.js +3 -4
package/package.json
CHANGED
|
@@ -115440,7 +115440,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
115440
115440
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
115441
115441
|
const getConfigOptions = {
|
|
115442
115442
|
...options,
|
|
115443
|
-
main: context.
|
|
115443
|
+
main: context.main,
|
|
115444
115444
|
define: {
|
|
115445
115445
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
115446
115446
|
},
|
|
@@ -115456,7 +115456,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
115456
115456
|
{
|
|
115457
115457
|
...options,
|
|
115458
115458
|
watch: false,
|
|
115459
|
-
main: context.
|
|
115459
|
+
main: context.main,
|
|
115460
115460
|
transformers: []
|
|
115461
115461
|
},
|
|
115462
115462
|
config.workspaceRoot,
|
|
@@ -115477,8 +115477,7 @@ ${options.banner}
|
|
|
115477
115477
|
|
|
115478
115478
|
*/`
|
|
115479
115479
|
} : void 0,
|
|
115480
|
-
outputPath: options.outputPath
|
|
115481
|
-
entry: context.entry
|
|
115480
|
+
outputPath: options.outputPath
|
|
115482
115481
|
};
|
|
115483
115482
|
if (options.getConfig) {
|
|
115484
115483
|
writeInfo(config, "\u26A1 Running the Build process");
|
|
@@ -115904,7 +115903,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
115904
115903
|
writeInfo(config, `*** Build output path: ${outputPath} ***`);
|
|
115905
115904
|
return runTsupBuild(
|
|
115906
115905
|
{
|
|
115907
|
-
|
|
115906
|
+
main: entryPoint,
|
|
115908
115907
|
projectRoot,
|
|
115909
115908
|
projectName: context.projectName,
|
|
115910
115909
|
sourceRoot
|
|
@@ -109263,7 +109263,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109263
109263
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
109264
109264
|
const getConfigOptions = {
|
|
109265
109265
|
...options,
|
|
109266
|
-
main: context.
|
|
109266
|
+
main: context.main,
|
|
109267
109267
|
define: {
|
|
109268
109268
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
109269
109269
|
},
|
|
@@ -109279,7 +109279,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109279
109279
|
{
|
|
109280
109280
|
...options,
|
|
109281
109281
|
watch: false,
|
|
109282
|
-
main: context.
|
|
109282
|
+
main: context.main,
|
|
109283
109283
|
transformers: []
|
|
109284
109284
|
},
|
|
109285
109285
|
config.workspaceRoot,
|
|
@@ -109300,8 +109300,7 @@ ${options.banner}
|
|
|
109300
109300
|
|
|
109301
109301
|
*/`
|
|
109302
109302
|
} : void 0,
|
|
109303
|
-
outputPath: options.outputPath
|
|
109304
|
-
entry: context.entry
|
|
109303
|
+
outputPath: options.outputPath
|
|
109305
109304
|
};
|
|
109306
109305
|
if (options.getConfig) {
|
|
109307
109306
|
writeInfo(config, "\u26A1 Running the Build process");
|
|
@@ -115934,7 +115933,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
115934
115933
|
writeInfo(config, `*** Build output path: ${outputPath} ***`);
|
|
115935
115934
|
return runTsupBuild(
|
|
115936
115935
|
{
|
|
115937
|
-
|
|
115936
|
+
main: entryPoint,
|
|
115938
115937
|
projectRoot,
|
|
115939
115938
|
projectName: context.projectName,
|
|
115940
115939
|
sourceRoot
|
|
@@ -109263,7 +109263,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109263
109263
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
109264
109264
|
const getConfigOptions = {
|
|
109265
109265
|
...options,
|
|
109266
|
-
main: context.
|
|
109266
|
+
main: context.main,
|
|
109267
109267
|
define: {
|
|
109268
109268
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
109269
109269
|
},
|
|
@@ -109279,7 +109279,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109279
109279
|
{
|
|
109280
109280
|
...options,
|
|
109281
109281
|
watch: false,
|
|
109282
|
-
main: context.
|
|
109282
|
+
main: context.main,
|
|
109283
109283
|
transformers: []
|
|
109284
109284
|
},
|
|
109285
109285
|
config.workspaceRoot,
|
|
@@ -109300,8 +109300,7 @@ ${options.banner}
|
|
|
109300
109300
|
|
|
109301
109301
|
*/`
|
|
109302
109302
|
} : void 0,
|
|
109303
|
-
outputPath: options.outputPath
|
|
109304
|
-
entry: context.entry
|
|
109303
|
+
outputPath: options.outputPath
|
|
109305
109304
|
};
|
|
109306
109305
|
if (options.getConfig) {
|
|
109307
109306
|
writeInfo(config, "\u26A1 Running the Build process");
|
|
@@ -115934,7 +115933,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
115934
115933
|
writeInfo(config, `*** Build output path: ${outputPath} ***`);
|
|
115935
115934
|
return runTsupBuild(
|
|
115936
115935
|
{
|
|
115937
|
-
|
|
115936
|
+
main: entryPoint,
|
|
115938
115937
|
projectRoot,
|
|
115939
115938
|
projectName: context.projectName,
|
|
115940
115939
|
sourceRoot
|
|
@@ -109263,7 +109263,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109263
109263
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
109264
109264
|
const getConfigOptions = {
|
|
109265
109265
|
...options,
|
|
109266
|
-
main: context.
|
|
109266
|
+
main: context.main,
|
|
109267
109267
|
define: {
|
|
109268
109268
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
109269
109269
|
},
|
|
@@ -109279,7 +109279,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109279
109279
|
{
|
|
109280
109280
|
...options,
|
|
109281
109281
|
watch: false,
|
|
109282
|
-
main: context.
|
|
109282
|
+
main: context.main,
|
|
109283
109283
|
transformers: []
|
|
109284
109284
|
},
|
|
109285
109285
|
config.workspaceRoot,
|
|
@@ -109300,8 +109300,7 @@ ${options.banner}
|
|
|
109300
109300
|
|
|
109301
109301
|
*/`
|
|
109302
109302
|
} : void 0,
|
|
109303
|
-
outputPath: options.outputPath
|
|
109304
|
-
entry: context.entry
|
|
109303
|
+
outputPath: options.outputPath
|
|
109305
109304
|
};
|
|
109306
109305
|
if (options.getConfig) {
|
|
109307
109306
|
writeInfo(config, "\u26A1 Running the Build process");
|
|
@@ -115934,7 +115933,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
115934
115933
|
writeInfo(config, `*** Build output path: ${outputPath} ***`);
|
|
115935
115934
|
return runTsupBuild(
|
|
115936
115935
|
{
|
|
115937
|
-
|
|
115936
|
+
main: entryPoint,
|
|
115938
115937
|
projectRoot,
|
|
115939
115938
|
projectName: context.projectName,
|
|
115940
115939
|
sourceRoot
|
package/src/utils/index.js
CHANGED
|
@@ -119427,7 +119427,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
119427
119427
|
options.plugins.push(environmentPlugin(stormEnv));
|
|
119428
119428
|
const getConfigOptions = {
|
|
119429
119429
|
...options,
|
|
119430
|
-
main: context.
|
|
119430
|
+
main: context.main,
|
|
119431
119431
|
define: {
|
|
119432
119432
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
119433
119433
|
},
|
|
@@ -119443,7 +119443,7 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
119443
119443
|
{
|
|
119444
119444
|
...options,
|
|
119445
119445
|
watch: false,
|
|
119446
|
-
main: context.
|
|
119446
|
+
main: context.main,
|
|
119447
119447
|
transformers: []
|
|
119448
119448
|
},
|
|
119449
119449
|
config.workspaceRoot,
|
|
@@ -119464,8 +119464,7 @@ ${options.banner}
|
|
|
119464
119464
|
|
|
119465
119465
|
*/`
|
|
119466
119466
|
} : void 0,
|
|
119467
|
-
outputPath: options.outputPath
|
|
119468
|
-
entry: context.entry
|
|
119467
|
+
outputPath: options.outputPath
|
|
119469
119468
|
};
|
|
119470
119469
|
if (options.getConfig) {
|
|
119471
119470
|
writeInfo(config, "\u26A1 Running the Build process");
|