@reown/appkit-common 1.3.2 → 1.4.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.
@@ -8,6 +8,7 @@ export type SafeLocalStorageItems = {
8
8
  '@appkit/connected_social': string;
9
9
  '@appkit/connected_social_username': string;
10
10
  '@appkit/recent_wallets': string;
11
+ '@appkit/connected_namespace': string;
11
12
  WALLETCONNECT_DEEPLINK_CHOICE: string;
12
13
  };
13
14
  export declare const SafeLocalStorageKeys: {
@@ -21,6 +22,7 @@ export declare const SafeLocalStorageKeys: {
21
22
  readonly CONNECTED_SOCIAL_USERNAME: "@appkit/connected_social_username";
22
23
  readonly RECENT_WALLETS: "@appkit/recent_wallets";
23
24
  readonly DEEPLINK_CHOICE: "WALLETCONNECT_DEEPLINK_CHOICE";
25
+ readonly CONNECTED_NAMESPACE: "@appkit/connected_namespace";
24
26
  };
25
27
  export declare const SafeLocalStorage: {
26
28
  setItem<Key extends keyof SafeLocalStorageItems>(key: Key, value: SafeLocalStorageItems[Key]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-common",
3
- "version": "1.3.2",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "main": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",