simpo-component-library 1.8.9992 → 1.8.9994

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,6 +50,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
50
50
  couponList: Coupon[];
51
51
  cartInfo: any;
52
52
  ngOnInit(): void;
53
+ updateUserCart(): void;
53
54
  getCouponList(): void;
54
55
  removeCoupon(event: MouseEvent): void;
55
56
  getIndexDBData(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.8.9992",
3
+ "version": "1.8.9994",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",