@storm-software/workspace-tools 1.62.33 → 1.62.35

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.62.33",
3
+ "version": "1.62.35",
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": [
@@ -453281,9 +453281,11 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
453281
453281
  }
453282
453282
  },
453283
453283
  import_typescript.sys,
453284
- (0, import_node_path2.dirname)(options8.tsConfig)
453284
+ correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
453285
453285
  );
453286
- parsedTsconfig.options.pathsBasePath = workspaceRoot;
453286
+ parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
453287
+ parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
453288
+ parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
453287
453289
  if (parsedTsconfig.options.paths) {
453288
453290
  parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
453289
453291
  (ret, key2) => {
@@ -453297,6 +453299,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
453297
453299
  {}
453298
453300
  );
453299
453301
  }
453302
+ if (parsedTsconfig.fileNames) {
453303
+ parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
453304
+ }
453300
453305
  if (parsedTsconfig.options.incremental) {
453301
453306
  parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
453302
453307
  }
@@ -447097,9 +447097,11 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
447097
447097
  }
447098
447098
  },
447099
447099
  import_typescript.sys,
447100
- (0, import_node_path2.dirname)(options8.tsConfig)
447100
+ correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
447101
447101
  );
447102
- parsedTsconfig.options.pathsBasePath = workspaceRoot;
447102
+ parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
447103
+ parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
447104
+ parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
447103
447105
  if (parsedTsconfig.options.paths) {
447104
447106
  parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
447105
447107
  (ret, key2) => {
@@ -447113,6 +447115,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
447113
447115
  {}
447114
447116
  );
447115
447117
  }
447118
+ if (parsedTsconfig.fileNames) {
447119
+ parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
447120
+ }
447116
447121
  if (parsedTsconfig.options.incremental) {
447117
447122
  parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
447118
447123
  }
@@ -447097,9 +447097,11 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
447097
447097
  }
447098
447098
  },
447099
447099
  import_typescript.sys,
447100
- (0, import_node_path2.dirname)(options8.tsConfig)
447100
+ correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
447101
447101
  );
447102
- parsedTsconfig.options.pathsBasePath = workspaceRoot;
447102
+ parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
447103
+ parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
447104
+ parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
447103
447105
  if (parsedTsconfig.options.paths) {
447104
447106
  parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
447105
447107
  (ret, key2) => {
@@ -447113,6 +447115,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
447113
447115
  {}
447114
447116
  );
447115
447117
  }
447118
+ if (parsedTsconfig.fileNames) {
447119
+ parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
447120
+ }
447116
447121
  if (parsedTsconfig.options.incremental) {
447117
447122
  parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
447118
447123
  }
@@ -447097,9 +447097,11 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
447097
447097
  }
447098
447098
  },
447099
447099
  import_typescript.sys,
447100
- (0, import_node_path2.dirname)(options8.tsConfig)
447100
+ correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
447101
447101
  );
447102
- parsedTsconfig.options.pathsBasePath = workspaceRoot;
447102
+ parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
447103
+ parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
447104
+ parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
447103
447105
  if (parsedTsconfig.options.paths) {
447104
447106
  parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
447105
447107
  (ret, key2) => {
@@ -447113,6 +447115,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
447113
447115
  {}
447114
447116
  );
447115
447117
  }
447118
+ if (parsedTsconfig.fileNames) {
447119
+ parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
447120
+ }
447116
447121
  if (parsedTsconfig.options.incremental) {
447117
447122
  parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
447118
447123
  }
@@ -457359,9 +457359,11 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
457359
457359
  }
457360
457360
  },
457361
457361
  import_typescript.sys,
457362
- (0, import_node_path2.dirname)(options8.tsConfig)
457362
+ correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
457363
457363
  );
457364
- parsedTsconfig.options.pathsBasePath = workspaceRoot;
457364
+ parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
457365
+ parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
457366
+ parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
457365
457367
  if (parsedTsconfig.options.paths) {
457366
457368
  parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
457367
457369
  (ret, key2) => {
@@ -457375,6 +457377,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
457375
457377
  {}
457376
457378
  );
457377
457379
  }
457380
+ if (parsedTsconfig.fileNames) {
457381
+ parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
457382
+ }
457378
457383
  if (parsedTsconfig.options.incremental) {
457379
457384
  parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
457380
457385
  }