socket 1.0.54 → 1.0.55
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
CHANGED
|
@@ -3933,6 +3933,8 @@ async function agentFix(pkgEnvDetails, actualTree, alertsMap, installer, {
|
|
|
3933
3933
|
// eslint-disable-next-line no-await-in-loop
|
|
3934
3934
|
(await utils.gitCreateBranch(branch, cwd)) && (
|
|
3935
3935
|
// eslint-disable-next-line no-await-in-loop
|
|
3936
|
+
await utils.gitCheckoutBranch(branch, cwd)) && (
|
|
3937
|
+
// eslint-disable-next-line no-await-in-loop
|
|
3936
3938
|
await utils.gitCommit(getSocketCommitMessage(oldPurl, newVersion, workspace),
|
|
3937
3939
|
// eslint-disable-next-line no-await-in-loop
|
|
3938
3940
|
await getModifiedFiles(cwd), {
|
|
@@ -14156,5 +14158,5 @@ void (async () => {
|
|
|
14156
14158
|
await utils.captureException(e);
|
|
14157
14159
|
}
|
|
14158
14160
|
})();
|
|
14159
|
-
//# debugId=
|
|
14161
|
+
//# debugId=12bf55ed-6b06-47fb-a3d0-45e4d877da4e
|
|
14160
14162
|
//# sourceMappingURL=cli.js.map
|