@storm-software/workspace-tools 1.49.10 → 1.49.12
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 +495 -1321
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +830 -1654
- package/src/executors/tsup-browser/executor.js +39647 -40473
- package/src/executors/tsup-neutral/executor.js +39646 -40472
- package/src/executors/tsup-node/executor.js +39647 -40473
- package/src/utils/index.js +105185 -1500
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.49.12 (2024-01-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **workspace-tools:** Resolved issue with duplicate `addtionalEntryPoint` export in package.json ([84685ad5](https://github.com/storm-software/storm-ops/commit/84685ad5))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
13
|
+
## 1.49.11 (2024-01-24)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- **workspace-tools:** Split out the tsup build code to a separate module ([a56cd86e](https://github.com/storm-software/storm-ops/commit/a56cd86e))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Patrick Sullivan
|
|
24
|
+
|
|
1
25
|
|
|
2
26
|
|
|
3
27
|
## 1.49.9 (2024-01-23)
|