calabasas 0.1.3 → 0.1.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
@@ -2624,7 +2624,7 @@ import * as path from "path";
2624
2624
  import * as os from "os";
2625
2625
  var CONFIG_DIR = path.join(os.homedir(), ".calabasas");
2626
2626
  var CONFIG_FILE = path.join(CONFIG_DIR, "config.json");
2627
- var DEFAULT_API_URL = "https://notable-monitor-41.convex.site";
2627
+ var DEFAULT_API_URL = "https://savory-llama-364.convex.site";
2628
2628
  function getConfig() {
2629
2629
  try {
2630
2630
  if (!fs.existsSync(CONFIG_FILE)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "calabasas",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "CLI for Calabasas - Discord Gateway as a Service for Convex",
5
5
  "type": "module",
6
6
  "bin": {