@storm-software/git-tools 2.124.46 → 2.124.47

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.124.46",
3
+ "version": "2.124.47",
4
4
  "type": "module",
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "repository": {
@@ -185,8 +185,8 @@
185
185
  "@inquirer/prompts": "7.2.1",
186
186
  "@nx/devkit": "^22.1.3",
187
187
  "@nx/js": "^22.1.3",
188
- "@storm-software/config": "^1.134.63",
189
- "@storm-software/config-tools": "^1.188.63",
188
+ "@storm-software/config": "^1.134.64",
189
+ "@storm-software/config-tools": "^1.188.64",
190
190
  "@textlint/ast-node-types": "14.4.2",
191
191
  "@textlint/markdown-to-ast": "14.4.2",
192
192
  "anchor-markdown-header": "0.7.0",
@@ -194,7 +194,7 @@
194
194
  "axios": "1.8.2",
195
195
  "chalk": "^4.1.2",
196
196
  "chalk-template": "1.1.0",
197
- "conventional-changelog-storm-software": "^0.3.63",
197
+ "conventional-changelog-storm-software": "^0.3.64",
198
198
  "htmlparser2": "10.0.0",
199
199
  "jsonc-parser": "3.2.1",
200
200
  "nx": "^22.1.3",
@@ -216,5 +216,5 @@
216
216
  "tsup": "8.4.0"
217
217
  },
218
218
  "publishConfig": { "access": "public" },
219
- "gitHead": "fa465e4209d943a544281aa17f54ef8877fd54a2"
219
+ "gitHead": "ecf92fdae5fd9ab519c263e6289345824e7dd61a"
220
220
  }