@storm-software/workspace-tools 1.183.2 → 1.184.1

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.183.2",
3
+ "version": "1.184.1",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {
@@ -67604,10 +67604,10 @@ async function presetGeneratorFn(tree, options) {
67604
67604
  type: "github",
67605
67605
  url: `${options.repositoryUrl}.git`
67606
67606
  };
67607
- json.packageManager ??= "pnpm@9.8.0";
67607
+ json.packageManager ??= "pnpm@9.10.0";
67608
67608
  json.engines ??= {
67609
67609
  "node": ">=20.11.0",
67610
- "pnpm": ">=9.8.0"
67610
+ "pnpm": ">=9.10.0"
67611
67611
  };
67612
67612
  json.devEngines ??= {
67613
67613
  "node": "20.x || 21.x"