Skip to content

Commit

Permalink
Merge master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Jul 10, 2023
2 parents 7debe18 + 385b1c3 commit 687542b
Show file tree
Hide file tree
Showing 93 changed files with 7,105 additions and 467 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "2.18.1",
"version": "2.23.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand All @@ -11,16 +11,16 @@
"access": "public"
},
"devDependencies": {
"@paraswap/sdk": "^6.1.0",
"@paraswap/sdk": "6.2.1",
"@types/async": "^3.2.15",
"@types/axios": "0.14.0",
"@types/express": "^4.17.14",
"@types/jest": "26.0.24",
"@types/lodash": "4.14.178",
"@types/node": "^17.0.21",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"axios": "0.26.0",
"change-case": "^4.1.2",
"dotenv": "16.0.0",
"eslint": "^8.30.0",
Expand Down Expand Up @@ -53,8 +53,9 @@
"@0x/utils": "^4.5.2",
"@hashflow/sdk": "1.2.4",
"@hashflow/taker-js": "0.0.2",
"@paraswap/core": "1.0.3",
"@paraswap/core": "1.1.0",
"async": "^3.2.4",
"axios": "0.26.0",
"bignumber.js": "9.1.0",
"decimal.js": "^10.4.3",
"cross-fetch": "^3.1.5",
Expand All @@ -66,6 +67,7 @@
"log4js": "6.6.1",
"node-cache": "^5.1.2",
"ts-essentials": "9.1.2",
"uuid": "^9.0.0",
"web3": "1.6.0",
"web3-core": "1.6.0",
"web3-eth": "1.6.0",
Expand Down
Loading

0 comments on commit 687542b

Please sign in to comment.