@storm-software/workspace-tools 1.62.23 → 1.62.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.62.23",
3
+ "version": "1.62.24",
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": [
@@ -453713,7 +453713,7 @@ var browserConfig = ({
453713
453713
  external,
453714
453714
  banner = {},
453715
453715
  platform = "browser",
453716
- verbose = false,
453716
+ verbose = true,
453717
453717
  metafile = true,
453718
453718
  skipNativeModulesPlugin = false,
453719
453719
  define: define2,
@@ -453713,7 +453713,7 @@ var neutralConfig = ({
453713
453713
  external,
453714
453714
  banner = {},
453715
453715
  platform = "neutral",
453716
- verbose = false,
453716
+ verbose = true,
453717
453717
  metafile = true,
453718
453718
  skipNativeModulesPlugin = false,
453719
453719
  define: define2,
@@ -453713,7 +453713,7 @@ function nodeConfig({
453713
453713
  external,
453714
453714
  banner = {},
453715
453715
  platform = "node",
453716
- verbose = false,
453716
+ verbose = true,
453717
453717
  apiReport = true,
453718
453718
  docModel = true,
453719
453719
  tsdocMetadata = true,