Skip to content

Commit

Permalink
chore(release): publish router-sdk after testing (3/4) (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant authored Apr 25, 2024
1 parent adbaf83 commit 72cda45
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 7 deletions.
8 changes: 4 additions & 4 deletions sdks/router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@uniswap/sdk-core": "^4.2.1-beta.1",
"@uniswap/sdk-core": "^4.2.1",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v2-sdk": "^4.3.1-beta.2",
"@uniswap/v3-sdk": "^3.11.1-beta.2"
"@uniswap/v2-sdk": "^4.3.1",
"@uniswap/v3-sdk": "^3.11.1"
},
"devDependencies": {
"@types/jest": "^24.0.25",
Expand All @@ -43,7 +43,7 @@
"extends": "semantic-release-monorepo",
"branches": [
{
"name": "wont-release-yet",
"name": "main",
"prerelease": false
}
],
Expand Down
35 changes: 32 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4631,10 +4631,10 @@ __metadata:
dependencies:
"@ethersproject/abi": ^5.5.0
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^4.2.1-beta.1
"@uniswap/sdk-core": ^4.2.1
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v2-sdk": ^4.3.1-beta.2
"@uniswap/v3-sdk": ^3.11.1-beta.2
"@uniswap/v2-sdk": ^4.3.1
"@uniswap/v3-sdk": ^3.11.1
prettier: ^2.4.1
tsdx: ^0.14.1
languageName: unknown
Expand Down Expand Up @@ -4776,6 +4776,19 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v2-sdk@npm:^4.3.1":
version: 4.3.1
resolution: "@uniswap/v2-sdk@npm:4.3.1"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^4.2.1
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 44588fc5857257c4aa1820468e97f2288ef22b259ec5a05471f3914cd90db56683fd37f1e0be8f0339f40c90a669765f8f08245fdc022f2704a6f6fad3ce823f
languageName: node
linkType: hard

"@uniswap/v2-sdk@npm:^4.3.1-beta.2":
version: 4.3.1-beta.2
resolution: "@uniswap/v2-sdk@npm:4.3.1-beta.2"
Expand Down Expand Up @@ -4833,6 +4846,22 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:^3.11.1":
version: 3.11.1
resolution: "@uniswap/v3-sdk@npm:3.11.1"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^4.2.1
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v3-periphery": ^1.1.1
"@uniswap/v3-staker": 1.0.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 07baeecc3318ccd6d7a4132e87bd24f3710072665ac51fc22aaf855f178940201f06cfa2024f25a5696ccbb52f1e3f97103e8a08399fd08fd4c7e76f0060f122
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:^3.11.1-beta.2":
version: 3.11.1-beta.2
resolution: "@uniswap/v3-sdk@npm:3.11.1-beta.2"
Expand Down

0 comments on commit 72cda45

Please sign in to comment.