Skip to content

Commit

Permalink
chore(release): 3.0.0-alpha.36
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 23, 2023
1 parent a7e2efb commit ec3bc3d
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 182 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/sdk",
"version": "3.0.0-alpha.35",
"version": "3.0.0-alpha.36",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
"keywords": [
"bridge",
Expand Down Expand Up @@ -93,18 +93,18 @@
]
},
"dependencies": {
"@lifi/types": "10.0.0-alpha.29",
"@lifi/types": "10.0.0-beta.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.87.6",
"eth-rpc-errors": "^4.0.3",
"viem": "^2.0.0-beta.6"
},
"devDependencies": {
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/coverage-v8": "^0.34.6",
"bs58": "^5.0.0",
"eslint": "^8.54.0",
Expand All @@ -119,7 +119,7 @@
"prettier": "^3.1.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]",
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.0.0-alpha.35'
export const version = '3.0.0-alpha.36'
Loading

0 comments on commit ec3bc3d

Please sign in to comment.