@storm-software/workspace-tools 1.5.7 → 1.5.8

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.7](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.6...workspace-tools-v1.5.7) (2023-11-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Resolve issue with preset CI action's env config ([e6f7b8a](https://github.com/storm-software/storm-ops/commit/e6f7b8a81be6197d9f5d0fe71dafabf90189c669))
7
+
1
8
  ## [1.5.6](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.5.5...workspace-tools-v1.5.6) (2023-11-08)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
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": [
@@ -7,6 +7,7 @@ const jestConfig = require("@storm-software/linting-tools/eslint/jest");
7
7
  const jsonConfig = require("@storm-software/linting-tools/eslint/json");
8
8
  const reactConfig = require("@storm-software/linting-tools/eslint/react");
9
9
  const nextConfig = require("@storm-software/linting-tools/eslint/next");
10
+
10
11
  const js = require("@eslint/js");
11
12
  const compat = new FlatCompat({
12
13
  baseDirectory: __dirname,
@@ -80,7 +80,8 @@
80
80
  "type": "boolean",
81
81
  "description": "Should distributed caching with Nx Cloud be enabled for the workspace?",
82
82
  "default": false,
83
- "x-prompt": "Should distributed caching with Nx Cloud be enabled for the workspace?"
83
+ "x-prompt": "Should distributed caching with Nx Cloud be enabled for the workspace?",
84
+ "hidden": true
84
85
  },
85
86
  "mode": {
86
87
  "type": "string",