@socketsecurity/cli-with-sentry 1.0.26 → 1.0.27
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/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/types/commands/fix/git.d.mts.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3111,7 +3111,7 @@ async function gitCreateAndPushBranch(branch, commitMsg, filepaths, options) {
|
|
|
3111
3111
|
cwd,
|
|
3112
3112
|
stdio: 'ignore'
|
|
3113
3113
|
};
|
|
3114
|
-
|
|
3114
|
+
logger.logger.dir({
|
|
3115
3115
|
branch,
|
|
3116
3116
|
user,
|
|
3117
3117
|
email,
|
|
@@ -14270,5 +14270,5 @@ void (async () => {
|
|
|
14270
14270
|
await utils.captureException(e);
|
|
14271
14271
|
}
|
|
14272
14272
|
})();
|
|
14273
|
-
//# debugId=
|
|
14273
|
+
//# debugId=ff82c46c-5bf8-44ec-aebc-01c78fea3570
|
|
14274
14274
|
//# sourceMappingURL=cli.js.map
|