Skip to content

Commit 5fe2667

Browse files
committed
chore(release): 3.0.0-alpha.42
1 parent 415829f commit 5fe2667

File tree

3 files changed

+92
-249
lines changed

3 files changed

+92
-249
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifi/sdk",
3-
"version": "3.0.0-alpha.41",
3+
"version": "3.0.0-alpha.42",
44
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
55
"keywords": [
66
"bridge",
@@ -97,20 +97,20 @@
9797
"@solana/wallet-adapter-base": "^0.9.23",
9898
"@solana/web3.js": "^1.87.6",
9999
"eth-rpc-errors": "^4.0.3",
100-
"viem": "^2.0.0-rc.0"
100+
"viem": "^2.0.0-rc.3"
101101
},
102102
"devDependencies": {
103103
"@commitlint/cli": "^18.4.3",
104104
"@commitlint/config-conventional": "^18.4.3",
105105
"@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",
108108
"@vitest/coverage-v8": "^1.1.0",
109109
"bs58": "^5.0.0",
110110
"eslint": "^8.56.0",
111111
"eslint-config-prettier": "^9.1.0",
112112
"eslint-plugin-jsdoc": "^46.9.1",
113-
"eslint-plugin-prettier": "^5.1.0",
113+
"eslint-plugin-prettier": "^5.1.2",
114114
"husky": "^8.0.3",
115115
"lint-staged": "^15.2.0",
116116
"madge": "^6.1.0",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const name = '@lifi/sdk'
2-
export const version = '3.0.0-alpha.41'
2+
export const version = '3.0.0-alpha.42'

0 commit comments

Comments
 (0)