@storm-software/workspace-tools 1.10.11 → 1.10.13
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 +14 -0
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +5 -10
- package/src/executors/tsup/get-config.js +3203 -9535
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.10.12](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.10.11...workspace-tools-v1.10.12) (2023-11-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Update how entry is determined in tsup build ([7af0212](https://github.com/storm-software/storm-ops/commit/7af0212ebd5272826227591c262ac42b740a7508))
|
|
7
|
+
|
|
8
|
+
## [1.10.11](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.10.10...workspace-tools-v1.10.11) (2023-11-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **workspace-tools:** Resolved issue with bad path in tsup build ([33a7b25](https://github.com/storm-software/storm-ops/commit/33a7b25b153f81cfced829dd0b3e6c5225afea36))
|
|
14
|
+
|
|
1
15
|
## [1.10.10](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.10.9...workspace-tools-v1.10.10) (2023-11-22)
|
|
2
16
|
|
|
3
17
|
|