vaultsy-cli 0.1.2 → 0.1.3

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
@@ -267,7 +267,7 @@ init_config();
267
267
  init_api();
268
268
  import * as p from "@clack/prompts";
269
269
  import chalk from "chalk";
270
- var DEFAULT_BASE_URL = "https://vaultsy.app";
270
+ var DEFAULT_BASE_URL = "https://vaultsy.vercel.app";
271
271
  async function loginCommand(opts) {
272
272
  p.intro(chalk.bold.cyan("vaultsy login"));
273
273
  const baseUrl = (opts.baseUrl ?? DEFAULT_BASE_URL).replace(/\/$/, "");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vaultsy-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Official CLI for Vaultsy — pull, push, and inject secrets from your terminal",
5
5
  "type": "module",
6
6
  "bin": {