@capxul/sandbox 2.6.1 → 2.8.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 +4 -1
  2. package/package.json +3 -3
package/dist/main.mjs CHANGED
@@ -128,7 +128,10 @@ if (process.argv[1] !== void 0 && path.basename(process.argv[1]) === "deployment
128
128
  process.stderr.write(`${error instanceof Error ? error.message : String(error)}\n`);
129
129
  process.exitCode = 1;
130
130
  }
131
- resolve(resolve(fileURLToPath(new URL("..", import.meta.url))), "..", "..");
131
+ //#endregion
132
+ //#region ../../packages/backend/scripts/publishable-key-minting.ts
133
+ const backendRoot = resolve(fileURLToPath(new URL("..", import.meta.url)));
134
+ resolve(backendRoot, "..", "..");
132
135
  const standingStaging = resolveDeploymentTier("staging");
133
136
  const CANONICAL_QUICKSTART_DEPLOYMENT = {
134
137
  substrate: standingStaging.substrate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capxul/sandbox",
3
- "version": "2.6.1",
3
+ "version": "2.8.0",
4
4
  "private": false,
5
5
  "description": "Capxul sandbox CLI for canonical quickstart keys and testnet faucet funds.",
6
6
  "keywords": [
@@ -40,8 +40,8 @@
40
40
  "@types/node": "^22.15.3",
41
41
  "tsx": "^4.22.1",
42
42
  "typescript": "npm:@typescript/typescript6@6.0.2",
43
- "vite": "npm:@voidzero-dev/vite-plus-core@0.1.23",
44
- "vite-plus": "0.1.23",
43
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.3.0",
44
+ "vite-plus": "0.3.0",
45
45
  "@capxul/typescript-config": "0.0.0"
46
46
  },
47
47
  "scripts": {