Skip to content

Commit

Permalink
Merge pull request #844 from airgap-it/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
IsaccoSordo authored Jan 20, 2025
2 parents f65cc98 + dd7cd74 commit 8a30699
Show file tree
Hide file tree
Showing 39 changed files with 276 additions and 238 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Node 16
- name: Node 18
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: Prepare
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Node 16
- name: Node 18
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: Prepare
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-demo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Node 16
- name: Node 18
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: Prepare
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.1",
"version": "4.3.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.1",
"version": "4.3.2",
"description": "This package adds support for `substrate` based blockchains. It can be used in combination with the `@airgap/beacon-dapp` or `@airgap/beacon-wallet` packages.",
"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.3.1",
"@airgap/beacon-ui": "4.3.1"
"@airgap/beacon-types": "4.3.2",
"@airgap/beacon-ui": "4.3.2"
}
}
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.3.1",
"version": "4.3.2",
"description": "This package adds support for `tezos-sapling`, the sapling integration on the Tezos blockchain. It can be used in combination with the `@airgap/beacon-dapp` or `@airgap/beacon-wallet` packages.",
"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.3.1",
"@airgap/beacon-ui": "4.3.1"
"@airgap/beacon-types": "4.3.2",
"@airgap/beacon-ui": "4.3.2"
}
}
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.3.1",
"version": "4.3.2",
"description": "This package adds support for the `tezos` blockchain. It can be used in combination with the `@airgap/beacon-dapp` or `@airgap/beacon-wallet` packages.",
"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.3.1",
"@airgap/beacon-ui": "4.3.1"
"@airgap/beacon-types": "4.3.2",
"@airgap/beacon-ui": "4.3.2"
}
}
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.3.1",
"version": "4.3.2",
"description": "This package contains internal methods that are used by both the dApp and wallet client.",
"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.3.1",
"@airgap/beacon-utils": "4.3.1",
"@airgap/beacon-types": "4.3.2",
"@airgap/beacon-utils": "4.3.2",
"@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.3.1'
export const SDK_VERSION: string = '4.3.2'
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.3.1",
"version": "4.3.2",
"description": "Use this package on your dApp to instanciate a DAppClient object and communicate to wallets.",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -35,11 +35,11 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.3.1",
"@airgap/beacon-transport-matrix": "4.3.1",
"@airgap/beacon-transport-postmessage": "4.3.1",
"@airgap/beacon-transport-walletconnect": "4.3.1",
"@airgap/beacon-ui": "4.3.1",
"@airgap/beacon-core": "4.3.2",
"@airgap/beacon-transport-matrix": "4.3.2",
"@airgap/beacon-transport-postmessage": "4.3.2",
"@airgap/beacon-transport-walletconnect": "4.3.2",
"@airgap/beacon-ui": "4.3.2",
"broadcast-channel": "^7.0.0"
}
}
Loading

0 comments on commit 8a30699

Please sign in to comment.