@storm-software/workspace-tools 1.5.5 → 1.5.6

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,10 @@
1
+ ## [1.5.5](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.4...workspace-tools-v1.5.5) (2023-11-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Resolved issue with nx.json file in preset ([ce132a0](https://github.com/storm-software/storm-ops/commit/ce132a00334b9c6e6123c1302301b808212db4fb))
7
+
1
8
  ## [1.5.4](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.3...workspace-tools-v1.5.4) (2023-11-08)
2
9
 
3
10
 
package/config/nx.json CHANGED
@@ -9,11 +9,7 @@
9
9
  },
10
10
  "tasksRunnerOptions": {
11
11
  "default": {
12
- "runner": "nx/tasks-runners/default",
13
- "options": {
14
- "cacheableOperations": ["build", "lint", "format", "test", "e2e"],
15
- "parallel": 5
16
- }
12
+ "runner": "nx/tasks-runners/default"
17
13
  }
18
14
  },
19
15
  "pluginsConfig": {
@@ -112,5 +108,7 @@
112
108
  "cache": true
113
109
  }
114
110
  },
115
- "cacheDirectory": "node_modules/.cache/nx"
111
+ "parallel": 4,
112
+ "cacheDirectory": "node_modules/.cache/nx",
113
+ "cacheableOperations": ["build", "lint", "format", "test", "e2e"]
116
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -6,9 +6,9 @@
6
6
 
7
7
  <br />
8
8
  <h1>@<%= namespace %>/<%= name %></h1>
9
- <%= descirption %>
9
+ <%= description %>
10
10
  <br /><br />
11
- <b>⚡ Storm Workspaces</b> are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
11
+ ⚡<b>Storm Workspaces</b> are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
12
12
 
13
13
  <h3 align="center">💻 Visit <a href="https://stormsoftware.org" target="_blank">stormsoftware.org</a> to stay up to date with this developer</h3><br />
14
14