fw-webbuilder 1.1.17 → 1.1.18

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
@@ -307,6 +307,7 @@ declare class webBuilderService {
307
307
  deleteAdminCategory(id: string): Promise<any>;
308
308
  getAdminCategories_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
309
309
  onPublish(): Promise<Object>;
310
+ initProject(): Promise<[Object, Object]>;
310
311
  static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
311
312
  static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
312
313
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",