@storm-software/workspace-tools 1.52.13 → 1.52.15
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 +6 -2
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +6 -2
- package/src/executors/tsup-browser/executor.js +6 -2
- package/src/executors/tsup-neutral/executor.js +6 -2
- package/src/executors/tsup-node/executor.js +6 -2
- package/src/utils/index.js +6 -2
package/package.json
CHANGED
|
@@ -115486,7 +115486,9 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
115486
115486
|
const getConfigOptions = {
|
|
115487
115487
|
...options,
|
|
115488
115488
|
main: context.main,
|
|
115489
|
-
entry: {
|
|
115489
|
+
entry: {
|
|
115490
|
+
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
115491
|
+
},
|
|
115490
115492
|
define: {
|
|
115491
115493
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
115492
115494
|
},
|
|
@@ -115554,7 +115556,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
|
|
|
115554
115556
|
...config,
|
|
115555
115557
|
compilerOptions: {
|
|
115556
115558
|
...config.compilerOptions,
|
|
115557
|
-
entry: {
|
|
115559
|
+
entry: {
|
|
115560
|
+
[removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
115561
|
+
},
|
|
115558
115562
|
outDir: outputPath,
|
|
115559
115563
|
rootDir: workspaceRoot,
|
|
115560
115564
|
baseUrl: workspaceRoot,
|
|
@@ -109295,7 +109295,9 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109295
109295
|
const getConfigOptions = {
|
|
109296
109296
|
...options,
|
|
109297
109297
|
main: context.main,
|
|
109298
|
-
entry: {
|
|
109298
|
+
entry: {
|
|
109299
|
+
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109300
|
+
},
|
|
109299
109301
|
define: {
|
|
109300
109302
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
109301
109303
|
},
|
|
@@ -109363,7 +109365,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
|
|
|
109363
109365
|
...config,
|
|
109364
109366
|
compilerOptions: {
|
|
109365
109367
|
...config.compilerOptions,
|
|
109366
|
-
entry: {
|
|
109368
|
+
entry: {
|
|
109369
|
+
[removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109370
|
+
},
|
|
109367
109371
|
outDir: outputPath,
|
|
109368
109372
|
rootDir: workspaceRoot,
|
|
109369
109373
|
baseUrl: workspaceRoot,
|
|
@@ -109295,7 +109295,9 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109295
109295
|
const getConfigOptions = {
|
|
109296
109296
|
...options,
|
|
109297
109297
|
main: context.main,
|
|
109298
|
-
entry: {
|
|
109298
|
+
entry: {
|
|
109299
|
+
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109300
|
+
},
|
|
109299
109301
|
define: {
|
|
109300
109302
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
109301
109303
|
},
|
|
@@ -109363,7 +109365,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
|
|
|
109363
109365
|
...config,
|
|
109364
109366
|
compilerOptions: {
|
|
109365
109367
|
...config.compilerOptions,
|
|
109366
|
-
entry: {
|
|
109368
|
+
entry: {
|
|
109369
|
+
[removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109370
|
+
},
|
|
109367
109371
|
outDir: outputPath,
|
|
109368
109372
|
rootDir: workspaceRoot,
|
|
109369
109373
|
baseUrl: workspaceRoot,
|
|
@@ -109295,7 +109295,9 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
109295
109295
|
const getConfigOptions = {
|
|
109296
109296
|
...options,
|
|
109297
109297
|
main: context.main,
|
|
109298
|
-
entry: {
|
|
109298
|
+
entry: {
|
|
109299
|
+
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109300
|
+
},
|
|
109299
109301
|
define: {
|
|
109300
109302
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
109301
109303
|
},
|
|
@@ -109363,7 +109365,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
|
|
|
109363
109365
|
...config,
|
|
109364
109366
|
compilerOptions: {
|
|
109365
109367
|
...config.compilerOptions,
|
|
109366
|
-
entry: {
|
|
109368
|
+
entry: {
|
|
109369
|
+
[removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
109370
|
+
},
|
|
109367
109371
|
outDir: outputPath,
|
|
109368
109372
|
rootDir: workspaceRoot,
|
|
109369
109373
|
baseUrl: workspaceRoot,
|
package/src/utils/index.js
CHANGED
|
@@ -119810,7 +119810,9 @@ var runTsupBuild = async (context, config, options) => {
|
|
|
119810
119810
|
const getConfigOptions = {
|
|
119811
119811
|
...options,
|
|
119812
119812
|
main: context.main,
|
|
119813
|
-
entry: {
|
|
119813
|
+
entry: {
|
|
119814
|
+
[removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
119815
|
+
},
|
|
119814
119816
|
define: {
|
|
119815
119817
|
__STORM_CONFIG: JSON.stringify(stormEnv)
|
|
119816
119818
|
},
|
|
@@ -119878,7 +119880,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
|
|
|
119878
119880
|
...config,
|
|
119879
119881
|
compilerOptions: {
|
|
119880
119882
|
...config.compilerOptions,
|
|
119881
|
-
entry: {
|
|
119883
|
+
entry: {
|
|
119884
|
+
[removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
|
|
119885
|
+
},
|
|
119882
119886
|
outDir: outputPath,
|
|
119883
119887
|
rootDir: workspaceRoot,
|
|
119884
119888
|
baseUrl: workspaceRoot,
|