@amirhosseinnateghi/vibed-cli 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.
package/dist/index.js CHANGED
@@ -5982,7 +5982,7 @@ import { pathToFileURL } from "node:url";
5982
5982
  import { homedir } from "node:os";
5983
5983
  import { join } from "node:path";
5984
5984
  import { mkdir, readFile, writeFile, chmod } from "node:fs/promises";
5985
- var DEFAULT_API = "https://web-production-834c9.up.railway.app";
5985
+ var DEFAULT_API = "https://vibed.city";
5986
5986
  var dir = () => join(homedir(), ".vibed");
5987
5987
  var file = () => join(dir(), "config.json");
5988
5988
  async function readFileConfig() {
package/dist/vibed.cjs CHANGED
@@ -5983,7 +5983,7 @@ var import_node_url = require("node:url");
5983
5983
  var import_node_os = require("node:os");
5984
5984
  var import_node_path = require("node:path");
5985
5985
  var import_promises = require("node:fs/promises");
5986
- var DEFAULT_API = "https://web-production-834c9.up.railway.app";
5986
+ var DEFAULT_API = "https://vibed.city";
5987
5987
  var dir = () => (0, import_node_path.join)((0, import_node_os.homedir)(), ".vibed");
5988
5988
  var file = () => (0, import_node_path.join)(dir(), "config.json");
5989
5989
  async function readFileConfig() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amirhosseinnateghi/vibed-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "make it vibed — check, bundle, and publish a project to vibed from the terminal",
5
5
  "license": "MIT",
6
6
  "type": "module",