@wagmi/core 0.9.7-cjs → 0.10.0-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 { WalletConnectLegacyConnector } from '@wagmi/connectors/walletConnectLegacy';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-MQXBDTVK.js');
|
|
2
|
+
|
|
3
|
+
// src/connectors/walletConnectLegacy.ts
|
|
4
|
+
var _walletConnectLegacy = require('@wagmi/connectors/walletConnectLegacy');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.WalletConnectLegacyConnector = _walletConnectLegacy.WalletConnectLegacyConnector;
|
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.
|
|
5
|
+
"version": "0.10.0-cjs",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/wagmi-dev/wagmi.git",
|
|
@@ -66,6 +66,10 @@
|
|
|
66
66
|
"types": "./dist/connectors/walletConnect.d.ts",
|
|
67
67
|
"default": "./dist/connectors/walletConnect.js"
|
|
68
68
|
},
|
|
69
|
+
"./connectors/walletConnectLegacy": {
|
|
70
|
+
"types": "./dist/connectors/walletConnectLegacy.d.ts",
|
|
71
|
+
"default": "./dist/connectors/walletConnectLegacy.js"
|
|
72
|
+
},
|
|
69
73
|
"./internal": {
|
|
70
74
|
"types": "./dist/internal/index.d.ts",
|
|
71
75
|
"default": "./dist/internal/index.js"
|
|
@@ -110,8 +114,8 @@
|
|
|
110
114
|
}
|
|
111
115
|
},
|
|
112
116
|
"dependencies": {
|
|
113
|
-
"@wagmi/chains": "0.2.
|
|
114
|
-
"@wagmi/connectors": "0.2
|
|
117
|
+
"@wagmi/chains": "0.2.10-cjs",
|
|
118
|
+
"@wagmi/connectors": "0.3.2-cjs",
|
|
115
119
|
"abitype": "^0.3.0",
|
|
116
120
|
"eventemitter3": "^4.0.7",
|
|
117
121
|
"zustand": "^4.3.1"
|