@sabaaa1/common 0.0.31 → 0.0.33
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 +5 -21
package/package.json
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sabaaa1/common",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33",
|
|
4
4
|
"homepage": "hinkal.pro",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Hinkal Protocol"
|
|
7
|
-
},
|
|
5
|
+
"author": { "name": "Hinkal Protocol" },
|
|
8
6
|
"keywords": [
|
|
9
7
|
"blockchain",
|
|
10
8
|
"privacy",
|
|
@@ -27,16 +25,6 @@
|
|
|
27
25
|
"import": "./providers/WagmiProviderAdapter.mjs",
|
|
28
26
|
"default": "./providers/WagmiProviderAdapter.cjs"
|
|
29
27
|
},
|
|
30
|
-
"./providers/prepareEthersHinkal": {
|
|
31
|
-
"types": "./providers/prepareEthersHinkal.d.ts",
|
|
32
|
-
"import": "./providers/prepareEthersHinkal.mjs",
|
|
33
|
-
"default": "./providers/prepareEthersHinkal.cjs"
|
|
34
|
-
},
|
|
35
|
-
"./providers/prepareWagmiHinkal": {
|
|
36
|
-
"types": "./providers/prepareWagmiHinkal.d.ts",
|
|
37
|
-
"import": "./providers/prepareWagmiHinkal.mjs",
|
|
38
|
-
"default": "./providers/prepareWagmiHinkal.cjs"
|
|
39
|
-
},
|
|
40
28
|
"./webworker/workerFactory": {
|
|
41
29
|
"types": "./webworker/workerFactory.d.ts",
|
|
42
30
|
"import": "./webworker/workerFactory.mjs",
|
|
@@ -113,11 +101,7 @@
|
|
|
113
101
|
"@walletconnect/utils": "^2.17.2"
|
|
114
102
|
},
|
|
115
103
|
"peerDependenciesMeta": {
|
|
116
|
-
"wagmi": {
|
|
117
|
-
|
|
118
|
-
},
|
|
119
|
-
"@walletconnect/utils": {
|
|
120
|
-
"optional": true
|
|
121
|
-
}
|
|
104
|
+
"wagmi": { "optional": true },
|
|
105
|
+
"@walletconnect/utils": { "optional": true }
|
|
122
106
|
}
|
|
123
|
-
}
|
|
107
|
+
}
|