File tree Expand file tree Collapse file tree 3 files changed +92
-249
lines changed Expand file tree Collapse file tree 3 files changed +92
-249
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lifi/sdk" ,
3
- "version" : " 3.0.0-alpha.41 " ,
3
+ "version" : " 3.0.0-alpha.42 " ,
4
4
"description" : " LI.FI Any-to-Any Cross-Chain-Swap SDK" ,
5
5
"keywords" : [
6
6
" bridge" ,
97
97
"@solana/wallet-adapter-base" : " ^0.9.23" ,
98
98
"@solana/web3.js" : " ^1.87.6" ,
99
99
"eth-rpc-errors" : " ^4.0.3" ,
100
- "viem" : " ^2.0.0-rc.0 "
100
+ "viem" : " ^2.0.0-rc.3 "
101
101
},
102
102
"devDependencies" : {
103
103
"@commitlint/cli" : " ^18.4.3" ,
104
104
"@commitlint/config-conventional" : " ^18.4.3" ,
105
105
"@types/ws" : " ^8.5.10" ,
106
- "@typescript-eslint/eslint-plugin" : " ^6.15 .0" ,
107
- "@typescript-eslint/parser" : " ^6.15 .0" ,
106
+ "@typescript-eslint/eslint-plugin" : " ^6.16 .0" ,
107
+ "@typescript-eslint/parser" : " ^6.16 .0" ,
108
108
"@vitest/coverage-v8" : " ^1.1.0" ,
109
109
"bs58" : " ^5.0.0" ,
110
110
"eslint" : " ^8.56.0" ,
111
111
"eslint-config-prettier" : " ^9.1.0" ,
112
112
"eslint-plugin-jsdoc" : " ^46.9.1" ,
113
- "eslint-plugin-prettier" : " ^5.1.0 " ,
113
+ "eslint-plugin-prettier" : " ^5.1.2 " ,
114
114
"husky" : " ^8.0.3" ,
115
115
"lint-staged" : " ^15.2.0" ,
116
116
"madge" : " ^6.1.0" ,
Original file line number Diff line number Diff line change 1
1
export const name = '@lifi/sdk'
2
- export const version = '3.0.0-alpha.41 '
2
+ export const version = '3.0.0-alpha.42 '
You can’t perform that action at this time.
0 commit comments