@storm-software/git-tools 2.127.2 → 2.127.3

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.
@@ -61,5 +61,5 @@ pre-commit:
61
61
  prettier:
62
62
  files: git diff --name-only HEAD @{push}
63
63
  glob: "**/*"
64
- run: pnpm exec prettier --write --ignore-unknown --no-error-on-unmatched-pattern --config="node_modules/@storm-software/prettier/exclude-packagejson.json" --ignore-path="node_modules/@storm-software/prettier/.prettierignore-exclude-packagejson" --cache --cache-location="node_modules/.cache/prettier" {files} && git update-index
64
+ run: pnpm exec prettier --write --ignore-unknown --no-error-on-unmatched-pattern --config="node_modules/@storm-software/prettier/exclude-packagejson.json" --ignore-path="node_modules/@storm-software/prettier/.prettierignore-exclude-packagejson" --cache --cache-location="node_modules/.cache/prettier/workspace.cache" {files} && git update-index
65
65
  stage_fixed: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.127.2",
3
+ "version": "2.127.3",
4
4
  "private": false,
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "keywords": [
@@ -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": "7403913b4932d83f02ddd1ae82ee17634d14a613"
228
+ "gitHead": "ce11534296dcde026419ba47a265ca1ed7c9b61d"
229
229
  }