@sunrise-upc/mobile-prod-card 1.0.41-beta.1 → 1.0.41-beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ export interface ecomAddCartInfo {
30
30
  value: string | number;
31
31
  items: itemInfoEvent[];
32
32
  }
33
- export declare const getItemData: (item: any, data?: any, itemType?: any, isAvailable?: any) => itemInfoEvent;
33
+ export declare const getItemData: (item: any, data?: any, isAvailable?: any) => itemInfoEvent;
34
34
  export declare const getEcomInfo: (items: any, category?: any, location?: any, eligibleBundle?: any) => any;
35
35
  export declare const getViewCartInfo: (items: any, category: any, location: any) => ecomViewCartInfo;
36
36
  export declare const getEcomCartInfo: (items: any, category: any, location: any, eligibleBundle?: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.0.41-beta.1",
3
+ "version": "1.0.41-beta.2",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",