@wagmi/core 0.9.3-cjs → 0.9.4-cjs
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 @@
|
|
|
1
|
+
export { SafeConnector, SafeConnectorOptions, SafeConnectorProvider } from '@wagmi/connectors/safe';
|
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.
|
|
5
|
+
"version": "0.9.4-cjs",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/wagmi-dev/wagmi.git",
|
|
@@ -58,6 +58,10 @@
|
|
|
58
58
|
"types": "./dist/connectors/mock.d.ts",
|
|
59
59
|
"default": "./dist/connectors/mock.js"
|
|
60
60
|
},
|
|
61
|
+
"./connectors/safe": {
|
|
62
|
+
"types": "./dist/connectors/safe.d.ts",
|
|
63
|
+
"default": "./dist/connectors/safe.js"
|
|
64
|
+
},
|
|
61
65
|
"./connectors/walletConnect": {
|
|
62
66
|
"types": "./dist/connectors/walletConnect.d.ts",
|
|
63
67
|
"default": "./dist/connectors/walletConnect.js"
|
|
@@ -97,7 +101,7 @@
|
|
|
97
101
|
"/dist"
|
|
98
102
|
],
|
|
99
103
|
"peerDependencies": {
|
|
100
|
-
"ethers": ">=5.5.1",
|
|
104
|
+
"ethers": ">=5.5.1 <6",
|
|
101
105
|
"typescript": ">=4.9.4"
|
|
102
106
|
},
|
|
103
107
|
"peerDependenciesMeta": {
|
|
@@ -106,8 +110,8 @@
|
|
|
106
110
|
}
|
|
107
111
|
},
|
|
108
112
|
"dependencies": {
|
|
109
|
-
"@wagmi/chains": "0.2.
|
|
110
|
-
"@wagmi/connectors": "0.2.
|
|
113
|
+
"@wagmi/chains": "0.2.6-cjs",
|
|
114
|
+
"@wagmi/connectors": "0.2.4-cjs",
|
|
111
115
|
"abitype": "^0.3.0",
|
|
112
116
|
"eventemitter3": "^4.0.7",
|
|
113
117
|
"zustand": "^4.3.1"
|