@wagmi/core 0.7.5 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ var MetaMaskConnector = class extends InjectedConnector {
55
55
  await provider.request({
56
56
  method: "wallet_requestPermissions",
57
57
  params: [{ eth_accounts: {} }]
58
- });
58
+ }).catch(() => null);
59
59
  }
60
60
  if (!account) {
61
61
  const accounts = await provider.request({
package/package.json CHANGED
@@ -2,13 +2,16 @@
2
2
  "name": "@wagmi/core",
3
3
  "description": "Vanilla JS library for Ethereum",
4
4
  "license": "MIT",
5
- "version": "0.7.5",
5
+ "version": "0.7.6",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
9
9
  "directory": "packages/core"
10
10
  },
11
- "author": "awkweb.eth",
11
+ "contributors": [
12
+ "awkweb.eth <t@wagmi.sh>",
13
+ "jxom.eth <j@wagmi.sh>"
14
+ ],
12
15
  "ethereum": "wagmi-dev.eth",
13
16
  "funding": [
14
17
  {