@storm-software/git-tools 2.119.4 → 2.119.6
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.119.
|
|
3
|
+
"version": "2.119.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"@nx/devkit": "^21.4.1",
|
|
181
181
|
"@nx/js": "^21.4.1",
|
|
182
182
|
"@storm-software/config": "^1.130.4",
|
|
183
|
-
"@storm-software/config-tools": "^1.183.
|
|
183
|
+
"@storm-software/config-tools": "^1.183.6",
|
|
184
184
|
"@textlint/ast-node-types": "14.4.2",
|
|
185
185
|
"@textlint/markdown-to-ast": "14.4.2",
|
|
186
186
|
"anchor-markdown-header": "0.7.0",
|
|
@@ -209,5 +209,5 @@
|
|
|
209
209
|
"tsup": "8.4.0"
|
|
210
210
|
},
|
|
211
211
|
"publishConfig": { "access": "public" },
|
|
212
|
-
"gitHead": "
|
|
212
|
+
"gitHead": "07ad10cab1322344a83fec3f14176a6a020a1c84"
|
|
213
213
|
}
|