🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@veria/sdk

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veria/sdk - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+3
-1
dist/index.d.ts

@@ -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[];

@@ -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); }
{
"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",

]
}
}