veritaszk-sdk 0.3.0 → 0.3.1

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 (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "veritaszk-sdk",
3
- "version": "0.3.0",
4
- "description": "TypeScript SDK for VeritasZK — query zero-knowledge solvency proofs on Aleo. Verify that organizations prove assets exceed liabilities without any private financial data being revealed. Includes React hooks, batch verification, and webhook support.",
3
+ "version": "0.3.1",
4
+ "description": "TypeScript SDK for VeritasZK zero-knowledge solvency proofs on Aleo. Batch verification, live proof watching, and expiry checking.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [
@@ -16,13 +16,12 @@
16
16
  "keywords": [
17
17
  "aleo",
18
18
  "zero-knowledge",
19
- "zk",
20
19
  "solvency",
21
- "proof-of-reserves",
20
+ "zk-proof",
22
21
  "privacy",
23
22
  "blockchain",
24
- "leo",
25
- "veritaszk"
23
+ "compliance",
24
+ "basel-iii"
26
25
  ],
27
26
  "author": "Vinay Sharma",
28
27
  "license": "MIT",