Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beacon-wallet-extension",
"version": "1.0.0",
"version": "5.0.0-beta.4",
"private": true,
"description": "Reference Chrome extension wallet for Beacon SDK - a blueprint for wallet developers",
"scripts": {
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": "1.0.0",
"version": "5.0.0-beta.4",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
106 changes: 53 additions & 53 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/octez.connect-blockchain-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tezos-x/octez.connect-blockchain-substrate",
"version": "1.0.0",
"version": "5.0.0-beta.4",
"description": "This package adds support for `substrate` based blockchains. It can be used in combination with the `@tezos-x/octez.connect-dapp` or `@tezos-x/octez.connect-wallet` packages.",
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
"homepage": "https://octez-connect.tezos.com",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/trilitech/octez.connect/issues"
},
"dependencies": {
"@tezos-x/octez.connect-types": "1.0.0",
"@tezos-x/octez.connect-ui": "1.0.0"
"@tezos-x/octez.connect-types": "5.0.0-beta.4",
"@tezos-x/octez.connect-ui": "5.0.0-beta.4"
}
}
6 changes: 3 additions & 3 deletions packages/octez.connect-blockchain-tezos-sapling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tezos-x/octez.connect-blockchain-tezos-sapling",
"version": "1.0.0",
"version": "5.0.0-beta.4",
"description": "This package adds support for `tezos-sapling`, the sapling integration on the Tezos blockchain. It can be used in combination with the `@tezos-x/octez.connect-dapp` or `@tezos-x/octez.connect-wallet` packages.",
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
"homepage": "https://octez-connect.tezos.com",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/trilitech/octez.connect/issues"
},
"dependencies": {
"@tezos-x/octez.connect-types": "1.0.0",
"@tezos-x/octez.connect-ui": "1.0.0"
"@tezos-x/octez.connect-types": "5.0.0-beta.4",
"@tezos-x/octez.connect-ui": "5.0.0-beta.4"
}
}
6 changes: 3 additions & 3 deletions packages/octez.connect-blockchain-tezos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tezos-x/octez.connect-blockchain-tezos",
"version": "1.0.0",
"version": "5.0.0-beta.4",
"description": "This package adds support for the `tezos` blockchain. It can be used in combination with the `@tezos-x/octez.connect-dapp` or `@tezos-x/octez.connect-wallet` packages.",
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
"homepage": "https://octez-connect.tezos.com",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/trilitech/octez.connect/issues"
},
"dependencies": {
"@tezos-x/octez.connect-types": "1.0.0",
"@tezos-x/octez.connect-ui": "1.0.0"
"@tezos-x/octez.connect-types": "5.0.0-beta.4",
"@tezos-x/octez.connect-ui": "5.0.0-beta.4"
}
}
6 changes: 3 additions & 3 deletions packages/octez.connect-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tezos-x/octez.connect-core",
"version": "1.0.0",
"version": "5.0.0-beta.4",
"description": "This package contains internal methods that are used by both the dApp and wallet client.",
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
"homepage": "https://octez-connect.tezos.com",
Expand Down Expand Up @@ -34,12 +34,12 @@
"url": "https://github.com/trilitech/octez.connect/issues"
},
"dependencies": {
"@tezos-x/octez.connect-types": "1.0.0",
"@tezos-x/octez.connect-utils": "1.0.0",
"@stablelib/ed25519": "^2.0.2",
"@stablelib/nacl": "^2.0.1",
"@stablelib/utf8": "^2.0.1",
"@stablelib/x25519-session": "^2.0.1",
"@tezos-x/octez.connect-types": "5.0.0-beta.4",
"@tezos-x/octez.connect-utils": "5.0.0-beta.4",
"broadcast-channel": "^7.1.0",
"bs58check": "4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/octez.connect-core/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SDK_VERSION: string = '1.0.0'
export const SDK_VERSION: string = '5.0.0-beta.4'
export const BEACON_VERSION: string = '3'
export const PROTOCOL_VERSION_V1 = 1
export const PROTOCOL_VERSION_V2 = 2
Expand Down
12 changes: 6 additions & 6 deletions packages/octez.connect-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tezos-x/octez.connect-dapp",
"version": "1.0.0",
"version": "5.0.0-beta.4",
"description": "Use this package on your dApp to instanciate a DAppClient object and communicate to wallets.",
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
"homepage": "https://octez-connect.tezos.com",
Expand Down Expand Up @@ -35,11 +35,11 @@
"url": "https://github.com/trilitech/octez.connect/issues"
},
"dependencies": {
"@tezos-x/octez.connect-core": "1.0.0",
"@tezos-x/octez.connect-transport-matrix": "1.0.0",
"@tezos-x/octez.connect-transport-postmessage": "1.0.0",
"@tezos-x/octez.connect-transport-walletconnect": "1.0.0",
"@tezos-x/octez.connect-ui": "1.0.0",
"@tezos-x/octez.connect-core": "5.0.0-beta.4",
"@tezos-x/octez.connect-transport-matrix": "5.0.0-beta.4",
"@tezos-x/octez.connect-transport-postmessage": "5.0.0-beta.4",
"@tezos-x/octez.connect-transport-walletconnect": "5.0.0-beta.4",
"@tezos-x/octez.connect-ui": "5.0.0-beta.4",
"broadcast-channel": "^7.1.0"
}
}
24 changes: 12 additions & 12 deletions packages/octez.connect-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tezos-x/octez.connect-sdk",
"version": "1.0.0",
"version": "5.0.0-beta.4",
"description": "The `octez.connect-sdk` simplifies and abstracts the communication between dApps and wallets over different transport layers.",
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
"homepage": "https://octez-connect.tezos.com",
Expand Down Expand Up @@ -34,16 +34,16 @@
"url": "https://github.com/trilitech/octez.connect/issues"
},
"dependencies": {
"@tezos-x/octez.connect-blockchain-substrate": "1.0.0",
"@tezos-x/octez.connect-blockchain-tezos": "1.0.0",
"@tezos-x/octez.connect-core": "1.0.0",
"@tezos-x/octez.connect-dapp": "1.0.0",
"@tezos-x/octez.connect-transport-matrix": "1.0.0",
"@tezos-x/octez.connect-transport-postmessage": "1.0.0",
"@tezos-x/octez.connect-types": "1.0.0",
"@tezos-x/octez.connect-ui": "1.0.0",
"@tezos-x/octez.connect-utils": "1.0.0",
"@tezos-x/octez.connect-transport-walletconnect": "1.0.0",
"@tezos-x/octez.connect-wallet": "1.0.0"
"@tezos-x/octez.connect-blockchain-substrate": "5.0.0-beta.4",
"@tezos-x/octez.connect-blockchain-tezos": "5.0.0-beta.4",
"@tezos-x/octez.connect-core": "5.0.0-beta.4",
"@tezos-x/octez.connect-dapp": "5.0.0-beta.4",
"@tezos-x/octez.connect-transport-matrix": "5.0.0-beta.4",
"@tezos-x/octez.connect-transport-postmessage": "5.0.0-beta.4",
"@tezos-x/octez.connect-transport-walletconnect": "5.0.0-beta.4",
"@tezos-x/octez.connect-types": "5.0.0-beta.4",
"@tezos-x/octez.connect-ui": "5.0.0-beta.4",
"@tezos-x/octez.connect-utils": "5.0.0-beta.4",
"@tezos-x/octez.connect-wallet": "5.0.0-beta.4"
}
}
6 changes: 3 additions & 3 deletions packages/octez.connect-transport-matrix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tezos-x/octez.connect-transport-matrix",
"version": "1.0.0",
"version": "5.0.0-beta.4",
"description": "This package contains methods to facilitate communication over the Beacon network, a decentralised P2P network that is based on the matrix protocol.",
"author": "Blockchain Infra <blockchain.infra@trili.tech>",
"homepage": "https://octez-connect.tezos.com",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/trilitech/octez.connect/issues"
},
"dependencies": {
"@tezos-x/octez.connect-core": "1.0.0",
"@tezos-x/octez.connect-utils": "1.0.0",
"@tezos-x/octez.connect-core": "5.0.0-beta.4",
"@tezos-x/octez.connect-utils": "5.0.0-beta.4",
"axios": "^1.8.4"
}
}
Loading
Loading