v1.0.1
Showing
| { | ||
| "name": "@uniswap/v2-sdk", | ||
| "license": "MIT", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "🛠 An SDK for building applications on top of Uniswap V2", | ||
| "main": "dist/index.js", | ||
| "typings": "dist/index.d.ts", | ||
| ... | ... | @@ -31,9 +31,9 @@ |
| "@ethersproject/contracts": "^5.0.0" | ||
| }, | ||
| "optionalDependencies": { | ||
| "@uniswap/v2-core": "^1.0.1", | ||
| "@ethersproject/networks": "^5.0.2", | ||
| "@ethersproject/providers": "^5.0.5" | ||
| "@ethersproject/providers": "^5.0.5", | ||
| "@uniswap/v2-core": "^1.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@ethersproject/address": "^5.0.2", | ||
| ... | ... |
Please register or sign in to comment