@storm-software/git-tools 2.113.13 → 2.113.14

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 (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Git Tools](#storm-git-tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.113.13",
3
+ "version": "2.113.14",
4
4
  "type": "module",
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "repository": {
@@ -252,7 +252,7 @@
252
252
  "commander": "^12.1.0",
253
253
  "conventional-commits-parser": "^6.2.0",
254
254
  "defu": "6.1.4",
255
- "genaiscript": "^2.2.12",
255
+ "genaiscript": "^2.2.16",
256
256
  "htmlparser2": "10.0.0",
257
257
  "jsonc-parser": "3.2.1",
258
258
  "read-yaml-file": "2.1.0",
@@ -265,5 +265,5 @@
265
265
  "zod": "^4.0.2"
266
266
  },
267
267
  "publishConfig": { "access": "public" },
268
- "gitHead": "15cfb513f5ab6c76341888e008ba62b88bcd05af"
268
+ "gitHead": "0ffb491f3a2f70a81789ffde3dce3dd911bc12a6"
269
269
  }