fw-webbuilder 1.1.211 → 1.1.213

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
@@ -376,6 +376,7 @@ declare class webBuilderService {
376
376
  getProjectsByIdUser(query: any, sort: any, page: any, limit: any): Promise<any>;
377
377
  updateExpiredAt(id_project: string, expired_at: string): Promise<any>;
378
378
  getDashboard(startDate: string, endDate: string): Promise<Object>;
379
+ private getVisitorId;
379
380
  static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
380
381
  static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
381
382
  }
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.211",
3
+ "version": "1.1.213",
4
4
  "peerDependencies": {
5
+ "@fingerprintjs/fingerprintjs": "^5.2.0",
5
6
  "@abacritt/angularx-social-login": "2.4.0",
6
7
  "@angular/common": "^20.3.0",
7
8
  "@angular/core": "^20.3.0",