@finatic/client 0.0.132 → 0.0.133

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.
@@ -23,11 +23,6 @@ export declare class FinaticConnect extends EventEmitter {
23
23
  private currentSessionState;
24
24
  constructor(options: FinaticConnectOptions, deviceInfo?: DeviceInfo);
25
25
  private handleTokens;
26
- /**
27
- * Check if the user is authenticated
28
- * @returns True if the user has a valid access token
29
- */
30
- isAuthenticated(): boolean;
31
26
  /**
32
27
  * Check if the user is fully authenticated (has userId, access token, and refresh token)
33
28
  * @returns True if the user is fully authenticated and ready for API calls
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finatic/client",
3
- "version": "0.0.132",
3
+ "version": "0.0.133",
4
4
  "description": "Finatic Client SDK for browser integration",
5
5
  "type": "module",
6
6
  "private": false,