@storm-software/git-tools 2.127.3 → 2.127.4

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.
@@ -18,10 +18,10 @@ pre-commit:
18
18
  glob: "{pnpm-lock.yaml,lefthook.yml,lefthook.yaml,lefthook.json}"
19
19
  run: pnpm install && pnpm lefthook install && git update-index
20
20
  stage_fixed: true
21
- pnpm-workspace:
22
- glob: "**/*"
23
- run: "pnpm update --recursive --workspace"
24
- stage_fixed: true
21
+ # pnpm-workspace:
22
+ # glob: "**/*"
23
+ # run: "pnpm update --recursive --workspace"
24
+ # stage_fixed: true
25
25
  lint:
26
26
  files: git diff --name-only HEAD @{push}
27
27
  glob:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.127.3",
3
+ "version": "2.127.4",
4
4
  "private": false,
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "keywords": [
@@ -213,7 +213,7 @@
213
213
  "zod": "^4.3.6"
214
214
  },
215
215
  "devDependencies": {
216
- "@types/node": "^25.4.0",
216
+ "@types/node": "^25.5.0",
217
217
  "commander": "^12.1.0",
218
218
  "conventional-commits-parser": "^6.3.0",
219
219
  "defu": "6.1.4",
@@ -225,5 +225,5 @@
225
225
  "packageManager": "pnpm@10.3.0",
226
226
  "engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
227
227
  "publishConfig": { "access": "public" },
228
- "gitHead": "ce11534296dcde026419ba47a265ca1ed7c9b61d"
228
+ "gitHead": "642f15cce46249b762ca77b5ce277825576a8dac"
229
229
  }