calabasas 0.1.4 → 0.1.5

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
@@ -2726,7 +2726,7 @@ async function login() {
2726
2726
  }
2727
2727
  });
2728
2728
  server.listen(CALLBACK_PORT, async () => {
2729
- const authUrl = `http://localhost:3002/auth/cli?callback=http://localhost:${CALLBACK_PORT}/callback`;
2729
+ const authUrl = `https://calabasas-web.vercel.app/auth/cli?callback=http://localhost:${CALLBACK_PORT}/callback`;
2730
2730
  console.log("If the browser doesn't open automatically, visit:");
2731
2731
  console.log(` ${authUrl}
2732
2732
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calabasas",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "CLI for Calabasas - Discord Gateway as a Service for Convex",
5
5
  "type": "module",
6
6
  "bin": {