@storm-software/workspace-tools 1.86.0 → 1.88.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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## 1.88.0 (2024-06-09)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **git-tools:** Enhance the fatal error logging ([89b0e089](https://github.com/storm-software/storm-ops/commit/89b0e089))
7
+
8
+ ## 1.87.0 (2024-06-08)
9
+
10
+
11
+ ### 🚀 Features
12
+
13
+ - **eslint-config:** Renamed the `eslint-config-storm-software` package to avoid conflicts ([3ff32ab0](https://github.com/storm-software/storm-ops/commit/3ff32ab0))
14
+
1
15
  ## 1.86.0 (2024-06-06)
2
16
 
3
17
 
package/config/nx.json CHANGED
@@ -249,6 +249,5 @@
249
249
  }
250
250
  },
251
251
  "parallel": 3,
252
- "cacheDirectory": "tmp/nx-cache",
253
252
  "defaultBase": "main"
254
253
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.86.0",
3
+ "version": "1.88.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {