From a8c8a87281dbc0c7a3fb21a7465ca7c07f1b1537 Mon Sep 17 00:00:00 2001 From: katspaugh <381895+katspaugh@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:49:05 +0200 Subject: [PATCH 1/2] Fix: add "main" to Keystone's package.json --- packages/keystone/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/keystone/package.json b/packages/keystone/package.json index a03acce66..64bb9e8e8 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -39,6 +39,7 @@ "homepage": "https://www.blocknative.com/onboard", "bugs": "https://github.com/blocknative/web3-onboard/issues", "module": "dist/index.js", + "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" From a8a3a624f58ac80643af3ad9b5da5d91a0e5a223 Mon Sep 17 00:00:00 2001 From: katspaugh <381895+katspaugh@users.noreply.github.com> Date: Tue, 26 Jul 2022 18:43:14 +0200 Subject: [PATCH 2/2] Bump keystone package version --- packages/keystone/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 64bb9e8e8..c22b88436 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keystone", - "version": "2.1.8-alpha.1", + "version": "2.1.8-alpha.2", "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.", "keywords": [ "Ethereum",