@debugbundle/cli 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/dist/main.cjs +1 -3
  2. package/package.json +1 -1
package/dist/main.cjs CHANGED
@@ -21695,8 +21695,6 @@ function mapApiErrorToMessage(error) {
21695
21695
  return "GitHub device authorization was rejected.";
21696
21696
  case "github_email_unavailable":
21697
21697
  return "GitHub did not provide a verified primary email address.";
21698
- case "account_signup_disabled":
21699
- return "This DebugBundle workspace does not allow new account signups for this GitHub identity.";
21700
21698
  case "account_suspended":
21701
21699
  return "This DebugBundle account is suspended.";
21702
21700
  case "rate_limited":
@@ -33736,7 +33734,7 @@ async function handleCaptureRuleCommand2(parsedArgv, dependencies) {
33736
33734
  // package.json
33737
33735
  var package_default = {
33738
33736
  name: "@debugbundle/cli",
33739
- version: "1.0.1",
33737
+ version: "1.0.2",
33740
33738
  private: false,
33741
33739
  description: "Command-line interface for DebugBundle",
33742
33740
  license: "AGPL-3.0-only",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@debugbundle/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "Command-line interface for DebugBundle",
6
6
  "license": "AGPL-3.0-only",