@wagmi/core 0.9.3 → 0.9.4

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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "type": "module",
3
+ "main": "../../dist/connectors/safe.js"
4
+ }
@@ -0,0 +1 @@
1
+ export { SafeConnector, SafeConnectorOptions, SafeConnectorProvider } from '@wagmi/connectors/safe';
@@ -0,0 +1,7 @@
1
+ import "../chunk-MQXBDTVK.js";
2
+
3
+ // src/connectors/safe.ts
4
+ import { SafeConnector } from "@wagmi/connectors/safe";
5
+ export {
6
+ SafeConnector
7
+ };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wagmi/core",
3
3
  "description": "Vanilla JS library for Ethereum",
4
4
  "license": "MIT",
5
- "version": "0.9.3",
5
+ "version": "0.9.4",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
@@ -59,6 +59,10 @@
59
59
  "types": "./dist/connectors/mock.d.ts",
60
60
  "default": "./dist/connectors/mock.js"
61
61
  },
62
+ "./connectors/safe": {
63
+ "types": "./dist/connectors/safe.d.ts",
64
+ "default": "./dist/connectors/safe.js"
65
+ },
62
66
  "./connectors/walletConnect": {
63
67
  "types": "./dist/connectors/walletConnect.d.ts",
64
68
  "default": "./dist/connectors/walletConnect.js"
@@ -98,7 +102,7 @@
98
102
  "/dist"
99
103
  ],
100
104
  "peerDependencies": {
101
- "ethers": ">=5.5.1",
105
+ "ethers": ">=5.5.1 <6",
102
106
  "typescript": ">=4.9.4"
103
107
  },
104
108
  "peerDependenciesMeta": {
@@ -110,8 +114,8 @@
110
114
  "abitype": "^0.3.0",
111
115
  "eventemitter3": "^4.0.7",
112
116
  "zustand": "^4.3.1",
113
- "@wagmi/chains": "0.2.5",
114
- "@wagmi/connectors": "0.2.3"
117
+ "@wagmi/chains": "0.2.6",
118
+ "@wagmi/connectors": "0.2.4"
115
119
  },
116
120
  "devDependencies": {
117
121
  "ethers": "^5.7.1"