@storm-software/workspace-tools 1.184.0 → 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/CHANGELOG.md +7 -0
- package/index.js +2 -2
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/generators/preset/generator.js +2 -2
package/package.json
CHANGED
|
@@ -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.
|
|
67607
|
+
json.packageManager ??= "pnpm@9.10.0";
|
|
67608
67608
|
json.engines ??= {
|
|
67609
67609
|
"node": ">=20.11.0",
|
|
67610
|
-
"pnpm": ">=9.
|
|
67610
|
+
"pnpm": ">=9.10.0"
|
|
67611
67611
|
};
|
|
67612
67612
|
json.devEngines ??= {
|
|
67613
67613
|
"node": "20.x || 21.x"
|