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