Skip to content

Commit c4b1387

Browse files
Merge pull request #2349 from blocknative/feature/keystone-update
keystone package v2.3.11
2 parents c1914a5 + 947033a commit c4b1387

File tree

9 files changed

+245
-236
lines changed

9 files changed

+245
-236
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.28.2",
3+
"version": "2.29.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/coinbase/package.json

Lines changed: 61 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,63 @@
11
{
2-
"name": "@web3-onboard/coinbase",
3-
"version": "2.4.1",
4-
"description": "Coinbase SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5-
"keywords": [
6-
"Ethereum",
7-
"Web3",
8-
"EVM",
9-
"dapp",
10-
"Multichain",
11-
"Wallet",
12-
"Transaction",
13-
"Provider",
14-
"Hardware Wallet",
15-
"Notifications",
16-
"React",
17-
"Svelte",
18-
"Vue",
19-
"Next",
20-
"Nuxt",
21-
"MetaMask",
22-
"Coinbase",
23-
"WalletConnect",
24-
"Ledger",
25-
"Trezor",
26-
"Connect Wallet",
27-
"Ethereum Hooks",
28-
"Blocknative",
29-
"Mempool",
30-
"pending",
31-
"confirmed",
32-
"Injected Wallet",
33-
"Crypto",
34-
"Crypto Wallet",
35-
"Smart Wallet"
36-
],
37-
"repository": {
38-
"type": "git",
39-
"url": "https://github.com/blocknative/web3-onboard.git",
40-
"directory": "packages/coinbase"
41-
},
42-
"homepage": "https://onboard.blocknative.com",
43-
"bugs": "https://github.com/blocknative/web3-onboard/issues",
44-
"module": "dist/index.js",
45-
"browser": "dist/index.js",
46-
"main": "dist/index.js",
47-
"type": "module",
48-
"typings": "dist/index.d.ts",
49-
"files": [
50-
"dist"
51-
],
52-
"scripts": {
53-
"build": "tsc",
54-
"dev": "tsc -w",
55-
"type-check": "tsc --noEmit"
56-
},
57-
"license": "MIT",
58-
"devDependencies": {
59-
"typescript": "^5.4.5"
60-
},
61-
"dependencies": {
62-
"@coinbase/wallet-sdk": "4.3.0",
63-
"@web3-onboard/common": "^2.4.1"
64-
}
2+
"name": "@web3-onboard/coinbase",
3+
"version": "2.4.2",
4+
"description": "Coinbase SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet",
33+
"Crypto",
34+
"Crypto Wallet",
35+
"Smart Wallet"
36+
],
37+
"repository": {
38+
"type": "git",
39+
"url": "https://github.com/blocknative/web3-onboard.git",
40+
"directory": "packages/coinbase"
41+
},
42+
"homepage": "https://onboard.blocknative.com",
43+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
44+
"module": "dist/index.js",
45+
"browser": "dist/index.js",
46+
"main": "dist/index.js",
47+
"type": "module",
48+
"typings": "dist/index.d.ts",
49+
"files": ["dist"],
50+
"scripts": {
51+
"build": "tsc",
52+
"dev": "tsc -w",
53+
"type-check": "tsc --noEmit"
54+
},
55+
"license": "MIT",
56+
"devDependencies": {
57+
"typescript": "^5.4.5"
58+
},
59+
"dependencies": {
60+
"@coinbase/wallet-sdk": "4.3.0",
61+
"@web3-onboard/common": "^2.4.1"
62+
}
6563
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.23.1",
3+
"version": "2.24.0",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

packages/keystone/package.json

Lines changed: 60 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,62 @@
11
{
2-
"name": "@web3-onboard/keystone",
3-
"version": "2.3.10",
4-
"description": "Keystone hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5-
"keywords": [
6-
"Ethereum",
7-
"Web3",
8-
"EVM",
9-
"dapp",
10-
"Multichain",
11-
"Wallet",
12-
"Transaction",
13-
"Provider",
14-
"Hardware Wallet",
15-
"Notifications",
16-
"React",
17-
"Svelte",
18-
"Vue",
19-
"Next",
20-
"Nuxt",
21-
"MetaMask",
22-
"Coinbase",
23-
"WalletConnect",
24-
"Ledger",
25-
"Trezor",
26-
"Connect Wallet",
27-
"Ethereum Hooks",
28-
"Blocknative",
29-
"Mempool",
30-
"pending",
31-
"confirmed",
32-
"Injected Wallet"
33-
],
34-
"repository": {
35-
"type": "git",
36-
"url": "https://github.com/blocknative/web3-onboard.git",
37-
"directory": "packages/keystone"
38-
},
39-
"homepage": "https://onboard.blocknative.com",
40-
"bugs": "https://github.com/blocknative/web3-onboard/issues",
41-
"module": "dist/index.js",
42-
"main": "dist/index.js",
43-
"typings": "dist/index.d.ts",
44-
"files": [
45-
"dist"
46-
],
47-
"type": "module",
48-
"scripts": {
49-
"build": "tsc",
50-
"dev": "tsc -w",
51-
"type-check": "tsc --noEmit"
52-
},
53-
"license": "MIT",
54-
"devDependencies": {
55-
"typescript": "^5.4.5"
56-
},
57-
"dependencies": {
58-
"@ethereumjs/tx": "^3.4.0",
59-
"@ethersproject/providers": "^5.5.0",
60-
"@keystonehq/eth-keyring": "^0.14.4",
61-
"@web3-onboard/common": "^2.4.1",
62-
"@web3-onboard/hw-common": "^2.3.2"
63-
}
2+
"name": "@web3-onboard/keystone",
3+
"version": "2.3.11",
4+
"description": "Keystone hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/keystone"
38+
},
39+
"homepage": "https://onboard.blocknative.com",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
41+
"module": "dist/index.js",
42+
"main": "dist/index.js",
43+
"typings": "dist/index.d.ts",
44+
"files": ["dist"],
45+
"type": "module",
46+
"scripts": {
47+
"build": "tsc",
48+
"dev": "tsc -w",
49+
"type-check": "tsc --noEmit"
50+
},
51+
"license": "MIT",
52+
"devDependencies": {
53+
"typescript": "^5.4.5"
54+
},
55+
"dependencies": {
56+
"@ethereumjs/tx": "^3.4.0",
57+
"@ethersproject/providers": "^5.5.0",
58+
"@keystonehq/eth-keyring": "^0.14.4",
59+
"@web3-onboard/common": "^2.4.1",
60+
"@web3-onboard/hw-common": "^2.3.2"
61+
}
6462
}

0 commit comments

Comments
 (0)