Skip to content

Commit

Permalink
Update albatross web-client to v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed May 7, 2024
1 parent fd0e986 commit e96363a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"i18n:sync": "yarn i18n:extract && yarn i18n:push ; yarn i18n:pull"
},
"dependencies": {
"@nimiq/albatross-wasm": "https://gitpkg.now.sh/nimiq/core-rs-albatross/web-client/dist?5c66ba9108ad53abde22c9e39056a1bad111cb6c",
"@nimiq/albatross-wasm": "npm:@nimiq/core-web@next",
"@nimiq/browser-warning": "^1.1.1",
"@nimiq/electrum-client": "https://github.com/nimiq/electrum-client#build",
"@nimiq/fastspot-api": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ msgid "Vesting Contract"
msgstr ""

#: src/views/SignupLedger.vue:112
#: src/views/SignupSuccess.vue:93
#: src/views/SignupSuccess.vue:96
msgid ""
"Wallet successfully\n"
"created"
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1481,9 +1481,10 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@nimiq/albatross-wasm@https://gitpkg.now.sh/nimiq/core-rs-albatross/web-client/dist?5c66ba9108ad53abde22c9e39056a1bad111cb6c":
version "2.0.0-alpha.21.0"
resolved "https://gitpkg.now.sh/nimiq/core-rs-albatross/web-client/dist?5c66ba9108ad53abde22c9e39056a1bad111cb6c#8a023500a2b955c68aca95977fb6382782648c05"
"@nimiq/albatross-wasm@npm:@nimiq/core-web@next":
version "2.0.0-alpha.21.1"
resolved "https://registry.yarnpkg.com/@nimiq/core-web/-/core-web-2.0.0-alpha.21.1.tgz#d4d6043df8f47cff6a44cc0d77a4303daa2181e1"
integrity sha512-ZKIvqM7O9puW3kXhV3otMlTn8lbfMon+QwW0hsvrAX0Gslq6WoOCzBz1q0jFM6X1oMFv5iyphvPLp1wV+CZczw==
dependencies:
comlink "^4.4.1"
websocket "^1.0.34"
Expand Down

0 comments on commit e96363a

Please sign in to comment.