simpo-component-library 1.9.2 → 1.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,6 +54,7 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
54
54
  ngOnInit(): void;
55
55
  ngOnDestroy(): void;
56
56
  updateUserCart(): void;
57
+ mergeOrderItems(syncedItems: any[]): void;
57
58
  getCouponList(): void;
58
59
  removeCoupon(event: MouseEvent): void;
59
60
  getIndexDBData(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file