@storm-software/workspace-tools 1.35.4 → 1.36.0
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/index.js +14624 -14434
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +36185 -188
- package/src/executors/tsup/executor.js +140 -200
- package/src/executors/tsup/schema.d.ts +3 -0
- package/src/executors/tsup-browser/executor.js +293 -193
- package/src/executors/tsup-neutral/executor.js +293 -193
- package/src/executors/tsup-node/executor.js +216 -200
- package/src/executors/tsup/get-config.js +0 -18533
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.35.5](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.35.4...workspace-tools-v1.35.5) (2024-01-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Resolved issue with neutral build settings ([8344932](https://github.com/storm-software/storm-ops/commit/834493212c32627fa66d1c4e8916fba00e128432))
|
|
7
|
+
|
|
8
|
+
## [1.35.4](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.35.3...workspace-tools-v1.35.4) (2023-12-26)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **linting-tools:** Added tailwindcss prettier formatting to linting tools ([a8072f2](https://github.com/storm-software/storm-ops/commit/a8072f2f92a4cc9e93ef173574ff142cf23c13f7))
|
|
14
|
+
|
|
1
15
|
## [1.35.3](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.35.2...workspace-tools-v1.35.3) (2023-12-24)
|
|
2
16
|
|
|
3
17
|
|