sk-front-lib 0.19.9 → 0.19.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -232,6 +232,7 @@ export interface SkProductListItem {
232
232
  brandName?: string;
233
233
  brandId?: number;
234
234
  brands?: ISkProductBrandItem[];
235
+ overseas?: boolean;
235
236
  wishlistCount?: number;
236
237
  wishlistMe?: boolean;
237
238
  image?: ISkFile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sk-front-lib",
3
- "version": "0.19.9",
3
+ "version": "0.19.10",
4
4
  "peerDependencies": {
5
5
  "@angular/router": "^15.2.10",
6
6
  "@angular/animations": "^15.2.10",