Skip to content

Commit

Permalink
chore(release): 3.6.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Feb 6, 2025
1 parent 2fbfbef commit 1d65536
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 61 deletions.
6 changes: 3 additions & 3 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"author": "LI.FI <github@li.finance>",
"license": "MIT",
"dependencies": {
"@lifi/data-types": "^5.23.0",
"@lifi/data-types": "^5.24.0",
"@lifi/sdk": "^3.5.3",
"@wagmi/connectors": "^5.7.5",
"@wagmi/connectors": "^5.7.6",
"@wagmi/core": "^2.16.3",
"dotenv": "^16.4.7",
"viem": "^2.22.21"
"viem": "^2.22.22"
},
"scripts": {
"example:swap": "tsx examples/swap.ts",
Expand Down
86 changes: 43 additions & 43 deletions examples/node/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/sdk",
"version": "3.6.0-beta.4",
"version": "3.6.0-beta.5",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
"keywords": [
"bridge",
Expand Down Expand Up @@ -93,14 +93,14 @@
},
"dependencies": {
"@bigmi/core": "^0.1.1",
"@lifi/types": "^16.7.0",
"@lifi/types": "^16.8.0",
"@noble/curves": "^1.8.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.98.0",
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.22.21"
"viem": "^2.22.22"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0-beta.4'
export const version = '3.6.0-beta.5'

0 comments on commit 1d65536

Please sign in to comment.