v2.0.1
Showing
{ | ||
"name": "@uniswap/sdk", | ||
"license": "GPL-3.0-or-later", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "🛠 An SDK for building applications on top of Uniswap.", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
... | ... | @@ -26,6 +26,7 @@ |
"@ethersproject/networks": "^5.0.0-beta.135", | ||
"@ethersproject/providers": "^5.0.0-beta.153", | ||
"@ethersproject/solidity": "^5.0.0-beta.131", | ||
"@uniswap/v2-core": "^1.0.0", | ||
"big.js": "^5.2.2", | ||
"decimal.js-light": "^2.5.0", | ||
"jsbi": "^3.1.1", | ||
... | ... | @@ -36,7 +37,6 @@ |
"devDependencies": { | ||
"@types/big.js": "^4.0.5", | ||
"@types/jest": "^24.0.25", | ||
"@uniswap/v2-core": "1.0.0", | ||
"babel-plugin-transform-jsbi-to-bigint": "^1.3.1", | ||
"tsdx": "^0.12.3" | ||
}, | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment