pinelab-storefront-client
Advanced tools
Comparing version 0.44.1 to 0.44.2
@@ -9,2 +9,8 @@ import { CalculatedProduct } from '../'; | ||
} from '../generated/graphql'; | ||
interface SortableCollection { | ||
name: string; | ||
id: string; | ||
parent: SortableCollection; | ||
children: SortableCollection[]; | ||
} | ||
/** | ||
@@ -29,3 +35,3 @@ * Generates Gridsome pages based on given PageMap | ||
*/ | ||
unflatten(allCollections: Collection[]): Collection[]; | ||
unflatten<T extends SortableCollection>(allCollections: T[]): T[]; | ||
/** | ||
@@ -36,1 +42,2 @@ * Recursively gets childCollections for given collection | ||
} | ||
export {}; |
{ | ||
"name": "pinelab-storefront-client", | ||
"version": "0.44.1", | ||
"version": "0.44.2", | ||
"description": "Generates static html pages with Gridsome and suplied Vue components", | ||
@@ -50,3 +50,3 @@ "author": "Martijn van de Brug <martijn@pinelab.studio>", | ||
}, | ||
"gitHead": "60b3b37a92bab1fecb539e3162601e846737d5e7" | ||
"gitHead": "ad184e5647638a78e3e3f3de30d4d899c6db9aeb" | ||
} |
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
623501
7932