@wonderland/interop 0.4.2 → 0.5.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -40,7 +40,7 @@ yarn add @wonderland/interop viem
40
40
  pnpm add @wonderland/interop viem
41
41
  ```
42
42
 
43
- Supported `viem` range: `^2.28.0`.
43
+ Supported `viem` range: `^2.35.0`.
44
44
 
45
45
  ## Available Scripts
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wonderland/interop",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "description": "Complete SDK for blockchain interoperability with cross-chain operations and address utilities",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,13 +32,13 @@
32
32
  "test:cov": "vitest run --config vitest.config.ts --coverage"
33
33
  },
34
34
  "devDependencies": {
35
- "viem": "2.28.0"
35
+ "viem": "2.48.8"
36
36
  },
37
37
  "peerDependencies": {
38
- "viem": "^2.28.0"
38
+ "viem": "^2.35.0"
39
39
  },
40
40
  "dependencies": {
41
- "@wonderland/interop-addresses": "0.6.0",
42
- "@wonderland/interop-cross-chain": "0.9.0"
41
+ "@wonderland/interop-addresses": "0.8.0",
42
+ "@wonderland/interop-cross-chain": "0.11.0"
43
43
  }
44
44
  }