@wonderland/interop 0.1.0 → 0.2.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wonderland/interop",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Complete SDK for blockchain interoperability with cross-chain operations and address utilities",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "test:cov": "vitest run --config vitest.config.ts --coverage"
33
33
  },
34
34
  "dependencies": {
35
- "@wonderland/interop-addresses": "0.1.0",
36
- "@wonderland/interop-cross-chain": "0.1.0"
35
+ "@wonderland/interop-addresses": "0.2.0",
36
+ "@wonderland/interop-cross-chain": "0.2.0"
37
37
  }
38
38
  }