@storm-software/workspace-tools 1.62.34 → 1.62.36
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 +24 -0
- package/index.js +3 -3
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +3 -3
- package/src/executors/tsup-browser/executor.js +3 -3
- package/src/executors/tsup-neutral/executor.js +3 -3
- package/src/executors/tsup-node/executor.js +3 -3
- package/src/utils/index.js +3 -3
package/package.json
CHANGED
|
@@ -453270,8 +453270,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
453270
453270
|
...rawTsconfig.config,
|
|
453271
453271
|
compilerOptions: {
|
|
453272
453272
|
...rawTsconfig.config?.compilerOptions,
|
|
453273
|
-
rootDir:
|
|
453274
|
-
baseUrl:
|
|
453273
|
+
rootDir: ".",
|
|
453274
|
+
baseUrl: ".",
|
|
453275
453275
|
outDir: outputPath,
|
|
453276
453276
|
noEmit: false,
|
|
453277
453277
|
emitDeclarationOnly: true,
|
|
@@ -453283,7 +453283,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
453283
453283
|
import_typescript.sys,
|
|
453284
453284
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
453285
453285
|
);
|
|
453286
|
-
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
453286
|
+
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
453287
453287
|
if (parsedTsconfig.options.paths) {
|
|
453288
453288
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
|
453289
453289
|
(ret, key2) => {
|
|
@@ -447086,8 +447086,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447086
447086
|
...rawTsconfig.config,
|
|
447087
447087
|
compilerOptions: {
|
|
447088
447088
|
...rawTsconfig.config?.compilerOptions,
|
|
447089
|
-
rootDir:
|
|
447090
|
-
baseUrl:
|
|
447089
|
+
rootDir: ".",
|
|
447090
|
+
baseUrl: ".",
|
|
447091
447091
|
outDir: outputPath,
|
|
447092
447092
|
noEmit: false,
|
|
447093
447093
|
emitDeclarationOnly: true,
|
|
@@ -447099,7 +447099,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
447100
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
|
-
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
447102
|
+
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447103
447103
|
if (parsedTsconfig.options.paths) {
|
|
447104
447104
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
|
447105
447105
|
(ret, key2) => {
|
|
@@ -447086,8 +447086,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447086
447086
|
...rawTsconfig.config,
|
|
447087
447087
|
compilerOptions: {
|
|
447088
447088
|
...rawTsconfig.config?.compilerOptions,
|
|
447089
|
-
rootDir:
|
|
447090
|
-
baseUrl:
|
|
447089
|
+
rootDir: ".",
|
|
447090
|
+
baseUrl: ".",
|
|
447091
447091
|
outDir: outputPath,
|
|
447092
447092
|
noEmit: false,
|
|
447093
447093
|
emitDeclarationOnly: true,
|
|
@@ -447099,7 +447099,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
447100
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
|
-
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
447102
|
+
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447103
447103
|
if (parsedTsconfig.options.paths) {
|
|
447104
447104
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
|
447105
447105
|
(ret, key2) => {
|
|
@@ -447086,8 +447086,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447086
447086
|
...rawTsconfig.config,
|
|
447087
447087
|
compilerOptions: {
|
|
447088
447088
|
...rawTsconfig.config?.compilerOptions,
|
|
447089
|
-
rootDir:
|
|
447090
|
-
baseUrl:
|
|
447089
|
+
rootDir: ".",
|
|
447090
|
+
baseUrl: ".",
|
|
447091
447091
|
outDir: outputPath,
|
|
447092
447092
|
noEmit: false,
|
|
447093
447093
|
emitDeclarationOnly: true,
|
|
@@ -447099,7 +447099,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
447100
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
|
-
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
447102
|
+
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447103
447103
|
if (parsedTsconfig.options.paths) {
|
|
447104
447104
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
|
447105
447105
|
(ret, key2) => {
|
package/src/utils/index.js
CHANGED
|
@@ -457348,8 +457348,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
457348
457348
|
...rawTsconfig.config,
|
|
457349
457349
|
compilerOptions: {
|
|
457350
457350
|
...rawTsconfig.config?.compilerOptions,
|
|
457351
|
-
rootDir:
|
|
457352
|
-
baseUrl:
|
|
457351
|
+
rootDir: ".",
|
|
457352
|
+
baseUrl: ".",
|
|
457353
457353
|
outDir: outputPath,
|
|
457354
457354
|
noEmit: false,
|
|
457355
457355
|
emitDeclarationOnly: true,
|
|
@@ -457361,7 +457361,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
457361
457361
|
import_typescript.sys,
|
|
457362
457362
|
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
457363
457363
|
);
|
|
457364
|
-
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
457364
|
+
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
457365
457365
|
if (parsedTsconfig.options.paths) {
|
|
457366
457366
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
|
457367
457367
|
(ret, key2) => {
|