pinelab-storefront-client
Advanced tools
Comparing version 0.44.3 to 0.44.4
@@ -1,2 +0,6 @@ | ||
import { Collection, Country } from '../../generated/graphql'; | ||
import { | ||
Collection, | ||
Country, | ||
ProductFieldsFragment, | ||
} from '../../generated/graphql'; | ||
import { CalculatedProduct } from '../../util/product.util'; | ||
@@ -7,3 +11,3 @@ export interface ShopData { | ||
*/ | ||
products: CalculatedProduct[]; | ||
products: (CalculatedProduct & ProductFieldsFragment)[]; | ||
/** | ||
@@ -10,0 +14,0 @@ * Products with variants per collection |
{ | ||
"name": "pinelab-storefront-client", | ||
"version": "0.44.3", | ||
"version": "0.44.4", | ||
"description": "Generates static html pages with Gridsome and suplied Vue components", | ||
@@ -50,3 +50,3 @@ "author": "Martijn van de Brug <martijn@pinelab.studio>", | ||
}, | ||
"gitHead": "7e2815bbd142398e8dcb0407b4188b4a741b4ff0" | ||
"gitHead": "31dbd07cd4025ac1e3f783952ea89fd8138c46ec" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
623852
7947