@reown/appkit-common
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -11,3 +11,3 @@ export const SafeLocalStorageKeys = { | ||
RECENT_WALLETS: '@appkit/recent_wallets', | ||
DEEPLINK_CHOICE: '@appkit/deeplink_choice' | ||
DEEPLINK_CHOICE: 'WALLETCONNECT_DEEPLINK_CHOICE' | ||
}; | ||
@@ -14,0 +14,0 @@ export const SafeLocalStorage = { |
@@ -11,3 +11,3 @@ export type SafeLocalStorageItems = { | ||
'@appkit/recent_wallets': string; | ||
'@appkit/deeplink_choice': string; | ||
WALLETCONNECT_DEEPLINK_CHOICE: string; | ||
}; | ||
@@ -24,3 +24,3 @@ export declare const SafeLocalStorageKeys: { | ||
readonly RECENT_WALLETS: "@appkit/recent_wallets"; | ||
readonly DEEPLINK_CHOICE: "@appkit/deeplink_choice"; | ||
readonly DEEPLINK_CHOICE: "WALLETCONNECT_DEEPLINK_CHOICE"; | ||
}; | ||
@@ -27,0 +27,0 @@ export declare const SafeLocalStorage: { |
{ | ||
"name": "@reown/appkit-common", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125717