@storm-software/git-tools 2.131.138 → 2.131.139

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.131.138",
3
+ "version": "2.131.139",
4
4
  "private": false,
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "keywords": [
@@ -191,9 +191,9 @@
191
191
  "@inquirer/prompts": "^8.5.2",
192
192
  "@nx/devkit": "23.1.1",
193
193
  "@nx/js": "23.1.1",
194
- "@storm-software/config": "1.138.66",
195
- "@storm-software/config-tools": "1.190.130",
196
- "@storm-software/package-constants": "0.1.142",
194
+ "@storm-software/config": "1.138.67",
195
+ "@storm-software/config-tools": "1.190.131",
196
+ "@storm-software/package-constants": "0.1.143",
197
197
  "@textlint/ast-node-types": "^14.8.4",
198
198
  "@textlint/markdown-to-ast": "^14.8.4",
199
199
  "anchor-markdown-header": "^0.7.0",
@@ -202,7 +202,7 @@
202
202
  "chalk": "^4.1.2",
203
203
  "commander": "^12.1.0",
204
204
  "conventional-changelog-conventionalcommits": "^9.3.1",
205
- "conventional-changelog-storm-software": "0.3.291",
205
+ "conventional-changelog-storm-software": "0.3.292",
206
206
  "conventional-commits-parser": "^6.4.0",
207
207
  "defu": "^6.1.7",
208
208
  "htmlparser2": "^10.1.0",
@@ -223,5 +223,5 @@
223
223
  },
224
224
  "devDependencies": { "@types/node": "^25.9.5", "tsup": "8.4.0" },
225
225
  "publishConfig": { "access": "public" },
226
- "gitHead": "b3610288676ae47050ac033eedc50101e75171f8"
226
+ "gitHead": "1bb5e5064631770d695317f7f5445e1622e9571a"
227
227
  }