@storm-software/workspace-tools 1.49.29 → 1.49.30
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 +0 -5
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +0 -5
- package/src/executors/tsup-browser/executor.js +0 -5
- package/src/executors/tsup-neutral/executor.js +0 -5
- package/src/executors/tsup-node/executor.js +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.49.30 (2024-01-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **workspace-tools:** Updates to ouput path for tsup build ([dede0192](https://github.com/storm-software/storm-ops/commit/dede0192))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
1
13
|
## 1.49.29 (2024-01-26)
|
|
2
14
|
|
|
3
15
|
|
package/index.js
CHANGED
|
@@ -139545,11 +139545,6 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
139545
139545
|
if (outputPath.startsWith("/")) {
|
|
139546
139546
|
outputPath = outputPath.substring(1);
|
|
139547
139547
|
}
|
|
139548
|
-
outputPath = (0, import_devkit4.joinPathFragments)(
|
|
139549
|
-
options.outputPath,
|
|
139550
|
-
"dist",
|
|
139551
|
-
outputPath.includes("/") ? outputPath.substring(0, outputPath.lastIndexOf("/")) : ""
|
|
139552
|
-
);
|
|
139553
139548
|
writeInfo(config, `*** Build output path: ${outputPath} ***`);
|
|
139554
139549
|
return runTsupBuild(
|
|
139555
139550
|
{
|