@reown/appkit 1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0 → 1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.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 +1 @@
1
- export declare const PACKAGE_VERSION = "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0";
1
+ export declare const PACKAGE_VERSION = "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0";
@@ -7,7 +7,7 @@ import type { AppKitOptions } from '../utils/index.js';
7
7
  export interface AppKitOptionsWithSdk extends AppKitOptions {
8
8
  sdkVersion: SdkVersion | AppKitSdkVersion;
9
9
  }
10
- export type Views = 'Account' | 'Connect' | 'Networks' | 'ApproveTransaction' | 'OnRampProviders' | 'ConnectingWalletConnectBasic' | 'Swap' | 'WhatIsAWallet' | 'WhatIsANetwork' | 'AllWallets' | 'WalletSend';
10
+ export type Views = 'Account' | 'Connect' | 'Networks' | 'ApproveTransaction' | 'OnRampProviders' | 'ConnectingWalletConnectBasic' | 'Swap' | 'WhatIsAWallet' | 'WhatIsANetwork' | 'AllWallets' | 'WalletSend' | 'ProfileWallets';
11
11
  type ViewArguments = {
12
12
  Swap: NonNullable<RouterControllerState['data']>['swap'];
13
13
  WalletSend: NonNullable<RouterControllerState['data']>['send'];
@@ -257,11 +257,11 @@ export declare abstract class AppKitBaseClient {
257
257
  isSmartAccountDeployed: boolean;
258
258
  } | undefined;
259
259
  } | undefined;
260
- subscribeAccount(callback: (newState: UseAppKitAccountReturn) => void, namespace?: ChainNamespace): void;
260
+ subscribeAccount(callback: (newState: UseAppKitAccountReturn) => void, namespace?: ChainNamespace): () => void;
261
261
  subscribeNetwork(callback: (newState: Omit<UseAppKitNetworkReturn, 'switchNetwork'>) => void): () => void;
262
262
  subscribeWalletInfo(callback: (newState?: ConnectedWalletInfo) => void, namespace?: ChainNamespace): () => void;
263
- subscribeShouldUpdateToAddress(callback: (newState?: string) => void): void;
264
- subscribeCaipNetworkChange(callback: (newState?: CaipNetwork) => void): void;
263
+ subscribeShouldUpdateToAddress(callback: (newState?: string) => void): () => void;
264
+ subscribeCaipNetworkChange(callback: (newState?: CaipNetwork) => void): () => void;
265
265
  getState(): PublicStateControllerState;
266
266
  getRemoteFeatures(): RemoteFeatures | undefined;
267
267
  subscribeState(callback: (newState: PublicStateControllerState) => void): () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit",
3
- "version": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0",
3
+ "version": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0",
4
4
  "type": "module",
5
5
  "main": "./dist/esm/exports/index.js",
6
6
  "types": "./dist/types/exports/index.d.ts",
@@ -108,14 +108,14 @@
108
108
  "semver": "7.7.2",
109
109
  "valtio": "2.1.7",
110
110
  "viem": ">=2.37.9",
111
- "@reown/appkit-common": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0",
112
- "@reown/appkit-controllers": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0",
113
- "@reown/appkit-pay": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0",
114
- "@reown/appkit-polyfills": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0",
115
- "@reown/appkit-scaffold-ui": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0",
116
- "@reown/appkit-ui": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0",
117
- "@reown/appkit-utils": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0",
118
- "@reown/appkit-wallet": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0"
111
+ "@reown/appkit-common": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0",
112
+ "@reown/appkit-controllers": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0",
113
+ "@reown/appkit-pay": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0",
114
+ "@reown/appkit-polyfills": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0",
115
+ "@reown/appkit-scaffold-ui": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0",
116
+ "@reown/appkit-ui": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0",
117
+ "@reown/appkit-utils": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0",
118
+ "@reown/appkit-wallet": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@walletconnect/types": "2.23.1",
@@ -129,7 +129,7 @@
129
129
  "react-dom": "19.1.2",
130
130
  "vitest": "3.1.3",
131
131
  "vue": "3.x",
132
- "@reown/appkit-siwe": "1.8.17-9886b51d7d83b1340a9f116b9b9514ebf6bd14cd.0"
132
+ "@reown/appkit-siwe": "1.8.17-e9f7498b3f7938cfa4273429341ce0df8121b99a.0"
133
133
  },
134
134
  "optionalDependencies": {
135
135
  "@lit/react": "1.0.8"