+1
-1
@@ -13,3 +13,3 @@ #!/usr/bin/env node | ||
| .description('Solana-native ZK Coprocessor CLI. Few dots. Whole truth.') | ||
| .version('0.1.0') | ||
| .version('0.1.3') | ||
| .option('--api-url <url>', 'Compute API base URL', process.env.VERIA_API_URL) | ||
@@ -16,0 +16,0 @@ .option('--program <pubkey>', 'Anchor verifier program ID', process.env.VERIA_PROGRAM_ID) |
| class Veria < Formula | ||
| desc "Solana-native ZK Coprocessor CLI. Few dots. Whole truth." | ||
| homepage "https://veria.fun" | ||
| url "https://registry.npmjs.org/veria-cli/-/veria-cli-0.1.1.tgz" | ||
| sha256 "5c3b0379ce31419bd0274fc0746d1248f54b264a40c3ba0e0c3461d0ee123f47" | ||
| url "https://registry.npmjs.org/veria-cli/-/veria-cli-0.1.2.tgz" | ||
| sha256 "88bf734e296676d7239e2b1f5561b35971ee9d843ed558765a78ee364fc0906f" | ||
| license "Apache-2.0" | ||
@@ -7,0 +7,0 @@ |
+2
-2
| { | ||
| "name": "veria-cli", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "VERIA \u2014 Solana ZK Coprocessor CLI. Few dots. Whole truth.", | ||
@@ -24,3 +24,3 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@veria/sdk": "0.1.1", | ||
| "@veria/sdk": "0.1.2", | ||
| "@solana/web3.js": "^1.95.0", | ||
@@ -27,0 +27,0 @@ "commander": "^12.1.0", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
+ Added
- Removed
Updated