@storm-software/workspace-tools 1.62.39 → 1.63.0
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 +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +1 -1
- package/src/executors/tsup-browser/executor.js +1 -1
- package/src/executors/tsup-neutral/executor.js +1 -1
- package/src/executors/tsup-node/executor.js +1 -1
- package/src/utils/index.js +1 -1
package/package.json
CHANGED
|
@@ -453290,7 +453290,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
453290
453290
|
}
|
|
453291
453291
|
},
|
|
453292
453292
|
import_typescript.sys,
|
|
453293
|
-
|
|
453293
|
+
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
453294
453294
|
);
|
|
453295
453295
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
453296
453296
|
if (parsedTsconfig.options.paths) {
|
|
@@ -447095,7 +447095,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447095
447095
|
}
|
|
447096
447096
|
},
|
|
447097
447097
|
import_typescript.sys,
|
|
447098
|
-
|
|
447098
|
+
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
447099
447099
|
);
|
|
447100
447100
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447101
447101
|
if (parsedTsconfig.options.paths) {
|
|
@@ -447095,7 +447095,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447095
447095
|
}
|
|
447096
447096
|
},
|
|
447097
447097
|
import_typescript.sys,
|
|
447098
|
-
|
|
447098
|
+
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
447099
447099
|
);
|
|
447100
447100
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447101
447101
|
if (parsedTsconfig.options.paths) {
|
|
@@ -447095,7 +447095,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447095
447095
|
}
|
|
447096
447096
|
},
|
|
447097
447097
|
import_typescript.sys,
|
|
447098
|
-
|
|
447098
|
+
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
447099
447099
|
);
|
|
447100
447100
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447101
447101
|
if (parsedTsconfig.options.paths) {
|
package/src/utils/index.js
CHANGED
|
@@ -457357,7 +457357,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
457357
457357
|
}
|
|
457358
457358
|
},
|
|
457359
457359
|
import_typescript.sys,
|
|
457360
|
-
|
|
457360
|
+
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
457361
457361
|
);
|
|
457362
457362
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
457363
457363
|
if (parsedTsconfig.options.paths) {
|