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