Skip to content

Commit

Permalink
chore(release): 3.0.0-alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 14, 2023
1 parent 3dd0c7b commit eafba31
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 358 deletions.
24 changes: 12 additions & 12 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.32",
"version": "3.0.0-alpha.33",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
"keywords": [
"bridge",
Expand Down Expand Up @@ -95,28 +95,28 @@
"dependencies": {
"@lifi/types": "10.0.0-alpha.27",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.87.3",
"@solana/web3.js": "^1.87.6",
"eth-rpc-errors": "^4.0.3",
"viem": "^2.0.0-beta.0"
"viem": "^2.0.0-beta.6"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"bs58": "^5.0.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"madge": "^6.1.0",
"msw": "^2.0.3",
"msw": "^2.0.6",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
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.32'
export const version = '3.0.0-alpha.33'
Loading

0 comments on commit eafba31

Please sign in to comment.