@socketsecurity/cli-with-sentry 1.0.24 → 1.0.25
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/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3112,7 +3112,7 @@ async function gitCreateAndPushBranch(branch, commitMsg, filepaths, options) {
|
|
|
3112
3112
|
stdio: 'ignore'
|
|
3113
3113
|
};
|
|
3114
3114
|
try {
|
|
3115
|
-
debug.debugFn('
|
|
3115
|
+
debug.debugFn('notice', {
|
|
3116
3116
|
branch,
|
|
3117
3117
|
user,
|
|
3118
3118
|
email,
|
|
@@ -14267,5 +14267,5 @@ void (async () => {
|
|
|
14267
14267
|
await utils.captureException(e);
|
|
14268
14268
|
}
|
|
14269
14269
|
})();
|
|
14270
|
-
//# debugId=
|
|
14270
|
+
//# debugId=9ac4c112-4476-4716-95d6-9211cc7e355c
|
|
14271
14271
|
//# sourceMappingURL=cli.js.map
|