@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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.184.1 (2024-09-15)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **storm-ops:** Resolve issue with pnpm version mismatches
6
+ ([11ef01b3](https://github.com/storm-software/storm-ops/commit/11ef01b3))
7
+
1
8
  ## 1.184.0 (2024-09-15)
2
9
 
3
10
  ### Features
package/index.js CHANGED
@@ -232199,10 +232199,10 @@ async function presetGeneratorFn(tree, options) {
232199
232199
  type: "github",
232200
232200
  url: `${options.repositoryUrl}.git`
232201
232201
  };
232202
- json2.packageManager ??= "pnpm@9.8.0";
232202
+ json2.packageManager ??= "pnpm@9.10.0";
232203
232203
  json2.engines ??= {
232204
232204
  "node": ">=20.11.0",
232205
- "pnpm": ">=9.8.0"
232205
+ "pnpm": ">=9.10.0"
232206
232206
  };
232207
232207
  json2.devEngines ??= {
232208
232208
  "node": "20.x || 21.x"