@reown/appkit-universal-connector 1.8.13 → 1.8.14-01153244c81b3bad5e3dc7d355c4d8ad64e2f4a4.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { SessionTypes } from '@walletconnect/types';
|
|
2
|
-
import { type RequestArguments, UniversalProvider, type UniversalProviderOpts } from '@walletconnect/universal-provider';
|
|
2
|
+
import { type ConnectParams, type RequestArguments, UniversalProvider, type UniversalProviderOpts } from '@walletconnect/universal-provider';
|
|
3
3
|
import type { CreateAppKit } from '@reown/appkit';
|
|
4
4
|
import type { CustomCaipNetwork } from '@reown/appkit-common';
|
|
5
5
|
import { AppKit, type Metadata } from '@reown/appkit/core';
|
|
@@ -24,7 +24,7 @@ export declare class UniversalConnector {
|
|
|
24
24
|
config: Config;
|
|
25
25
|
});
|
|
26
26
|
static init(config: Config): Promise<UniversalConnector>;
|
|
27
|
-
connect(): Promise<{
|
|
27
|
+
connect(params?: Omit<ConnectParams, 'optionalNamespaces'>): Promise<{
|
|
28
28
|
session: SessionTypes.Struct;
|
|
29
29
|
}>;
|
|
30
30
|
disconnect(): Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reown/appkit-universal-connector",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.14-01153244c81b3bad5e3dc7d355c4d8ad64e2f4a4.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/index.js",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@walletconnect/universal-provider": "2.
|
|
34
|
-
"@walletconnect/types": "2.
|
|
33
|
+
"@walletconnect/universal-provider": "2.23.0",
|
|
34
|
+
"@walletconnect/types": "2.23.0",
|
|
35
35
|
"bs58": "6.0.0",
|
|
36
|
-
"@reown/appkit": "1.8.
|
|
37
|
-
"@reown/appkit-common": "1.8.
|
|
36
|
+
"@reown/appkit": "1.8.14-01153244c81b3bad5e3dc7d355c4d8ad64e2f4a4.0",
|
|
37
|
+
"@reown/appkit-common": "1.8.14-01153244c81b3bad5e3dc7d355c4d8ad64e2f4a4.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@vitest/coverage-v8": "2.1.9",
|