@storm-software/workspace-tools 1.175.2 → 1.175.4
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 +17 -0
- package/index.js +38052 -13314
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/rollup/executor.d.ts +4 -3
- package/src/executors/rollup/executor.js +31448 -6710
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## 1.175.4 (2024-09-08)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Resolved issue with syntax error
|
|
6
|
+
([04d1df8a](https://github.com/storm-software/storm-ops/commit/04d1df8a))
|
|
7
|
+
|
|
8
|
+
## 1.175.3 (2024-09-08)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **workspace-tools:** Resolve issue with bundling Nx packages
|
|
13
|
+
([8fc7681e](https://github.com/storm-software/storm-ops/commit/8fc7681e))
|
|
14
|
+
|
|
15
|
+
- **workspace-tools:** Resolved usused dependency issue
|
|
16
|
+
([e6b72551](https://github.com/storm-software/storm-ops/commit/e6b72551))
|
|
17
|
+
|
|
1
18
|
## 1.175.2 (2024-09-07)
|
|
2
19
|
|
|
3
20
|
### Bug Fixes
|