rango-sdk 0.2.0 → 0.3.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 +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"rango-sdk","version":"0.
|
|
1
|
+
{"name":"rango-sdk","version":"0.3.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.3.0","uuid-random":"^1.3.2"},"publishConfig":{"access":"public","branches":["master"]}}
|