recappi 0.1.24 → 0.1.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/index.js CHANGED
@@ -21098,7 +21098,7 @@ Agent mode:
21098
21098
  kind: "auth-login",
21099
21099
  options: collectGlobalOptions(command),
21100
21100
  commandName: "auth login",
21101
- ...opts.noOpen === true ? { noOpen: true } : {}
21101
+ ...opts.open === false ? { noOpen: true } : {}
21102
21102
  });
21103
21103
  });
21104
21104
  const authLogout = auth.command("logout").description("Remove the Recappi CLI sign-in token");