emailr-cli 1.3.2 → 1.3.4

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2125,7 +2125,7 @@ function openBrowser(url) {
2125
2125
 
2126
2126
  // src/commands/login.ts
2127
2127
  var DEFAULT_TIMEOUT_SECONDS = 120;
2128
- var WEB_APP_BASE_URL = process.env.EMAILR_WEB_URL || "https://emailr.dev";
2128
+ var WEB_APP_BASE_URL = process.env.EMAILR_WEB_URL || "https://app.emailr.dev";
2129
2129
  function buildAuthorizationUrl(state, callbackPort) {
2130
2130
  const callbackUrl = `http://127.0.0.1:${callbackPort}/callback`;
2131
2131
  const params = new URLSearchParams({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emailr-cli",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "Command-line interface for the Emailr email API",
5
5
  "type": "module",
6
6
  "bin": {