Skip to content

Commit

Permalink
Merge pull request #495 from airgap-it/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AndreasGassmann authored May 22, 2023
2 parents 869d864 + c29e25e commit a899e91
Show file tree
Hide file tree
Showing 17 changed files with 408 additions and 343 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useWorkspaces": true,
"version": "4.0.3"
"version": "4.0.4"
}
637 changes: 351 additions & 286 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@airgap/beacon-ui": "file:packages/beacon-ui",
"@airgap/beacon-utils": "file:packages/beacon-utils",
"@airgap/beacon-wallet": "file:packages/beacon-wallet",
"@walletconnect/sign-client": "2.7.0",
"@walletconnect/types": "2.7.0",
"@walletconnect/utils": "2.7.0",
"@walletconnect/sign-client": "^2.7.5",
"@walletconnect/types": "^2.7.5",
"@walletconnect/utils": "^2.7.5",
"@web3modal/standalone": "2.0.0",
"stream-browserify": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/beacon-blockchain-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-blockchain-substrate",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-types": "4.0.3",
"@airgap/beacon-ui": "4.0.3"
"@airgap/beacon-types": "4.0.4",
"@airgap/beacon-ui": "4.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/beacon-blockchain-tezos-sapling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-blockchain-tezos-sapling",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-types": "4.0.3",
"@airgap/beacon-ui": "4.0.3"
"@airgap/beacon-types": "4.0.4",
"@airgap/beacon-ui": "4.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/beacon-blockchain-tezos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-blockchain-tezos",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-types": "4.0.3",
"@airgap/beacon-ui": "4.0.3"
"@airgap/beacon-types": "4.0.4",
"@airgap/beacon-ui": "4.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/beacon-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-core",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-types": "4.0.3",
"@airgap/beacon-utils": "4.0.3",
"@airgap/beacon-types": "4.0.4",
"@airgap/beacon-utils": "4.0.4",
"@stablelib/ed25519": "^1.0.3",
"@stablelib/nacl": "^1.0.4",
"@stablelib/utf8": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/beacon-core/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SDK_VERSION: string = '4.0.3'
export const SDK_VERSION: string = '4.0.4'
export const BEACON_VERSION: string = '3'

export const NOTIFICATION_ORACLE_URL: string =
Expand Down
12 changes: 6 additions & 6 deletions packages/beacon-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-dapp",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -35,10 +35,10 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.0.3",
"@airgap/beacon-transport-matrix": "4.0.3",
"@airgap/beacon-transport-postmessage": "4.0.3",
"@airgap/beacon-transport-walletconnect": "4.0.3",
"@airgap/beacon-ui": "4.0.3"
"@airgap/beacon-core": "4.0.4",
"@airgap/beacon-transport-matrix": "4.0.4",
"@airgap/beacon-transport-postmessage": "4.0.4",
"@airgap/beacon-transport-walletconnect": "4.0.4",
"@airgap/beacon-ui": "4.0.4"
}
}
22 changes: 11 additions & 11 deletions packages/beacon-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-sdk",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -35,15 +35,15 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-blockchain-substrate": "4.0.3",
"@airgap/beacon-blockchain-tezos": "4.0.3",
"@airgap/beacon-core": "4.0.3",
"@airgap/beacon-dapp": "4.0.3",
"@airgap/beacon-transport-matrix": "4.0.3",
"@airgap/beacon-transport-postmessage": "4.0.3",
"@airgap/beacon-types": "4.0.3",
"@airgap/beacon-ui": "4.0.3",
"@airgap/beacon-utils": "4.0.3",
"@airgap/beacon-wallet": "4.0.3"
"@airgap/beacon-blockchain-substrate": "4.0.4",
"@airgap/beacon-blockchain-tezos": "4.0.4",
"@airgap/beacon-core": "4.0.4",
"@airgap/beacon-dapp": "4.0.4",
"@airgap/beacon-transport-matrix": "4.0.4",
"@airgap/beacon-transport-postmessage": "4.0.4",
"@airgap/beacon-types": "4.0.4",
"@airgap/beacon-ui": "4.0.4",
"@airgap/beacon-utils": "4.0.4",
"@airgap/beacon-wallet": "4.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/beacon-transport-matrix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-transport-matrix",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.0.3",
"@airgap/beacon-utils": "4.0.3",
"@airgap/beacon-core": "4.0.4",
"@airgap/beacon-utils": "4.0.4",
"axios": "0.24.0"
}
}
8 changes: 4 additions & 4 deletions packages/beacon-transport-postmessage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-transport-postmessage",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.0.3",
"@airgap/beacon-types": "4.0.3",
"@airgap/beacon-utils": "4.0.3"
"@airgap/beacon-core": "4.0.4",
"@airgap/beacon-types": "4.0.4",
"@airgap/beacon-utils": "4.0.4"
}
}
10 changes: 5 additions & 5 deletions packages/beacon-transport-walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-transport-walletconnect",
"version": "4.0.3",
"version": "4.0.4",
"description": "Beacon WalletConnect",
"author": "Papers AG",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,9 +34,9 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.0.3",
"@airgap/beacon-types": "4.0.3",
"@airgap/beacon-utils": "4.0.3",
"@walletconnect/sign-client": "2.7.0"
"@airgap/beacon-core": "4.0.4",
"@airgap/beacon-types": "4.0.4",
"@airgap/beacon-utils": "4.0.4",
"@walletconnect/sign-client": "^2.7.5"
}
}
2 changes: 1 addition & 1 deletion packages/beacon-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-types",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down
10 changes: 5 additions & 5 deletions packages/beacon-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-ui",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,10 +34,10 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.0.3",
"@airgap/beacon-transport-postmessage": "4.0.3",
"@airgap/beacon-types": "4.0.3",
"@airgap/beacon-utils": "4.0.3",
"@airgap/beacon-core": "4.0.4",
"@airgap/beacon-transport-postmessage": "4.0.4",
"@airgap/beacon-types": "4.0.4",
"@airgap/beacon-utils": "4.0.4",
"qrcode-svg": "^1.1.0",
"solid-js": "^1.6.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/beacon-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-utils",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down
8 changes: 4 additions & 4 deletions packages/beacon-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-wallet",
"version": "4.0.3",
"version": "4.0.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -35,8 +35,8 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.0.3",
"@airgap/beacon-transport-matrix": "4.0.3",
"@airgap/beacon-transport-postmessage": "4.0.3"
"@airgap/beacon-core": "4.0.4",
"@airgap/beacon-transport-matrix": "4.0.4",
"@airgap/beacon-transport-postmessage": "4.0.4"
}
}

0 comments on commit a899e91

Please sign in to comment.