@doiim/reown-appkit 1.8.19-doiim.7 → 1.8.19-doiim.8
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,2 +1,2 @@
|
|
|
1
|
-
export const PACKAGE_VERSION = '1.8.19-doiim.
|
|
1
|
+
export const PACKAGE_VERSION = '1.8.19-doiim.8';
|
|
2
2
|
//# sourceMappingURL=constants.js.map
|
package/dist/esm/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doiim/reown-appkit",
|
|
3
|
-
"version": "1.8.19-doiim.
|
|
3
|
+
"version": "1.8.19-doiim.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/esm/exports/index.js",
|
|
6
6
|
"types": "./dist/types/exports/index.d.ts",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@doiim/passkeys": "0.3.0-alpha.
|
|
128
|
+
"@doiim/passkeys": "0.3.0-alpha.1",
|
|
129
129
|
"@doiim/reown-appkit-common": "workspace:*",
|
|
130
130
|
"@doiim/reown-appkit-controllers": "workspace:*",
|
|
131
131
|
"@doiim/reown-appkit-scaffold-ui": "workspace:*",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "1.8.19-doiim.
|
|
1
|
+
export declare const PACKAGE_VERSION = "1.8.19-doiim.8";
|
|
@@ -141,7 +141,7 @@ export declare abstract class AppKitBaseClient {
|
|
|
141
141
|
getActiveChainNamespace: () => ChainNamespace | undefined;
|
|
142
142
|
setRequestedCaipNetworks: (typeof ChainController)['setRequestedCaipNetworks'];
|
|
143
143
|
getApprovedCaipNetworkIds: (typeof ChainController)['getAllApprovedCaipNetworkIds'];
|
|
144
|
-
getCaipAddress: (chainNamespace?: ChainNamespace) => `
|
|
144
|
+
getCaipAddress: (chainNamespace?: ChainNamespace) => `eip155:${string}:${string}` | `eip155:${number}:${string}` | `solana:${string}:${string}` | `solana:${number}:${string}` | `bip122:${string}:${string}` | `bip122:${number}:${string}` | `cosmos:${string}:${string}` | `cosmos:${number}:${string}` | `sui:${string}:${string}` | `sui:${number}:${string}` | `stacks:${string}:${string}` | `stacks:${number}:${string}` | undefined;
|
|
145
145
|
setClientId: (typeof BlockchainApiController)['setClientId'];
|
|
146
146
|
getProvider: <T>(namespace: ChainNamespace) => T | undefined;
|
|
147
147
|
getProviderType: (namespace: ChainNamespace) => ConnectorType | undefined;
|
|
@@ -191,19 +191,19 @@ export declare abstract class AppKitBaseClient {
|
|
|
191
191
|
getWalletInfo(namespace?: ChainNamespace): ConnectedWalletInfo | undefined;
|
|
192
192
|
getAccount(_namespace?: ChainNamespace): {
|
|
193
193
|
allAccounts: ({
|
|
194
|
-
namespace: "
|
|
194
|
+
namespace: "eip155";
|
|
195
195
|
address: string;
|
|
196
196
|
chainId?: import("@doiim/reown-appkit-common").ChainId;
|
|
197
197
|
caipAddress?: CaipAddress;
|
|
198
|
-
type: "eoa";
|
|
198
|
+
type: "eoa" | "smartAccount";
|
|
199
199
|
publicKey?: undefined;
|
|
200
200
|
path?: undefined;
|
|
201
201
|
} | {
|
|
202
|
-
namespace: "
|
|
202
|
+
namespace: "solana";
|
|
203
203
|
address: string;
|
|
204
204
|
chainId?: import("@doiim/reown-appkit-common").ChainId;
|
|
205
205
|
caipAddress?: CaipAddress;
|
|
206
|
-
type: "eoa"
|
|
206
|
+
type: "eoa";
|
|
207
207
|
publicKey?: undefined;
|
|
208
208
|
path?: undefined;
|
|
209
209
|
} | {
|
|
@@ -239,7 +239,7 @@ export declare abstract class AppKitBaseClient {
|
|
|
239
239
|
publicKey?: undefined;
|
|
240
240
|
path?: undefined;
|
|
241
241
|
})[];
|
|
242
|
-
caipAddress: `
|
|
242
|
+
caipAddress: `eip155:${string}:${string}` | `eip155:${number}:${string}` | `solana:${string}:${string}` | `solana:${number}:${string}` | `bip122:${string}:${string}` | `bip122:${number}:${string}` | `cosmos:${string}:${string}` | `cosmos:${number}:${string}` | `sui:${string}:${string}` | `sui:${number}:${string}` | `stacks:${string}:${string}` | `stacks:${number}:${string}` | undefined;
|
|
243
243
|
address: `0x${string}` | undefined;
|
|
244
244
|
isConnected: boolean;
|
|
245
245
|
status: "reconnecting" | "connected" | "disconnected" | "connecting" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doiim/reown-appkit",
|
|
3
|
-
"version": "1.8.19-doiim.
|
|
3
|
+
"version": "1.8.19-doiim.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/esm/exports/index.js",
|
|
6
6
|
"types": "./dist/types/exports/index.d.ts",
|
|
@@ -116,19 +116,19 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@doiim/passkeys": "0.3.0-alpha.
|
|
119
|
+
"@doiim/passkeys": "0.3.0-alpha.1",
|
|
120
120
|
"@walletconnect/universal-provider": "2.23.7",
|
|
121
121
|
"bs58": "6.0.0",
|
|
122
122
|
"semver": "7.7.2",
|
|
123
123
|
"valtio": "2.1.7",
|
|
124
124
|
"viem": ">=2.45.0",
|
|
125
|
-
"@doiim/reown-appkit-
|
|
126
|
-
"@doiim/reown-appkit-
|
|
127
|
-
"@doiim/reown-appkit-
|
|
128
|
-
"@doiim/reown-appkit-
|
|
129
|
-
"@doiim/reown-appkit-wallet": "1.8.19-doiim.7",
|
|
125
|
+
"@doiim/reown-appkit-ui": "1.8.19-doiim.8",
|
|
126
|
+
"@doiim/reown-appkit-utils": "1.8.19-doiim.8",
|
|
127
|
+
"@doiim/reown-appkit-scaffold-ui": "1.8.19-doiim.8",
|
|
128
|
+
"@doiim/reown-appkit-wallet": "1.8.19-doiim.8",
|
|
130
129
|
"@reown/appkit-polyfills": "1.8.19",
|
|
131
|
-
"@doiim/reown-appkit-
|
|
130
|
+
"@doiim/reown-appkit-common": "1.8.19-doiim.8",
|
|
131
|
+
"@doiim/reown-appkit-controllers": "1.8.19-doiim.8"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@walletconnect/types": "2.23.7",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"react-dom": "19.1.2",
|
|
143
143
|
"vitest": "3.1.3",
|
|
144
144
|
"vue": "3.x",
|
|
145
|
-
"@doiim/reown-appkit-siwe": "1.8.19-doiim.
|
|
145
|
+
"@doiim/reown-appkit-siwe": "1.8.19-doiim.8"
|
|
146
146
|
},
|
|
147
147
|
"optionalDependencies": {
|
|
148
148
|
"@lit/react": "1.0.8"
|