@rango-dev/provider-all 0.59.0 → 0.59.1-next.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.
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
# [0.59.0](https://github.com/rango-exchange/rango-client/compare/provider-all@0.58.0...provider-all@0.59.0) (2025-12-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* migrate cosmostation to the hub ([28ad149](https://github.com/rango-exchange/rango-client/commit/28ad14901d4a0827720b92519a2f8a564d334b14))
|
|
7
|
+
* migrate keplr to the hub ([4e28340](https://github.com/rango-exchange/rango-client/commit/4e283407af7957969a6ae7f0e4531c305fad968f))
|
|
8
|
+
* migrate leap cosmos to the hub ([9357f11](https://github.com/rango-exchange/rango-client/commit/9357f11db87da29404903b0464390f6f2ccad138))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
# [0.58.0](https://github.com/rango-exchange/rango-client/compare/provider-all@0.57.0...provider-all@0.58.0) (2025-12-09)
|
|
2
13
|
|
|
3
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/provider-all",
|
|
3
|
-
"version": "0.59.0",
|
|
3
|
+
"version": "0.59.1-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"lint": "eslint \"**/*.{ts,tsx}\""
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@rango-dev/provider-bitget": "^0.54.0",
|
|
24
|
+
"@rango-dev/provider-bitget": "^0.54.1-next.0",
|
|
25
25
|
"@rango-dev/provider-braavos": "^0.51.0",
|
|
26
26
|
"@rango-dev/provider-brave": "^0.59.0",
|
|
27
27
|
"@rango-dev/provider-coin98": "^0.59.0",
|