+3
-1
@@ -7,2 +7,4 @@ export { VeriaClient, type VeriaClientOptions } from './client.js'; | ||
| export { VeriaError, VeriaErrorCode } from './errors.js'; | ||
| //# sourceMappingURL=index.d.ts.map | ||
| //# sourceMappingURL=index.d.ts.map | ||
| import { CircuitMeta } from './circuits.js'; | ||
| export declare function listCircuits(): CircuitMeta[]; |
+4
-1
@@ -6,2 +6,5 @@ export { VeriaClient } from './client.js'; | ||
| export { VeriaError, VeriaErrorCode } from './errors.js'; | ||
| //# sourceMappingURL=index.js.map | ||
| //# sourceMappingURL=index.js.map | ||
| // Convenience iterator over the v0.1 circuit registry. | ||
| import { CIRCUITS as __C } from './circuits.js'; | ||
| export function listCircuits() { return Object.values(__C); } |
+3
-3
| { | ||
| "name": "@veria/sdk", | ||
| "version": "0.1.0", | ||
| "description": "VERIA TypeScript SDK — Solana-native ZK Coprocessor. Few dots. Whole truth.", | ||
| "version": "0.1.1", | ||
| "description": "VERIA TypeScript SDK \u2014 Solana-native ZK Coprocessor. Few dots. Whole truth.", | ||
| "license": "Apache-2.0", | ||
@@ -60,2 +60,2 @@ "type": "module", | ||
| ] | ||
| } | ||
| } |
38935
0.7%484
1.47%