@rango-dev/wallets-shared 0.43.0 → 0.43.1-next.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/CHANGELOG.md +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# [0.43.0](https://github.com/rango-exchange/rango-client/compare/wallets-shared@0.42.0...wallets-shared@0.43.0) (2025-03-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add bitcoin signer for phantom on hub ([750124e](https://github.com/rango-exchange/rango-client/commit/750124e693753078abb537d4043964e2eebdbc01))
|
|
7
|
+
* add sui namespace support for widget ([990d4c3](https://github.com/rango-exchange/rango-client/commit/990d4c32e7ad674c01140ca0bd557d541c596bbb))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
# [0.42.0](https://github.com/rango-exchange/rango-client/compare/wallets-shared@0.41.0...wallets-shared@0.42.0) (2025-02-23)
|
|
2
12
|
|
|
3
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/wallets-shared",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.1-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"test:coverage": "vitest run --coverage"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@rango-dev/wallets-core": "^0.42.
|
|
30
|
+
"@rango-dev/wallets-core": "^0.42.1-next.1",
|
|
31
31
|
"ethers": "^6.13.2",
|
|
32
32
|
"rango-types": "^0.1.81"
|
|
33
33
|
},
|