@storm-software/git-tools 2.131.28 → 2.131.31
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/README.md +1 -1
- package/bin/{chunk-AX3PXQKJ.js → chunk-3I7DR63M.js} +3 -3
- package/bin/{chunk-AX3PXQKJ.js.map → chunk-3I7DR63M.js.map} +1 -1
- package/bin/{chunk-C6K3ZRT6.js → chunk-3NC3GIM6.js} +3 -3
- package/bin/{chunk-C6K3ZRT6.js.map → chunk-3NC3GIM6.js.map} +1 -1
- package/bin/{chunk-MQOEMLKV.cjs → chunk-6AN4QYAN.cjs} +4 -4
- package/bin/{chunk-MQOEMLKV.cjs.map → chunk-6AN4QYAN.cjs.map} +1 -1
- package/bin/{chunk-QITSXT5W.cjs → chunk-AY74OKG5.cjs} +6 -6
- package/bin/{chunk-QITSXT5W.cjs.map → chunk-AY74OKG5.cjs.map} +1 -1
- package/bin/{chunk-M4UDDFX2.cjs → chunk-B56KWU7H.cjs} +4 -4
- package/bin/{chunk-M4UDDFX2.cjs.map → chunk-B56KWU7H.cjs.map} +1 -1
- package/bin/{chunk-3XAQUPZK.js → chunk-BPY6SBLC.js} +5 -5
- package/bin/chunk-BPY6SBLC.js.map +1 -0
- package/bin/{chunk-GPHBDU6A.js → chunk-DDC7F5UZ.js} +3 -3
- package/bin/{chunk-GPHBDU6A.js.map → chunk-DDC7F5UZ.js.map} +1 -1
- package/bin/{chunk-Y7OK7243.js → chunk-EQ7Z3P24.js} +3 -3
- package/bin/{chunk-Y7OK7243.js.map → chunk-EQ7Z3P24.js.map} +1 -1
- package/bin/{chunk-4GZZR7XL.js → chunk-FC4WBB3T.js} +3 -3
- package/bin/{chunk-4GZZR7XL.js.map → chunk-FC4WBB3T.js.map} +1 -1
- package/bin/{chunk-QOOEK76B.cjs → chunk-M4LUWNQR.cjs} +5 -5
- package/bin/chunk-M4LUWNQR.cjs.map +1 -0
- package/bin/{chunk-WZZIVUHI.cjs → chunk-O3X5QPCQ.cjs} +4 -4
- package/bin/{chunk-WZZIVUHI.cjs.map → chunk-O3X5QPCQ.cjs.map} +1 -1
- package/bin/{chunk-DOELUOOS.js → chunk-O5U4PY3Z.js} +3 -3
- package/bin/{chunk-DOELUOOS.js.map → chunk-O5U4PY3Z.js.map} +1 -1
- package/bin/{chunk-3PI2VV32.js → chunk-SJQTSJGU.js} +3 -3
- package/bin/{chunk-3PI2VV32.js.map → chunk-SJQTSJGU.js.map} +1 -1
- package/bin/{chunk-3LVCR6LS.cjs → chunk-U7X6DX3D.cjs} +4 -4
- package/bin/{chunk-3LVCR6LS.cjs.map → chunk-U7X6DX3D.cjs.map} +1 -1
- package/bin/{chunk-4CS5RPMP.cjs → chunk-Y7LS5W35.cjs} +5 -5
- package/bin/{chunk-4CS5RPMP.cjs.map → chunk-Y7LS5W35.cjs.map} +1 -1
- package/bin/{chunk-NSP7UDOF.cjs → chunk-ZMVLIEV4.cjs} +4 -4
- package/bin/{chunk-NSP7UDOF.cjs.map → chunk-ZMVLIEV4.cjs.map} +1 -1
- package/bin/git.cjs +177 -224
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +33 -80
- package/bin/git.js.map +1 -1
- package/bin/post-checkout.cjs +7 -7
- package/bin/post-checkout.js +2 -2
- package/bin/post-commit.cjs +7 -7
- package/bin/post-commit.js +2 -2
- package/bin/post-merge.cjs +7 -7
- package/bin/post-merge.js +2 -2
- package/bin/pre-commit.cjs +7 -7
- package/bin/pre-commit.js +2 -2
- package/bin/pre-install.cjs +7 -7
- package/bin/pre-install.js +2 -2
- package/bin/pre-push.cjs +7 -7
- package/bin/pre-push.js +2 -2
- package/bin/prepare.cjs +7 -7
- package/bin/prepare.js +2 -2
- package/bin/version-warning.cjs +5 -5
- package/bin/version-warning.js +1 -1
- package/package.json +11 -11
- package/bin/chunk-3XAQUPZK.js.map +0 -1
- package/bin/chunk-QOOEK76B.cjs.map +0 -1
package/bin/post-checkout.cjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkO3X5QPCQ_cjs = require('./chunk-O3X5QPCQ.cjs');
|
|
5
5
|
require('./chunk-YHZNDNCW.cjs');
|
|
6
6
|
require('./chunk-MTAYUS7E.cjs');
|
|
7
|
-
var
|
|
7
|
+
var chunkM4LUWNQR_cjs = require('./chunk-M4LUWNQR.cjs');
|
|
8
8
|
|
|
9
9
|
// bin/post-checkout.ts
|
|
10
10
|
void (async () => {
|
|
11
|
-
const config = await
|
|
11
|
+
const config = await chunkM4LUWNQR_cjs.getConfig();
|
|
12
12
|
try {
|
|
13
|
-
await
|
|
14
|
-
|
|
13
|
+
await chunkO3X5QPCQ_cjs.postCheckoutHook(config, process.argv.slice(2));
|
|
14
|
+
chunkM4LUWNQR_cjs.exitWithSuccess(config);
|
|
15
15
|
} catch (error) {
|
|
16
|
-
|
|
16
|
+
chunkM4LUWNQR_cjs.writeFatal(
|
|
17
17
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
18
18
|
config
|
|
19
19
|
);
|
|
20
|
-
|
|
20
|
+
chunkM4LUWNQR_cjs.exitWithError(config);
|
|
21
21
|
process.exit(1);
|
|
22
22
|
}
|
|
23
23
|
})();
|
package/bin/post-checkout.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { postCheckoutHook } from './chunk-
|
|
2
|
+
import { postCheckoutHook } from './chunk-O5U4PY3Z.js';
|
|
3
3
|
import './chunk-HBLWPOJV.js';
|
|
4
4
|
import './chunk-RPK5AKGK.js';
|
|
5
|
-
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-
|
|
5
|
+
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-BPY6SBLC.js';
|
|
6
6
|
|
|
7
7
|
// bin/post-checkout.ts
|
|
8
8
|
void (async () => {
|
package/bin/post-commit.cjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkZMVLIEV4_cjs = require('./chunk-ZMVLIEV4.cjs');
|
|
5
5
|
require('./chunk-YHZNDNCW.cjs');
|
|
6
6
|
require('./chunk-MTAYUS7E.cjs');
|
|
7
|
-
var
|
|
7
|
+
var chunkM4LUWNQR_cjs = require('./chunk-M4LUWNQR.cjs');
|
|
8
8
|
|
|
9
9
|
// bin/post-commit.ts
|
|
10
10
|
void (async () => {
|
|
11
|
-
const config = await
|
|
11
|
+
const config = await chunkM4LUWNQR_cjs.getConfig();
|
|
12
12
|
try {
|
|
13
|
-
await
|
|
14
|
-
|
|
13
|
+
await chunkZMVLIEV4_cjs.postCommitHook(config, process.argv.slice(2));
|
|
14
|
+
chunkM4LUWNQR_cjs.exitWithSuccess(config);
|
|
15
15
|
} catch (error) {
|
|
16
|
-
|
|
16
|
+
chunkM4LUWNQR_cjs.writeFatal(
|
|
17
17
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
18
18
|
config
|
|
19
19
|
);
|
|
20
|
-
|
|
20
|
+
chunkM4LUWNQR_cjs.exitWithError(config);
|
|
21
21
|
process.exit(1);
|
|
22
22
|
}
|
|
23
23
|
})();
|
package/bin/post-commit.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { postCommitHook } from './chunk-
|
|
2
|
+
import { postCommitHook } from './chunk-SJQTSJGU.js';
|
|
3
3
|
import './chunk-HBLWPOJV.js';
|
|
4
4
|
import './chunk-RPK5AKGK.js';
|
|
5
|
-
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-
|
|
5
|
+
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-BPY6SBLC.js';
|
|
6
6
|
|
|
7
7
|
// bin/post-commit.ts
|
|
8
8
|
void (async () => {
|
package/bin/post-merge.cjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkB56KWU7H_cjs = require('./chunk-B56KWU7H.cjs');
|
|
5
5
|
require('./chunk-YHZNDNCW.cjs');
|
|
6
6
|
require('./chunk-MTAYUS7E.cjs');
|
|
7
|
-
var
|
|
7
|
+
var chunkM4LUWNQR_cjs = require('./chunk-M4LUWNQR.cjs');
|
|
8
8
|
|
|
9
9
|
// bin/post-merge.ts
|
|
10
10
|
void (async () => {
|
|
11
|
-
const config = await
|
|
11
|
+
const config = await chunkM4LUWNQR_cjs.getConfig();
|
|
12
12
|
try {
|
|
13
|
-
await
|
|
14
|
-
|
|
13
|
+
await chunkB56KWU7H_cjs.postMergeHook(config, process.argv.slice(2));
|
|
14
|
+
chunkM4LUWNQR_cjs.exitWithSuccess(config);
|
|
15
15
|
} catch (error) {
|
|
16
|
-
|
|
16
|
+
chunkM4LUWNQR_cjs.writeFatal(
|
|
17
17
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
18
18
|
config
|
|
19
19
|
);
|
|
20
|
-
|
|
20
|
+
chunkM4LUWNQR_cjs.exitWithError(config);
|
|
21
21
|
process.exit(1);
|
|
22
22
|
}
|
|
23
23
|
})();
|
package/bin/post-merge.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { postMergeHook } from './chunk-
|
|
2
|
+
import { postMergeHook } from './chunk-3I7DR63M.js';
|
|
3
3
|
import './chunk-HBLWPOJV.js';
|
|
4
4
|
import './chunk-RPK5AKGK.js';
|
|
5
|
-
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-
|
|
5
|
+
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-BPY6SBLC.js';
|
|
6
6
|
|
|
7
7
|
// bin/post-merge.ts
|
|
8
8
|
void (async () => {
|
package/bin/pre-commit.cjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunk6AN4QYAN_cjs = require('./chunk-6AN4QYAN.cjs');
|
|
5
5
|
require('./chunk-YHZNDNCW.cjs');
|
|
6
|
-
var
|
|
6
|
+
var chunkM4LUWNQR_cjs = require('./chunk-M4LUWNQR.cjs');
|
|
7
7
|
|
|
8
8
|
// bin/pre-commit.ts
|
|
9
9
|
void (async () => {
|
|
10
|
-
const config = await
|
|
10
|
+
const config = await chunkM4LUWNQR_cjs.getConfig();
|
|
11
11
|
try {
|
|
12
|
-
await
|
|
13
|
-
|
|
12
|
+
await chunk6AN4QYAN_cjs.preCommitHook(config, process.argv.slice(2));
|
|
13
|
+
chunkM4LUWNQR_cjs.exitWithSuccess(config);
|
|
14
14
|
} catch (error) {
|
|
15
|
-
|
|
15
|
+
chunkM4LUWNQR_cjs.writeFatal(
|
|
16
16
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
17
17
|
config
|
|
18
18
|
);
|
|
19
|
-
|
|
19
|
+
chunkM4LUWNQR_cjs.exitWithError(config);
|
|
20
20
|
process.exit(1);
|
|
21
21
|
}
|
|
22
22
|
})();
|
package/bin/pre-commit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { preCommitHook } from './chunk-
|
|
2
|
+
import { preCommitHook } from './chunk-FC4WBB3T.js';
|
|
3
3
|
import './chunk-HBLWPOJV.js';
|
|
4
|
-
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-
|
|
4
|
+
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-BPY6SBLC.js';
|
|
5
5
|
|
|
6
6
|
// bin/pre-commit.ts
|
|
7
7
|
void (async () => {
|
package/bin/pre-install.cjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkY7LS5W35_cjs = require('./chunk-Y7LS5W35.cjs');
|
|
5
5
|
require('./chunk-MTAYUS7E.cjs');
|
|
6
|
-
var
|
|
6
|
+
var chunkM4LUWNQR_cjs = require('./chunk-M4LUWNQR.cjs');
|
|
7
7
|
|
|
8
8
|
// bin/pre-install.ts
|
|
9
9
|
void (async () => {
|
|
10
|
-
const config = await
|
|
10
|
+
const config = await chunkM4LUWNQR_cjs.getConfig();
|
|
11
11
|
try {
|
|
12
|
-
await
|
|
13
|
-
|
|
12
|
+
await chunkY7LS5W35_cjs.preInstallHook(config);
|
|
13
|
+
chunkM4LUWNQR_cjs.exitWithSuccess(config);
|
|
14
14
|
} catch (error) {
|
|
15
|
-
|
|
15
|
+
chunkM4LUWNQR_cjs.writeFatal(
|
|
16
16
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
17
17
|
config
|
|
18
18
|
);
|
|
19
|
-
|
|
19
|
+
chunkM4LUWNQR_cjs.exitWithError(config);
|
|
20
20
|
process.exit(1);
|
|
21
21
|
}
|
|
22
22
|
})();
|
package/bin/pre-install.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { preInstallHook } from './chunk-
|
|
2
|
+
import { preInstallHook } from './chunk-3NC3GIM6.js';
|
|
3
3
|
import './chunk-RPK5AKGK.js';
|
|
4
|
-
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-
|
|
4
|
+
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-BPY6SBLC.js';
|
|
5
5
|
|
|
6
6
|
// bin/pre-install.ts
|
|
7
7
|
void (async () => {
|
package/bin/pre-push.cjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkAY74OKG5_cjs = require('./chunk-AY74OKG5.cjs');
|
|
5
5
|
require('./chunk-YHZNDNCW.cjs');
|
|
6
|
-
var
|
|
6
|
+
var chunkM4LUWNQR_cjs = require('./chunk-M4LUWNQR.cjs');
|
|
7
7
|
|
|
8
8
|
// bin/pre-push.ts
|
|
9
9
|
void (async () => {
|
|
10
|
-
const config = await
|
|
10
|
+
const config = await chunkM4LUWNQR_cjs.getConfig();
|
|
11
11
|
try {
|
|
12
|
-
await
|
|
13
|
-
|
|
12
|
+
await chunkAY74OKG5_cjs.prePushHook(config, process.argv.slice(2));
|
|
13
|
+
chunkM4LUWNQR_cjs.exitWithSuccess(config);
|
|
14
14
|
} catch (error) {
|
|
15
|
-
|
|
15
|
+
chunkM4LUWNQR_cjs.writeFatal(
|
|
16
16
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
17
17
|
config
|
|
18
18
|
);
|
|
19
|
-
|
|
19
|
+
chunkM4LUWNQR_cjs.exitWithError(config);
|
|
20
20
|
process.exit(1);
|
|
21
21
|
}
|
|
22
22
|
})();
|
package/bin/pre-push.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { prePushHook } from './chunk-
|
|
2
|
+
import { prePushHook } from './chunk-DDC7F5UZ.js';
|
|
3
3
|
import './chunk-HBLWPOJV.js';
|
|
4
|
-
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-
|
|
4
|
+
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-BPY6SBLC.js';
|
|
5
5
|
|
|
6
6
|
// bin/pre-push.ts
|
|
7
7
|
void (async () => {
|
package/bin/prepare.cjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunkU7X6DX3D_cjs = require('./chunk-U7X6DX3D.cjs');
|
|
5
5
|
require('./chunk-MTAYUS7E.cjs');
|
|
6
|
-
var
|
|
6
|
+
var chunkM4LUWNQR_cjs = require('./chunk-M4LUWNQR.cjs');
|
|
7
7
|
|
|
8
8
|
// bin/prepare.ts
|
|
9
9
|
void (async () => {
|
|
10
|
-
const config = await
|
|
10
|
+
const config = await chunkM4LUWNQR_cjs.getConfig();
|
|
11
11
|
try {
|
|
12
|
-
await
|
|
13
|
-
|
|
12
|
+
await chunkU7X6DX3D_cjs.prepareHook(config);
|
|
13
|
+
chunkM4LUWNQR_cjs.exitWithSuccess(config);
|
|
14
14
|
} catch (error) {
|
|
15
|
-
|
|
15
|
+
chunkM4LUWNQR_cjs.writeFatal(
|
|
16
16
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
17
17
|
config
|
|
18
18
|
);
|
|
19
|
-
|
|
19
|
+
chunkM4LUWNQR_cjs.exitWithError(config);
|
|
20
20
|
process.exit(1);
|
|
21
21
|
}
|
|
22
22
|
})();
|
package/bin/prepare.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { prepareHook } from './chunk-
|
|
2
|
+
import { prepareHook } from './chunk-EQ7Z3P24.js';
|
|
3
3
|
import './chunk-RPK5AKGK.js';
|
|
4
|
-
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-
|
|
4
|
+
import { getConfig, exitWithSuccess, writeFatal, exitWithError } from './chunk-BPY6SBLC.js';
|
|
5
5
|
|
|
6
6
|
// bin/prepare.ts
|
|
7
7
|
void (async () => {
|
package/bin/version-warning.cjs
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
var chunkYHZNDNCW_cjs = require('./chunk-YHZNDNCW.cjs');
|
|
5
|
-
var
|
|
5
|
+
var chunkM4LUWNQR_cjs = require('./chunk-M4LUWNQR.cjs');
|
|
6
6
|
|
|
7
7
|
// bin/version-warning.ts
|
|
8
8
|
void (async () => {
|
|
9
|
-
const config = await
|
|
9
|
+
const config = await chunkM4LUWNQR_cjs.getConfig();
|
|
10
10
|
try {
|
|
11
|
-
|
|
11
|
+
chunkM4LUWNQR_cjs.handleProcess(config);
|
|
12
12
|
chunkYHZNDNCW_cjs.checkPackageVersion(process.argv.slice(1));
|
|
13
13
|
} catch (error) {
|
|
14
|
-
|
|
14
|
+
chunkM4LUWNQR_cjs.writeFatal(
|
|
15
15
|
`A fatal error occurred while running the program: ${error.message}`,
|
|
16
16
|
config
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
chunkM4LUWNQR_cjs.exitWithError(config);
|
|
19
19
|
process.exit(1);
|
|
20
20
|
}
|
|
21
21
|
})();
|
package/bin/version-warning.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { checkPackageVersion } from './chunk-HBLWPOJV.js';
|
|
3
|
-
import { getConfig, handleProcess, writeFatal, exitWithError } from './chunk-
|
|
3
|
+
import { getConfig, handleProcess, writeFatal, exitWithError } from './chunk-BPY6SBLC.js';
|
|
4
4
|
|
|
5
5
|
// bin/version-warning.ts
|
|
6
6
|
void (async () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.131.
|
|
3
|
+
"version": "2.131.31",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
"@commitlint/ensure": "^19.8.1",
|
|
189
189
|
"@commitlint/rules": "^19.8.1",
|
|
190
190
|
"@inquirer/prompts": "^8.4.3",
|
|
191
|
-
"@nx/devkit": "22.7.
|
|
192
|
-
"@nx/js": "22.7.
|
|
193
|
-
"@storm-software/config": "1.137.
|
|
194
|
-
"@storm-software/config-tools": "1.190.
|
|
191
|
+
"@nx/devkit": "^22.7.2",
|
|
192
|
+
"@nx/js": "22.7.2",
|
|
193
|
+
"@storm-software/config": "^1.137.58",
|
|
194
|
+
"@storm-software/config-tools": "^1.190.26",
|
|
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,11 +200,11 @@
|
|
|
200
200
|
"chalk": "^4.1.2",
|
|
201
201
|
"chalk-template": "1.1.0",
|
|
202
202
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
203
|
-
"conventional-changelog-storm-software": "0.3.
|
|
203
|
+
"conventional-changelog-storm-software": "^0.3.186",
|
|
204
204
|
"htmlparser2": "10.0.0",
|
|
205
205
|
"jsonc-parser": "3.2.1",
|
|
206
206
|
"nanoclone": "^1.0.2",
|
|
207
|
-
"nx": "22.7.
|
|
207
|
+
"nx": "22.7.2",
|
|
208
208
|
"prettier": "^3.8.3",
|
|
209
209
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
210
210
|
"tsconfig-paths": "4.2.0",
|
|
@@ -215,12 +215,12 @@
|
|
|
215
215
|
"zod": "^4.4.3"
|
|
216
216
|
},
|
|
217
217
|
"devDependencies": {
|
|
218
|
-
"@storm-software/package-constants": "0.1.
|
|
218
|
+
"@storm-software/package-constants": "^0.1.39",
|
|
219
219
|
"@types/node": "^25.9.1",
|
|
220
220
|
"commander": "^12.1.0",
|
|
221
221
|
"conventional-commits-parser": "^6.4.0",
|
|
222
|
-
"defu": "6.1.
|
|
223
|
-
"semver": "7.
|
|
222
|
+
"defu": "^6.1.7",
|
|
223
|
+
"semver": "^7.8.0",
|
|
224
224
|
"simple-git": "^3.36.0",
|
|
225
225
|
"tsup": "8.4.0"
|
|
226
226
|
},
|
|
@@ -228,5 +228,5 @@
|
|
|
228
228
|
"packageManager": "pnpm@10.3.0",
|
|
229
229
|
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
230
230
|
"publishConfig": { "access": "public" },
|
|
231
|
-
"gitHead": "
|
|
231
|
+
"gitHead": "96e61dd6fdcf39bad7cf596e2966e409c3aaf01c"
|
|
232
232
|
}
|