Skip to content

Commit 280bc01

Browse files
committed
chore(release): 3.3.0-alpha.3
1 parent 22579f0 commit 280bc01

File tree

3 files changed

+212
-206
lines changed

3 files changed

+212
-206
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifi/sdk",
3-
"version": "3.3.0-alpha.2",
3+
"version": "3.3.0-alpha.3",
44
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
55
"keywords": [
66
"bridge",
@@ -93,7 +93,7 @@
9393
]
9494
},
9595
"dependencies": {
96-
"@lifi/types": "^15.10.2",
96+
"@lifi/types": "^15.11.0",
9797
"@noble/hashes": "^1.5.0",
9898
"@solana/wallet-adapter-base": "^0.9.23",
9999
"@solana/web3.js": "^1.95.3",
@@ -104,11 +104,11 @@
104104
"bech32": "^2.0.0",
105105
"bitcoinjs-lib": "^7.0.0-rc.0",
106106
"bs58": "^6.0.0",
107-
"viem": "^2.21.4"
107+
"viem": "^2.21.6"
108108
},
109109
"devDependencies": {
110-
"@commitlint/cli": "^19.4.1",
111-
"@commitlint/config-conventional": "^19.4.1",
110+
"@commitlint/cli": "^19.5.0",
111+
"@commitlint/config-conventional": "^19.5.0",
112112
"@types/fs-extra": "^11.0.4",
113113
"@types/ws": "^8.5.12",
114114
"@typescript-eslint/eslint-plugin": "^7.18.0",
@@ -119,10 +119,10 @@
119119
"eslint-plugin-jsdoc": "^48.11.0",
120120
"eslint-plugin-prettier": "^5.2.1",
121121
"fs-extra": "^11.2.0",
122-
"husky": "^9.1.5",
122+
"husky": "^9.1.6",
123123
"lint-staged": "^15.2.10",
124124
"madge": "^8.0.0",
125-
"msw": "^2.4.4",
125+
"msw": "^2.4.5",
126126
"pinst": "^3.0.0",
127127
"prettier": "^3.3.3",
128128
"standard-version": "^9.5.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.3.0-alpha.2'
2+
export const version = '3.3.0-alpha.3'

0 commit comments

Comments
 (0)