@capxul/sandbox 2.5.5 → 2.6.0

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/main.mjs +2 -2
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -40,7 +40,7 @@ var deployment_topology_default = {
40
40
  "name": "convex-backend-production-f220",
41
41
  "convexType": "self-hosted",
42
42
  "convexUrl": "https://convex-backend-production-f220.up.railway.app",
43
- "convexSiteUrl": "https://convex-site-production-29eb.up.railway.app",
43
+ "convexSiteUrl": "https://api.staging.capxul.com",
44
44
  "chainId": 84532,
45
45
  "expectedFingerprints": {
46
46
  "applicationId": "3d006cc2d0190eab",
@@ -520,7 +520,7 @@ async function runKeyCreate() {
520
520
  return 0;
521
521
  }
522
522
  const origin = normalizeHttpOrigin(originPrompt);
523
- const baseUrl = process.env.CAPXUL_QUICKSTART_URL ?? "https://convex-site-production-29eb.up.railway.app";
523
+ const baseUrl = process.env.CAPXUL_QUICKSTART_URL ?? "https://api.staging.capxul.com";
524
524
  const envPath = resolve(process.cwd(), ".env.local");
525
525
  const s = spinner();
526
526
  s.start("Requesting a sandbox publishable key");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capxul/sandbox",
3
- "version": "2.5.5",
3
+ "version": "2.6.0",
4
4
  "private": false,
5
5
  "description": "Capxul sandbox CLI for canonical quickstart keys and testnet faucet funds.",
6
6
  "keywords": [