Skip to content

Commit 1557045

Browse files
committed
chore: updated wallet-core package version
1 parent fed9526 commit 1557045

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.82.3",
3+
"version": "0.82.4",
44
"private": true,
55
"author": "Liquality <info@liquality.io>",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"@liquality/ethereum-utils": "^1.13.12",
3030
"@liquality/terra-networks": "^1.13.12",
3131
"@liquality/types": "^1.13.12",
32-
"@liquality/wallet-core": "4.0.0",
32+
"@liquality/wallet-core": "4.1.0",
3333
"@terra-money/terra.js": "^3.1.6",
3434
"@testing-library/vue": "^5.8.2",
3535
"amplitude-js": "8.18.2",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "0.82.3",
3+
"version": "0.82.4",
44
"name": "__MSG_appName__",
55
"description": "__MSG_appDesc__",
66
"default_locale": "en",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3956,9 +3956,9 @@ __metadata:
39563956
languageName: node
39573957
linkType: hard
39583958

3959-
"@liquality/wallet-core@npm:4.0.0":
3960-
version: 4.0.0
3961-
resolution: "@liquality/wallet-core@npm:4.0.0"
3959+
"@liquality/wallet-core@npm:4.1.0":
3960+
version: 4.1.0
3961+
resolution: "@liquality/wallet-core@npm:4.1.0"
39623962
dependencies:
39633963
"@blobfishkate/sovryncontracts": 1.3.27
39643964
"@chainify/bitcoin": 2.2.0
@@ -4008,7 +4008,7 @@ __metadata:
40084008
urql: ^2.2.0
40094009
vue: ^2.6.11
40104010
vuex: ^3.1.3
4011-
checksum: 9e22d6572cf43c0bb13be8564b1f19eb9f351fd60f3b614bfea9198c8e3d5b8b542bd0ee117f2d03926d0cff07d06a82fdfa68c64e2068ac822a25a8cad09234
4011+
checksum: d6271a016f2e6278cf38d95a407a8a662d3d9d7adf76ffc0e2318f0faf093b737f595ba836d6654477dd45678054b2243e4089996149f44b7844ded0ceae0ca0
40124012
languageName: node
40134013
linkType: hard
40144014

@@ -18696,7 +18696,7 @@ __metadata:
1869618696
"@liquality/ethereum-utils": ^1.13.12
1869718697
"@liquality/terra-networks": ^1.13.12
1869818698
"@liquality/types": ^1.13.12
18699-
"@liquality/wallet-core": 4.0.0
18699+
"@liquality/wallet-core": 4.1.0
1870018700
"@terra-money/terra.js": ^3.1.6
1870118701
"@testing-library/jest-dom": 5.16.5
1870218702
"@testing-library/vue": ^5.8.2

0 commit comments

Comments
 (0)