@harukit/sdk 1.0.2 → 1.0.3
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harukit/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Haru SDK - Multichain by default. Config-driven. Zero address management. DeFi orchestration with EIP-7702 gasless batch execution.",
|
|
5
5
|
"keywords": ["haru", "sdk", "web3", "defi", "multichain", "cross-chain", "swaps", "transfers", "eip-7702", "batch-transactions", "chain-abstraction", "orchestration"],
|
|
6
6
|
"type": "module",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"files": ["dist", "README.md"],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@harukit/types": "
|
|
25
|
-
"@harukit/shared": "
|
|
24
|
+
"@harukit/types": "^1.0.0",
|
|
25
|
+
"@harukit/shared": "^1.0.0",
|
|
26
26
|
"viem": "^2.0.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|