@sendblue/cli 0.4.0 → 0.4.1

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/lib/api.js +2 -2
  2. package/package.json +1 -1
package/dist/lib/api.js CHANGED
@@ -1,5 +1,5 @@
1
- const API_BASE = 'https://api.sendblue.co';
2
- const SETUP_BASE = process.env.SENDBLUE_SETUP_URL || 'https://app.sendblue.co';
1
+ const API_BASE = 'https://api.sendblue.com';
2
+ const SETUP_BASE = process.env.SENDBLUE_SETUP_URL || 'https://dashboard.sendblue.com';
3
3
  export async function sendCode(email) {
4
4
  const res = await fetch(`${SETUP_BASE}/api/v3/cli/setup`, {
5
5
  method: 'POST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendblue/cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Sendblue CLI — iMessage numbers for agents",
5
5
  "type": "module",
6
6
  "bin": {