@storm-software/git-tools 2.93.6 → 2.93.7
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/{chunk-KGTS6GV6.cjs → chunk-276KKXGZ.cjs} +3 -3
- package/bin/{chunk-DF4PCEB5.cjs → chunk-3ZFT4DK5.cjs} +2249 -2249
- package/bin/{chunk-VKYGLTCI.js → chunk-46TFHLDW.js} +1 -1
- package/bin/{chunk-JXRAX4SP.js → chunk-662AMFFX.js} +2 -2
- package/bin/{chunk-TPCIOLK7.cjs → chunk-7QTYF5B4.cjs} +4 -4
- package/bin/{chunk-MGHHP7QE.cjs → chunk-DC3SIU7G.cjs} +11 -11
- package/bin/{chunk-XUWCKCJC.cjs → chunk-ELR4T4D7.cjs} +388 -388
- package/bin/{chunk-QGPJPPMC.cjs → chunk-EVE473WJ.cjs} +32 -32
- package/bin/{chunk-Q3AHBZHL.cjs → chunk-GI3GYRQC.cjs} +2 -2
- package/bin/{chunk-YZBTQ4IC.js → chunk-GW4IGINN.js} +2 -2
- package/bin/{chunk-AHBDLTUH.js → chunk-HON2WVYK.js} +2 -2
- package/bin/{chunk-5DQLXYW4.js → chunk-IITIPRA5.js} +2 -2
- package/bin/{chunk-GJHKN47J.js → chunk-LX4SFOZS.js} +1 -1
- package/bin/{chunk-UBWFQPNH.js → chunk-OKJAVPW6.js} +2 -2
- package/bin/{chunk-VG4O4EQL.js → chunk-P7N4P3IF.js} +15 -15
- package/bin/{chunk-CEGMBYVC.js → chunk-PNTLVS6C.js} +2 -2
- package/bin/{chunk-Q53NG7LB.cjs → chunk-QBG5LGWG.cjs} +44 -44
- package/bin/{chunk-3UT6TDEW.cjs → chunk-QNJB5IEX.cjs} +40 -40
- package/bin/{chunk-E5L4GNGP.cjs → chunk-RWGUF7UA.cjs} +138 -138
- package/bin/{chunk-OXE57VZF.cjs → chunk-S6G2S5IS.cjs} +153 -153
- package/bin/{chunk-GUC6JFRI.js → chunk-TUNSEFLU.js} +1 -1
- package/bin/{chunk-7YMEJUZZ.js → chunk-VHCDWDKU.js} +2 -2
- package/bin/{dist-GADH6PW2.js → dist-3Y3T6XGP.js} +8 -8
- package/bin/{dist-JA47BU7X.cjs → dist-5TRZOPG4.cjs} +1038 -1038
- package/bin/{esm-JW6D2KJK.cjs → esm-IHPSXCMZ.cjs} +48 -51
- package/bin/{esm-UHX254WJ.js → esm-XOMOWV3G.js} +3 -6
- package/bin/git.cjs +3945 -3941
- package/bin/git.js +104 -100
- package/bin/json5-JKGVA4EU.cjs +10 -0
- package/bin/json5-NET3LOJ6.js +10 -0
- package/bin/jsonc-AHMTY5TZ.cjs +15 -0
- package/bin/{jsonc-RSBF4WNG.js → jsonc-LABOISKG.js} +3 -3
- package/bin/{multipart-parser-2INLPZP4.cjs → multipart-parser-2W57DTWK.cjs} +11 -11
- package/bin/{multipart-parser-3YKLT75O.js → multipart-parser-35HXWNWA.js} +2 -2
- package/bin/post-checkout.cjs +22 -22
- package/bin/post-checkout.js +10 -10
- package/bin/post-commit.cjs +22 -22
- package/bin/post-commit.js +10 -10
- package/bin/post-merge.cjs +22 -22
- package/bin/post-merge.js +10 -10
- package/bin/pre-commit.cjs +20 -20
- package/bin/pre-commit.js +9 -9
- package/bin/pre-install.cjs +19 -19
- package/bin/pre-install.js +9 -9
- package/bin/pre-push.cjs +27 -27
- package/bin/pre-push.js +10 -10
- package/bin/prepare.cjs +17 -17
- package/bin/prepare.js +9 -9
- package/bin/toml-HKM2W3Q4.js +10 -0
- package/bin/toml-NDDPGF5N.cjs +10 -0
- package/bin/version-warning.cjs +15 -15
- package/bin/version-warning.js +9 -9
- package/bin/yaml-UUCBBN32.js +10 -0
- package/bin/yaml-Z3AFMP5Z.cjs +10 -0
- package/package.json +2 -2
- package/bin/json5-J7SQ5PU5.js +0 -10
- package/bin/json5-M4UXEUCA.cjs +0 -10
- package/bin/jsonc-OUBNXY2K.cjs +0 -15
- package/bin/toml-3DSPD242.cjs +0 -10
- package/bin/toml-5URN5UOS.js +0 -10
- package/bin/yaml-IO4WZQRD.cjs +0 -10
- package/bin/yaml-L5V6OFSX.js +0 -10
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkGI3GYRQCcjs = require('./chunk-GI3GYRQC.cjs');
|
|
5
5
|
|
|
6
6
|
// ../config-tools/src/utilities/run.ts
|
|
7
|
-
|
|
7
|
+
_chunkGI3GYRQCcjs.init_cjs_shims.call(void 0, );
|
|
8
8
|
var _child_process = require('child_process');
|
|
9
9
|
var LARGE_BUFFER = 1024 * 1e6;
|
|
10
|
-
var run = /* @__PURE__ */
|
|
10
|
+
var run = /* @__PURE__ */ _chunkGI3GYRQCcjs.__name.call(void 0, (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => ( process.cwd())), stdio = "inherit", env = process.env) => {
|
|
11
11
|
return _child_process.execSync.call(void 0, command, {
|
|
12
12
|
cwd,
|
|
13
13
|
env: {
|