@reown/appkit
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
export const PACKAGE_VERSION = '1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0'; | ||
export const PACKAGE_VERSION = '1.7.1-client-init.0'; | ||
//# sourceMappingURL=constants.js.map |
{ | ||
"name": "@reown/appkit", | ||
"version": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0", | ||
"version": "1.7.1-client-init.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/exports/index.js", |
@@ -172,4 +172,7 @@ import UniversalProvider from '@walletconnect/universal-provider'; | ||
await this.injectModalUi(); | ||
await this.syncExistingConnection(); | ||
PublicStateController.set({ initialized: true }); | ||
// Skip if on server as it requires storage access | ||
if (CoreHelperUtil.isClient()) { | ||
await this.syncExistingConnection(); | ||
PublicStateController.set({ initialized: true }); | ||
} | ||
} | ||
@@ -176,0 +179,0 @@ sendInitializeEvent(options) { |
@@ -1,1 +0,1 @@ | ||
export declare const PACKAGE_VERSION = "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0"; | ||
export declare const PACKAGE_VERSION = "1.7.1-client-init.0"; |
@@ -148,3 +148,3 @@ import type { SessionTypes } from '@walletconnect/types'; | ||
isConnected: boolean; | ||
status: "connected" | "disconnected" | "connecting" | "reconnecting" | undefined; | ||
status: "reconnecting" | "connected" | "disconnected" | "connecting" | undefined; | ||
embeddedWalletInfo: { | ||
@@ -151,0 +151,0 @@ user: import("@reown/appkit-controllers").User | undefined; |
{ | ||
"name": "@reown/appkit", | ||
"version": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0", | ||
"version": "1.7.1-client-init.0", | ||
"type": "module", | ||
@@ -122,9 +122,9 @@ "main": "./dist/esm/exports/index.js", | ||
"viem": ">=2.23.11", | ||
"@reown/appkit-common": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0", | ||
"@reown/appkit-controllers": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0", | ||
"@reown/appkit-polyfills": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0", | ||
"@reown/appkit-scaffold-ui": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0", | ||
"@reown/appkit-ui": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0", | ||
"@reown/appkit-utils": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0", | ||
"@reown/appkit-wallet": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0" | ||
"@reown/appkit-common": "1.7.1-client-init.0", | ||
"@reown/appkit-scaffold-ui": "1.7.1-client-init.0", | ||
"@reown/appkit-ui": "1.7.1-client-init.0", | ||
"@reown/appkit-polyfills": "1.7.1-client-init.0", | ||
"@reown/appkit-wallet": "1.7.1-client-init.0", | ||
"@reown/appkit-utils": "1.7.1-client-init.0", | ||
"@reown/appkit-controllers": "1.7.1-client-init.0" | ||
}, | ||
@@ -142,3 +142,3 @@ "devDependencies": { | ||
"vue": "3.x", | ||
"@reown/appkit-siwe": "1.7.1-c7994ea5afea893304449d52ef67e9f3037c913a.0" | ||
"@reown/appkit-siwe": "1.7.1-client-init.0" | ||
}, | ||
@@ -145,0 +145,0 @@ "author": "Reown <support@reown.com> (https://reown.com)", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1981011
149.74%198
54.69%7107
69.78%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed