@zbase-protocol/core 0.1.0 → 0.1.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.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zbase-protocol/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Chain-agnostic ZK privacy core for x402 AI agent payments. Poseidon hashing, Merkle trees, Groth16 proof generation, account/secrets management. Used by @zbase-protocol/svm and @zbase-protocol/mcp.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"@scure/bip32": "^1.7.0",
|
|
35
35
|
"@scure/bip39": "^1.6.0",
|
|
36
36
|
"@zk-kit/lean-imt": "2.2.3",
|
|
37
|
-
"poseidon-lite": "^0.3.0"
|
|
37
|
+
"poseidon-lite": "^0.3.0",
|
|
38
|
+
"viem": "^2.55.0"
|
|
38
39
|
},
|
|
39
40
|
"optionalDependencies": {
|
|
40
41
|
"snarkjs": "^0.7.6"
|