@storm-software/workspace-tools 1.30.11 → 1.30.12

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.30.11",
3
+ "version": "1.30.12",
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": [
@@ -117521,7 +117521,7 @@ ${options.banner}
117521
117521
  `
117522
117522
  } : void 0,
117523
117523
  outputPath: options.outputPath,
117524
- entry: entry[key]
117524
+ entry: { [key]: entry[key] }
117525
117525
  };
117526
117526
  ret.push(
117527
117527
  getConfig(context.root, projectRoot, legacyConfig, getConfigOptions)
@@ -117552,7 +117552,7 @@ ${options.banner}
117552
117552
  `
117553
117553
  } : void 0,
117554
117554
  outputPath: options.outputPath,
117555
- entry: entry[key]
117555
+ entry: { [key]: entry[key] }
117556
117556
  };
117557
117557
  ret.push(
117558
117558
  getConfig(context.root, projectRoot, legacyConfig, getConfigOptions)
@@ -117552,7 +117552,7 @@ ${options.banner}
117552
117552
  `
117553
117553
  } : void 0,
117554
117554
  outputPath: options.outputPath,
117555
- entry: entry[key]
117555
+ entry: { [key]: entry[key] }
117556
117556
  };
117557
117557
  ret.push(
117558
117558
  getConfig(context.root, projectRoot, legacyConfig, getConfigOptions)
@@ -117552,7 +117552,7 @@ ${options.banner}
117552
117552
  `
117553
117553
  } : void 0,
117554
117554
  outputPath: options.outputPath,
117555
- entry: entry[key]
117555
+ entry: { [key]: entry[key] }
117556
117556
  };
117557
117557
  ret.push(
117558
117558
  getConfig(context.root, projectRoot, legacyConfig, getConfigOptions)