Skip to content

Commit

Permalink
chore(release): 3.3.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Sep 12, 2024
1 parent 22579f0 commit 280bc01
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 206 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/sdk",
"version": "3.3.0-alpha.2",
"version": "3.3.0-alpha.3",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
"keywords": [
"bridge",
Expand Down Expand Up @@ -93,7 +93,7 @@
]
},
"dependencies": {
"@lifi/types": "^15.10.2",
"@lifi/types": "^15.11.0",
"@noble/hashes": "^1.5.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.95.3",
Expand All @@ -104,11 +104,11 @@
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.21.4"
"viem": "^2.21.6"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/fs-extra": "^11.0.4",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -119,10 +119,10 @@
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-prettier": "^5.2.1",
"fs-extra": "^11.2.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"madge": "^8.0.0",
"msw": "^2.4.4",
"msw": "^2.4.5",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/sdk'
export const version = '3.3.0-alpha.2'
export const version = '3.3.0-alpha.3'
Loading

0 comments on commit 280bc01

Please sign in to comment.