@storm-software/workspace-tools 1.62.34 → 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/CHANGELOG.md +12 -0
- package/index.js +3 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +3 -1
- package/src/executors/tsup-browser/executor.js +3 -1
- package/src/executors/tsup-neutral/executor.js +3 -1
- package/src/executors/tsup-node/executor.js +3 -1
- package/src/utils/index.js +3 -1
package/package.json
CHANGED
|
@@ -453283,7 +453283,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
453283
453283
|
import_typescript.sys,
|
|
453284
453284
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
453285
453285
|
);
|
|
453286
|
-
parsedTsconfig.options.
|
|
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) => {
|
|
@@ -447099,7 +447099,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
447100
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
|
-
parsedTsconfig.options.
|
|
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) => {
|
|
@@ -447099,7 +447099,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
447100
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
|
-
parsedTsconfig.options.
|
|
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) => {
|
|
@@ -447099,7 +447099,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
447100
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
|
-
parsedTsconfig.options.
|
|
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) => {
|
package/src/utils/index.js
CHANGED
|
@@ -457361,7 +457361,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
457361
457361
|
import_typescript.sys,
|
|
457362
457362
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
457363
457363
|
);
|
|
457364
|
-
parsedTsconfig.options.
|
|
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) => {
|