socket 0.15.36 → 0.15.37

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
@@ -3703,11 +3703,11 @@ function createSocketBranchParser(options) {
3703
3703
  return null;
3704
3704
  }
3705
3705
  const {
3706
- 0: type,
3707
- 1: workspace,
3708
- 2: fullName,
3709
- 3: version,
3710
- 4: newVersion
3706
+ 1: type,
3707
+ 2: workspace,
3708
+ 3: fullName,
3709
+ 4: version,
3710
+ 5: newVersion
3711
3711
  } = match;
3712
3712
  return {
3713
3713
  newVersion,
@@ -13680,5 +13680,5 @@ void (async () => {
13680
13680
  await utils.captureException(e);
13681
13681
  }
13682
13682
  })();
13683
- //# debugId=38099217-d20f-4a32-ab28-1f8227909c96
13683
+ //# debugId=8ad31346-4e7a-47ed-a7fc-67c4e43a1ce
13684
13684
  //# sourceMappingURL=cli.js.map