Skip to content

Commit

Permalink
update core lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Jun 13, 2024
1 parent 5315baa commit 57f6da1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}
},
"dependencies": {
"@paraswap/core": "2.1.1",
"@paraswap/core": "2.2.0",
"bignumber.js": "^9.0.2",
"ts-essentials": "^9.1.2"
},
Expand Down Expand Up @@ -111,5 +111,6 @@
"publishConfig": {
"access": "public"
},
"bugs": "https://github.com/paraswap/paraswap-sdk/issues"
"bugs": "https://github.com/paraswap/paraswap-sdk/issues",
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1571,10 +1571,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@paraswap/core@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@paraswap/core/-/core-2.1.1.tgz#666d356d834bc00102707272e694366f9975609a"
integrity sha512-8kI70kprLuRqye1kY7dd9UCHhCmLwDspTkZeHJcd42ImazPIomcR34NRV49A+Rl9oirHFvjx6xjljemkMcC20g==
"@paraswap/core@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@paraswap/core/-/core-2.2.0.tgz#848175c7729f1064e715019269b1c193a23a5be8"
integrity sha512-aENl5zjS0y4ag7PLEq/hHgaAH4XpN5M4Zc7Igt/03D+W6t6tgScG9on2gXKkEUErcgnZ79qnvzKhaU6QgzoBAQ==

"@rollup/plugin-babel@^5.3.1":
version "5.3.1"
Expand Down

0 comments on commit 57f6da1

Please sign in to comment.