@storm-software/workspace-tools 1.36.7 → 1.37.1
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 +1491 -1597
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +2 -1
- package/src/executors/tsup/executor.js +3 -1
- package/src/executors/tsup/schema.d.ts +1 -0
- package/src/executors/tsup/schema.json +8 -0
- package/src/executors/tsup-browser/executor.js +25 -17
- package/src/executors/tsup-neutral/executor.js +25 -3
- package/src/executors/tsup-node/executor.js +1470 -1596
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.37.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.36.7...workspace-tools-v1.37.0) (2024-01-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Added the `format` option to tsup build executor ([5a6300b](https://github.com/storm-software/storm-ops/commit/5a6300b7ba891b079946760f9ac17a0fb5fadbb2))
|
|
7
|
+
|
|
8
|
+
## [1.36.7](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.36.6...workspace-tools-v1.36.7) (2024-01-06)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **workspace-tools:** Removed the pino logging plugin from neutral and browser builds ([15d11ca](https://github.com/storm-software/storm-ops/commit/15d11cadba3b99facedc586912a8ff165cb2aa09))
|
|
14
|
+
|
|
1
15
|
## [1.36.6](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.36.5...workspace-tools-v1.36.6) (2024-01-06)
|
|
2
16
|
|
|
3
17
|
|