@wagmi/core 1.4.11 → 1.4.12
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.
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": "1.4.
|
|
5
|
+
"version": "1.4.12",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/wagmi-dev/wagmi.git",
|
|
@@ -47,10 +47,6 @@
|
|
|
47
47
|
"types": "./dist/connectors/injected.d.ts",
|
|
48
48
|
"default": "./dist/connectors/injected.js"
|
|
49
49
|
},
|
|
50
|
-
"./connectors/ledger": {
|
|
51
|
-
"types": "./dist/connectors/ledger.d.ts",
|
|
52
|
-
"default": "./dist/connectors/ledger.js"
|
|
53
|
-
},
|
|
54
50
|
"./connectors/metaMask": {
|
|
55
51
|
"types": "./dist/connectors/metaMask.d.ts",
|
|
56
52
|
"default": "./dist/connectors/metaMask.js"
|
|
@@ -123,7 +119,7 @@
|
|
|
123
119
|
"abitype": "0.8.7",
|
|
124
120
|
"eventemitter3": "^4.0.7",
|
|
125
121
|
"zustand": "^4.3.1",
|
|
126
|
-
"@wagmi/connectors": "3.1.
|
|
122
|
+
"@wagmi/connectors": "3.1.10"
|
|
127
123
|
},
|
|
128
124
|
"devDependencies": {
|
|
129
125
|
"viem": "^1.0.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { LedgerConnector } from '@wagmi/connectors/ledger';
|