simpo-component-library 1.4.252 → 1.4.256

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  export declare class Product {
2
2
  itemId: string;
3
3
  varientId: string;
4
+ businessId: string;
4
5
  storeId: string[];
5
6
  name: string;
6
7
  itemCategorisation: ItemCategorisation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.252",
3
+ "version": "1.4.256",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",