@storm-software/workspace-tools 1.62.27 → 1.62.28
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 +4255 -4006
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +4173 -3924
- package/src/executors/tsup-browser/executor.js +4191 -3942
- package/src/executors/tsup-neutral/executor.js +4191 -3942
- package/src/executors/tsup-node/executor.js +4191 -3942
- package/src/utils/index.js +3738 -3489
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.62.28 (2024-03-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **workspace-tools:** Updates to handle errors with tsconfig loading ([0ff72b22](https://github.com/storm-software/storm-ops/commit/0ff72b22))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
1
13
|
## 1.62.27 (2024-03-01)
|
|
2
14
|
|
|
3
15
|
|