@storm-software/workspace-tools 1.52.13 → 1.52.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.52.13",
3
+ "version": "1.52.16",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -115485,8 +115485,9 @@ var runTsupBuild = async (context, config, options) => {
115485
115485
  options.plugins.push(environmentPlugin(stormEnv));
115486
115486
  const getConfigOptions = {
115487
115487
  ...options,
115488
- main: context.main,
115489
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
115488
+ entry: {
115489
+ [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
115490
+ },
115490
115491
  define: {
115491
115492
  __STORM_CONFIG: JSON.stringify(stormEnv)
115492
115493
  },
@@ -115554,7 +115555,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
115554
115555
  ...config,
115555
115556
  compilerOptions: {
115556
115557
  ...config.compilerOptions,
115557
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
115558
+ entry: {
115559
+ [removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
115560
+ },
115558
115561
  outDir: outputPath,
115559
115562
  rootDir: workspaceRoot,
115560
115563
  baseUrl: workspaceRoot,
@@ -109294,8 +109294,9 @@ var runTsupBuild = async (context, config, options) => {
109294
109294
  options.plugins.push(environmentPlugin(stormEnv));
109295
109295
  const getConfigOptions = {
109296
109296
  ...options,
109297
- main: context.main,
109298
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
109297
+ entry: {
109298
+ [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109299
+ },
109299
109300
  define: {
109300
109301
  __STORM_CONFIG: JSON.stringify(stormEnv)
109301
109302
  },
@@ -109363,7 +109364,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
109363
109364
  ...config,
109364
109365
  compilerOptions: {
109365
109366
  ...config.compilerOptions,
109366
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
109367
+ entry: {
109368
+ [removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109369
+ },
109367
109370
  outDir: outputPath,
109368
109371
  rootDir: workspaceRoot,
109369
109372
  baseUrl: workspaceRoot,
@@ -109294,8 +109294,9 @@ var runTsupBuild = async (context, config, options) => {
109294
109294
  options.plugins.push(environmentPlugin(stormEnv));
109295
109295
  const getConfigOptions = {
109296
109296
  ...options,
109297
- main: context.main,
109298
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
109297
+ entry: {
109298
+ [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109299
+ },
109299
109300
  define: {
109300
109301
  __STORM_CONFIG: JSON.stringify(stormEnv)
109301
109302
  },
@@ -109363,7 +109364,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
109363
109364
  ...config,
109364
109365
  compilerOptions: {
109365
109366
  ...config.compilerOptions,
109366
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
109367
+ entry: {
109368
+ [removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109369
+ },
109367
109370
  outDir: outputPath,
109368
109371
  rootDir: workspaceRoot,
109369
109372
  baseUrl: workspaceRoot,
@@ -109294,8 +109294,9 @@ var runTsupBuild = async (context, config, options) => {
109294
109294
  options.plugins.push(environmentPlugin(stormEnv));
109295
109295
  const getConfigOptions = {
109296
109296
  ...options,
109297
- main: context.main,
109298
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
109297
+ entry: {
109298
+ [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109299
+ },
109299
109300
  define: {
109300
109301
  __STORM_CONFIG: JSON.stringify(stormEnv)
109301
109302
  },
@@ -109363,7 +109364,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
109363
109364
  ...config,
109364
109365
  compilerOptions: {
109365
109366
  ...config.compilerOptions,
109366
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
109367
+ entry: {
109368
+ [removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
109369
+ },
109367
109370
  outDir: outputPath,
109368
109371
  rootDir: workspaceRoot,
109369
109372
  baseUrl: workspaceRoot,
@@ -119809,8 +119809,9 @@ var runTsupBuild = async (context, config, options) => {
119809
119809
  options.plugins.push(environmentPlugin(stormEnv));
119810
119810
  const getConfigOptions = {
119811
119811
  ...options,
119812
- main: context.main,
119813
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
119812
+ entry: {
119813
+ [removeExtension(context.main).replace(config.workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
119814
+ },
119814
119815
  define: {
119815
119816
  __STORM_CONFIG: JSON.stringify(stormEnv)
119816
119817
  },
@@ -119878,7 +119879,9 @@ function getNormalizedTsConfig(context, workspaceRoot, outputPath, options) {
119878
119879
  ...config,
119879
119880
  compilerOptions: {
119880
119881
  ...config.compilerOptions,
119881
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
119882
+ entry: {
119883
+ [removeExtension(context.main).replace(workspaceRoot, "").replace(context.sourceRoot, "")]: context.main
119884
+ },
119882
119885
  outDir: outputPath,
119883
119886
  rootDir: workspaceRoot,
119884
119887
  baseUrl: workspaceRoot,