simpo-component-library 2.0.15 → 2.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ export declare class StorageServiceService {
28
28
  updateAllData(): void;
29
29
  mergeAllItems(unSyncedItem: any[], syncedItem: any[]): any[];
30
30
  getUserCart(): Promise<IDBRequest<OrderedItems[]>>;
31
- getCartProduct(userId: any): void;
31
+ getCartProduct(userId: any): Promise<OrderedItems[]>;
32
32
  addProductToCart(product: OrderedItems): IDBRequest<IDBValidKey>;
33
33
  addAllProductToWishlist(products: OrderedItems[]): IDBTransaction;
34
34
  addAllProductsToCart(products: OrderedItems[]): IDBTransaction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file