@storm-software/workspace-tools 1.175.3 → 1.175.5
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 +38050 -13271
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/rollup/executor.d.ts +1 -3
- package/src/executors/rollup/executor.js +31449 -6670
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 1.175.5 (2024-09-08)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Add custom rollup code
|
|
6
|
+
([c21fef43](https://github.com/storm-software/storm-ops/commit/c21fef43))
|
|
7
|
+
|
|
8
|
+
## 1.175.4 (2024-09-08)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **workspace-tools:** Resolved issue with syntax error
|
|
13
|
+
([04d1df8a](https://github.com/storm-software/storm-ops/commit/04d1df8a))
|
|
14
|
+
|
|
1
15
|
## 1.175.3 (2024-09-08)
|
|
2
16
|
|
|
3
17
|
### Bug Fixes
|