Skip to content

Commit 73c6acc

Browse files
committed
chore(release): 3.0.0-alpha.39
1 parent 766e298 commit 73c6acc

File tree

3 files changed

+119
-119
lines changed

3 files changed

+119
-119
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifi/sdk",
3-
"version": "3.0.0-alpha.38",
3+
"version": "3.0.0-alpha.39",
44
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
55
"keywords": [
66
"bridge",
@@ -103,9 +103,9 @@
103103
"@commitlint/cli": "^18.4.3",
104104
"@commitlint/config-conventional": "^18.4.3",
105105
"@types/ws": "^8.5.10",
106-
"@typescript-eslint/eslint-plugin": "^6.13.2",
107-
"@typescript-eslint/parser": "^6.13.2",
108-
"@vitest/coverage-v8": "^1.0.2",
106+
"@typescript-eslint/eslint-plugin": "^6.14.0",
107+
"@typescript-eslint/parser": "^6.14.0",
108+
"@vitest/coverage-v8": "^1.0.4",
109109
"bs58": "^5.0.0",
110110
"eslint": "^8.55.0",
111111
"eslint-config-prettier": "^9.1.0",
@@ -114,13 +114,13 @@
114114
"husky": "^8.0.3",
115115
"lint-staged": "^15.2.0",
116116
"madge": "^6.1.0",
117-
"msw": "^2.0.10",
117+
"msw": "^2.0.11",
118118
"pinst": "^3.0.0",
119-
"prettier": "^3.1.0",
119+
"prettier": "^3.1.1",
120120
"standard-version": "^9.5.0",
121-
"ts-node": "^10.9.1",
121+
"ts-node": "^10.9.2",
122122
"typescript": "^5.3.3",
123-
"vitest": "^1.0.2"
123+
"vitest": "^1.0.4"
124124
},
125125
"packageManager": "[email protected]",
126126
"publishConfig": {

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.0.0-alpha.38'
2+
export const version = '3.0.0-alpha.39'

0 commit comments

Comments
 (0)