@storm-software/workspace-tools 1.49.22 → 1.49.23

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.49.22",
3
+ "version": "1.49.23",
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": [
@@ -116062,9 +116062,9 @@ var applyDefaultOptions2 = (options) => {
116062
116062
  ...applyDefaultOptions({
116063
116063
  plugins: [],
116064
116064
  ...options,
116065
- platform: "browser",
116066
- getConfig: browserConfig
116067
- })
116065
+ platform: "browser"
116066
+ }),
116067
+ getConfig: browserConfig
116068
116068
  };
116069
116069
  };
116070
116070
  var executor_default2 = withRunExecutor(
@@ -116065,9 +116065,9 @@ var applyDefaultOptions2 = (options) => {
116065
116065
  ...applyDefaultOptions({
116066
116066
  plugins: [],
116067
116067
  ...options,
116068
- platform: "neutral",
116069
- getConfig: neutralConfig
116070
- })
116068
+ platform: "neutral"
116069
+ }),
116070
+ getConfig: neutralConfig
116071
116071
  };
116072
116072
  };
116073
116073
  var executor_default2 = withRunExecutor(
@@ -116064,10 +116064,10 @@ var applyDefaultOptions2 = (options) => {
116064
116064
  ...applyDefaultOptions({
116065
116065
  plugins: [],
116066
116066
  ...options,
116067
- platform: "node",
116068
- getConfig: nodeConfig
116067
+ platform: "node"
116069
116068
  }),
116070
- transports: ["pino-pretty", "pino-loki"]
116069
+ transports: ["pino-pretty", "pino-loki"],
116070
+ getConfig: nodeConfig
116071
116071
  };
116072
116072
  };
116073
116073
  var executor_default2 = withRunExecutor(