fw-webbuilder 0.0.8 → 0.0.9

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
@@ -188,6 +188,7 @@ declare class webBuilderService {
188
188
  deleteObject(id: string): any;
189
189
  deleteObjectClone(object: any): Promise<any>;
190
190
  upLoadImage(file: any, oldPath: string, newPath: string, options?: any): Promise<any>;
191
+ upLoadAdminImage(file: any, oldPath: string, newPath: string, options?: any): Promise<any>;
191
192
  addCategory(data: any): Promise<any>;
192
193
  updateCategory(id: string, data: any): Promise<any>;
193
194
  deleteCategory(id: string): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"