Skip to content

Commit

Permalink
Merge pull request #487 from Concordium/web-sdk-7-5-1
Browse files Browse the repository at this point in the history
Release 1.6.1
  • Loading branch information
limemloh authored Aug 7, 2024
2 parents ebaec2e + 8153e08 commit 1599eff
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/browser-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.6.1

### Fixed

- Update web-sdk fixing the `unreachable` runtime error during account creation with id object containing attributes using special characters.

## 1.6.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@concordium/browser-wallet",
"private": true,
"version": "1.6.0",
"version": "1.6.1",
"description": "Browser extension wallet for the Concordium blockchain",
"author": "Concordium Software",
"license": "Apache-2.0",
Expand All @@ -22,7 +22,7 @@
"@concordium/browser-wallet-api": "workspace:^",
"@concordium/browser-wallet-api-helpers": "workspace:^",
"@concordium/browser-wallet-message-hub": "workspace:^",
"@concordium/web-sdk": "^7.5.0",
"@concordium/web-sdk": "^7.5.1",
"@noble/ed25519": "^1.7.0",
"@protobuf-ts/runtime-rpc": "^2.8.2",
"@scure/bip39": "^1.1.0",
Expand Down
35 changes: 34 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@ __metadata:
"@concordium/browser-wallet-api": "workspace:^"
"@concordium/browser-wallet-api-helpers": "workspace:^"
"@concordium/browser-wallet-message-hub": "workspace:^"
"@concordium/web-sdk": ^7.5.0
"@concordium/web-sdk": ^7.5.1
"@craftamap/esbuild-plugin-html": ^0.4.0
"@mdx-js/react": ^1.6.22
"@noble/ed25519": ^1.7.0
Expand Down Expand Up @@ -2333,6 +2333,13 @@ __metadata:
languageName: node
linkType: hard

"@concordium/rust-bindings@npm:^3.2.1":
version: 3.2.1
resolution: "@concordium/rust-bindings@npm:3.2.1"
checksum: 58648cdcb7cc1aad897df6b833974455f3dbd9fbd0bbab093c3af3dc3dbd5fdd11ef3aa87e2f7e27ded965dcd3672ea8011c958d939c60ba5f808ad64aaa5735
languageName: node
linkType: hard

"@concordium/wallet-connectors@npm:^0.4.0":
version: 0.4.0
resolution: "@concordium/wallet-connectors@npm:0.4.0"
Expand Down Expand Up @@ -2372,6 +2379,32 @@ __metadata:
languageName: node
linkType: hard

"@concordium/web-sdk@npm:^7.5.1":
version: 7.5.1
resolution: "@concordium/web-sdk@npm:7.5.1"
dependencies:
"@concordium/rust-bindings": ^3.2.1
"@grpc/grpc-js": ^1.9.4
"@noble/ed25519": ^2.0.0
"@noble/hashes": ^1.3.2
"@protobuf-ts/grpc-transport": ^2.9.1
"@protobuf-ts/grpcweb-transport": ^2.9.1
"@protobuf-ts/runtime-rpc": ^2.8.2
"@scure/bip39": ^1.2.1
"@types/big.js": ^6.2.0
big.js: ^6.2.0
bs58check: ^3.0.1
buffer: ^6.0.3
hash.js: ^1.1.7
iso-3166-1: ^2.1.1
json-bigint: ^1.0.0
uuid: ^8.3.2
peerDependencies:
"@protobuf-ts/runtime-rpc": ^2.8.2
checksum: 7a63cfe59e9efde55a6e638b206a5200f67e6fddbc10304db40a766cc5ea20434a353fe6b5425dc59cc8a35391c80fb5bd79c70ccc62080a3a0d37dc72e35187
languageName: node
linkType: hard

"@concordium/web-sdk@patch:@concordium/web-sdk@npm:^7.5.0#.yarn/patches/@concordium-web-sdk-npm-7.5.0-ed44307ebf.patch::locator=concordium-browser-wallet%40workspace%3A.":
version: 7.5.0
resolution: "@concordium/web-sdk@patch:@concordium/web-sdk@npm%3A7.5.0#.yarn/patches/@concordium-web-sdk-npm-7.5.0-ed44307ebf.patch::version=7.5.0&hash=f177fc&locator=concordium-browser-wallet%40workspace%3A."
Expand Down

0 comments on commit 1599eff

Please sign in to comment.