rango-sdk 0.1.80-next.1 → 0.2.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 +23 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# 0.2.0 (2026-05-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add custom token and token balance methods ([c3ff552](https://github.com/rango-exchange/rango-sdk/commit/c3ff552b33f1d68807ebe572fa54cdd8637adfc1))
|
|
7
|
+
* add deprecated method for confirmRouteRequest ([f6c75e8](https://github.com/rango-exchange/rango-sdk/commit/f6c75e8fe139fdb3499af39a262140bff950a57c))
|
|
8
|
+
* add solana transaction to basic types ([be45390](https://github.com/rango-exchange/rango-sdk/commit/be45390f21573fec9321f14225002843e1038fb0))
|
|
9
|
+
* remove outdated examples and bump rango-types to 0.1.71 ([b34d040](https://github.com/rango-exchange/rango-sdk/commit/b34d0408d7e807340490fb786180367d64f5c649))
|
|
10
|
+
* resolve issue with retrieving multiple token balances in the main sdk ([891a46f](https://github.com/rango-exchange/rango-sdk/commit/891a46fa7690d981de067dab3b5310e1989b2f7e))
|
|
11
|
+
* update deps ([665817a](https://github.com/rango-exchange/rango-sdk/commit/665817a59c1b9f04f2c87bf12efa421870ffccc6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add a method to the main SDK for retrieving multiple token balances ([426dd0e](https://github.com/rango-exchange/rango-sdk/commit/426dd0ea2c7ca87c1a712bb4846c3e19b285c6f5))
|
|
17
|
+
* add connected assets ([cdc3ca2](https://github.com/rango-exchange/rango-sdk/commit/cdc3ca2267be53317857c4a2d5542460c95700fe))
|
|
18
|
+
* add multi-routing endpoints and types ([763ea2c](https://github.com/rango-exchange/rango-sdk/commit/763ea2c96f34970f18f81a7b468730401e2a37e0))
|
|
19
|
+
* add search method to main sdk for custom tokens ([ac9003a](https://github.com/rango-exchange/rango-sdk/commit/ac9003a92bf5fd0d68c0ac24e4751338e519bf9d))
|
|
20
|
+
* added meta request params ([#12](https://github.com/rango-exchange/rango-sdk/issues/12)) ([403706c](https://github.com/rango-exchange/rango-sdk/commit/403706c7ec086ee557d531fe58e2a4b04b03f17e))
|
|
21
|
+
* added starknet and tron to txs models ([5ca084a](https://github.com/rango-exchange/rango-sdk/commit/5ca084a31e2d49d1bacf3d0793d102bd892c8ad1))
|
|
22
|
+
* make passing symbol optional in basic api ([83adf87](https://github.com/rango-exchange/rango-sdk/commit/83adf87f843a0f905d5e555fa6c75b8b611b87d6))
|
|
23
|
+
* use compact version of meta in getAllMetadata ([762ec62](https://github.com/rango-exchange/rango-sdk/commit/762ec629686bb30a2cce41f366fffc239df8645a))
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"rango-sdk","version":"0.1
|
|
1
|
+
{"name":"rango-sdk","version":"0.2.1-next.0","description":"Rango Exchange SDK for dApps","module":"lib/rango-sdk.esm.js","main":"lib/index.js","types":"lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/rango-exchange/rango-sdk.git"},"homepage":"https://github.com/rango-exchange/rango-sdk","bugs":{"url":"https://github.com/rango-exchange/rango-sdk/issues"},"scripts":{"clean":"rm -rf ./lib && rm -rf ./dist","build":"tsdx build --tsconfig ./tsconfig.json && yarn post:build","post:build":"yarn mv:file lib","watch":"tsdx watch","lint":"eslint src -c ../../.eslintrc.json --fix --ignore-path ../../.prettierignore","format":"prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ../../.prettierrc.json --ignore-path ../../.prettierignore","mv:file":"sh ../../scripts/post-build.sh"},"keywords":["Rango Exchange","SDK","Cross-Chain","Multi-Chain","Ethereum","Cosmos","Solana","Tron","Starknet","Ton","Aggregator"],"files":["lib/**/*","src"],"author":"rango.exchange","license":"GPL-3.0","dependencies":{"axios":"^1.7.4","rango-types":"^0.2.1-next.0","uuid-random":"^1.3.2"},"publishConfig":{"access":"public","branches":["master"]}}
|