@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/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.15",
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": [
@@ -115486,7 +115486,9 @@ var runTsupBuild = async (context, config, options) => {
115486
115486
  const getConfigOptions = {
115487
115487
  ...options,
115488
115488
  main: context.main,
115489
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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,
@@ -119810,7 +119810,9 @@ var runTsupBuild = async (context, config, options) => {
119810
119810
  const getConfigOptions = {
119811
119811
  ...options,
119812
119812
  main: context.main,
119813
- entry: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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: { [removeExtension(context.main).replace(context.sourceRoot, "")]: context.main },
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,