@storm-software/git-tools 2.125.2 → 2.125.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.
- package/bin/git.cjs +1 -1
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +1 -1
- package/bin/git.js.map +1 -1
- package/package.json +5 -5
- package/dist/chunk-473ZAPVD.cjs +0 -22
- package/dist/chunk-DC6I5TL7.js +0 -20
- package/dist/chunk-LBYPNRMH.js +0 -20
- package/dist/chunk-NLDN4WKT.cjs +0 -22
- package/dist/chunk-RYLCGHHN.cjs +0 -22
- package/dist/chunk-YLIHBZL7.js +0 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.125.
|
|
3
|
+
"version": "2.125.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
"@inquirer/prompts": "7.2.1",
|
|
191
191
|
"@nx/devkit": "^22.5.4",
|
|
192
192
|
"@nx/js": "22.5.1",
|
|
193
|
-
"@storm-software/config": "^1.135.
|
|
194
|
-
"@storm-software/config-tools": "^1.189.
|
|
193
|
+
"@storm-software/config": "^1.135.24",
|
|
194
|
+
"@storm-software/config-tools": "^1.189.23",
|
|
195
195
|
"@textlint/ast-node-types": "14.4.2",
|
|
196
196
|
"@textlint/markdown-to-ast": "14.4.2",
|
|
197
197
|
"anchor-markdown-header": "0.7.0",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"chalk": "^4.1.2",
|
|
201
201
|
"chalk-template": "1.1.0",
|
|
202
202
|
"conventional-changelog-conventionalcommits": "^9.3.0",
|
|
203
|
-
"conventional-changelog-storm-software": "^0.3.
|
|
203
|
+
"conventional-changelog-storm-software": "^0.3.104",
|
|
204
204
|
"htmlparser2": "10.0.0",
|
|
205
205
|
"jsonc-parser": "3.2.1",
|
|
206
206
|
"nx": "22.5.1",
|
|
@@ -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": "
|
|
228
|
+
"gitHead": "60f5fbccff24de32fcb58081256680ed4bad3abb"
|
|
229
229
|
}
|
package/dist/chunk-473ZAPVD.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkFJL2V56E_cjs = require('./chunk-FJL2V56E.cjs');
|
|
4
|
-
var chunkQCNDIFYQ_cjs = require('./chunk-QCNDIFYQ.cjs');
|
|
5
|
-
var chunkSIFTTG22_cjs = require('./chunk-SIFTTG22.cjs');
|
|
6
|
-
|
|
7
|
-
// src/hooks/post-checkout.ts
|
|
8
|
-
async function postCheckoutHook(config, files) {
|
|
9
|
-
chunkSIFTTG22_cjs.writeInfo("Running post-checkout hook...", config);
|
|
10
|
-
chunkQCNDIFYQ_cjs.checkPackageVersion(files);
|
|
11
|
-
try {
|
|
12
|
-
chunkFJL2V56E_cjs.run(config, "git-lfs version");
|
|
13
|
-
} catch (error) {
|
|
14
|
-
throw new Error(
|
|
15
|
-
`This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.
|
|
16
|
-
Error: ${error?.message}`
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
chunkFJL2V56E_cjs.run(config, "git lfs post-checkout");
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
exports.postCheckoutHook = postCheckoutHook;
|
package/dist/chunk-DC6I5TL7.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { run } from './chunk-JOPN56T4.js';
|
|
2
|
-
import { checkPackageVersion } from './chunk-HMHOHK22.js';
|
|
3
|
-
import { writeInfo } from './chunk-X7F62ZNF.js';
|
|
4
|
-
|
|
5
|
-
// src/hooks/post-merge.ts
|
|
6
|
-
async function postMergeHook(config, files) {
|
|
7
|
-
writeInfo("Running post-merge hook...", config);
|
|
8
|
-
checkPackageVersion(files);
|
|
9
|
-
try {
|
|
10
|
-
run(config, "git-lfs version");
|
|
11
|
-
} catch (error) {
|
|
12
|
-
throw new Error(
|
|
13
|
-
`This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-merge.
|
|
14
|
-
Error: ${error?.message}`
|
|
15
|
-
);
|
|
16
|
-
}
|
|
17
|
-
run(config, "git lfs post-merge");
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export { postMergeHook };
|
package/dist/chunk-LBYPNRMH.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { run } from './chunk-JOPN56T4.js';
|
|
2
|
-
import { checkPackageVersion } from './chunk-HMHOHK22.js';
|
|
3
|
-
import { writeInfo } from './chunk-X7F62ZNF.js';
|
|
4
|
-
|
|
5
|
-
// src/hooks/post-checkout.ts
|
|
6
|
-
async function postCheckoutHook(config, files) {
|
|
7
|
-
writeInfo("Running post-checkout hook...", config);
|
|
8
|
-
checkPackageVersion(files);
|
|
9
|
-
try {
|
|
10
|
-
run(config, "git-lfs version");
|
|
11
|
-
} catch (error) {
|
|
12
|
-
throw new Error(
|
|
13
|
-
`This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.
|
|
14
|
-
Error: ${error?.message}`
|
|
15
|
-
);
|
|
16
|
-
}
|
|
17
|
-
run(config, "git lfs post-checkout");
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export { postCheckoutHook };
|
package/dist/chunk-NLDN4WKT.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkFJL2V56E_cjs = require('./chunk-FJL2V56E.cjs');
|
|
4
|
-
var chunkQCNDIFYQ_cjs = require('./chunk-QCNDIFYQ.cjs');
|
|
5
|
-
var chunkSIFTTG22_cjs = require('./chunk-SIFTTG22.cjs');
|
|
6
|
-
|
|
7
|
-
// src/hooks/post-merge.ts
|
|
8
|
-
async function postMergeHook(config, files) {
|
|
9
|
-
chunkSIFTTG22_cjs.writeInfo("Running post-merge hook...", config);
|
|
10
|
-
chunkQCNDIFYQ_cjs.checkPackageVersion(files);
|
|
11
|
-
try {
|
|
12
|
-
chunkFJL2V56E_cjs.run(config, "git-lfs version");
|
|
13
|
-
} catch (error) {
|
|
14
|
-
throw new Error(
|
|
15
|
-
`This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-merge.
|
|
16
|
-
Error: ${error?.message}`
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
chunkFJL2V56E_cjs.run(config, "git lfs post-merge");
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
exports.postMergeHook = postMergeHook;
|
package/dist/chunk-RYLCGHHN.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkFJL2V56E_cjs = require('./chunk-FJL2V56E.cjs');
|
|
4
|
-
var chunkQCNDIFYQ_cjs = require('./chunk-QCNDIFYQ.cjs');
|
|
5
|
-
var chunkSIFTTG22_cjs = require('./chunk-SIFTTG22.cjs');
|
|
6
|
-
|
|
7
|
-
// src/hooks/post-commit.ts
|
|
8
|
-
async function postCommitHook(config, files) {
|
|
9
|
-
chunkSIFTTG22_cjs.writeInfo("Running post-commit hook...", config);
|
|
10
|
-
chunkQCNDIFYQ_cjs.checkPackageVersion(files);
|
|
11
|
-
try {
|
|
12
|
-
chunkFJL2V56E_cjs.run(config, "git-lfs version");
|
|
13
|
-
} catch (error) {
|
|
14
|
-
throw new Error(
|
|
15
|
-
`This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-commit.
|
|
16
|
-
Error: ${error?.message}`
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
chunkFJL2V56E_cjs.run(config, "git lfs post-commit");
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
exports.postCommitHook = postCommitHook;
|
package/dist/chunk-YLIHBZL7.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { run } from './chunk-JOPN56T4.js';
|
|
2
|
-
import { checkPackageVersion } from './chunk-HMHOHK22.js';
|
|
3
|
-
import { writeInfo } from './chunk-X7F62ZNF.js';
|
|
4
|
-
|
|
5
|
-
// src/hooks/post-commit.ts
|
|
6
|
-
async function postCommitHook(config, files) {
|
|
7
|
-
writeInfo("Running post-commit hook...", config);
|
|
8
|
-
checkPackageVersion(files);
|
|
9
|
-
try {
|
|
10
|
-
run(config, "git-lfs version");
|
|
11
|
-
} catch (error) {
|
|
12
|
-
throw new Error(
|
|
13
|
-
`This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-commit.
|
|
14
|
-
Error: ${error?.message}`
|
|
15
|
-
);
|
|
16
|
-
}
|
|
17
|
-
run(config, "git lfs post-commit");
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export { postCommitHook };
|