@storm-software/workspace-tools 1.49.12 → 1.49.14
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 +581 -679
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +264 -271
- package/src/executors/tsup-browser/executor.js +691 -781
- package/src/executors/tsup-neutral/executor.js +688 -693
- package/src/executors/tsup-node/executor.js +689 -696
- package/src/utils/index.js +2418 -8784
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.49.14 (2024-01-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **workspace-tools:** Cleaned up the `dist` folder structure of tsup build ([a21802ea](https://github.com/storm-software/storm-ops/commit/a21802ea))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
13
|
+
## 1.49.13 (2024-01-24)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- **workspace-tools:** Added better support for multi entry point builds ([0fa395e7](https://github.com/storm-software/storm-ops/commit/0fa395e7))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Patrick Sullivan
|
|
24
|
+
|
|
1
25
|
## 1.49.12 (2024-01-24)
|
|
2
26
|
|
|
3
27
|
|