fw-webbuilder 1.1.259 → 1.1.260

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.
package/index.d.ts CHANGED
@@ -511,7 +511,6 @@ declare class AuthService {
511
511
  handleGoogleLogin(idToken: string): Promise<any>;
512
512
  handleLogout(): Promise<any>;
513
513
  checkAuthUser(): Observable<boolean>;
514
- isAuthenticated(): Observable<boolean>;
515
514
  getUser(): any;
516
515
  sendActivationEmail(token: any): Promise<Object>;
517
516
  forgotPassword(email: string): Promise<Object>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.259",
3
+ "version": "1.1.260",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",