@colijnit/product 262.1.1 → 262.1.2
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.
package/index.d.ts
CHANGED
|
@@ -686,7 +686,7 @@ declare class HeaderModule {
|
|
|
686
686
|
|
|
687
687
|
declare class ProductRelatedModule {
|
|
688
688
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductRelatedModule, never>;
|
|
689
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductRelatedModule, [typeof ProductRelatedComponent], [typeof i2.CommonModule, typeof HeaderModule, typeof i3.ScrollContainerModule, typeof i3.ArticleTileModule], [typeof ProductRelatedComponent]>;
|
|
689
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductRelatedModule, [typeof ProductRelatedComponent], [typeof i2.CommonModule, typeof HeaderModule, typeof i3.ScrollContainerModule, typeof i3.ArticleTileModule, typeof PipeModule], [typeof ProductRelatedComponent]>;
|
|
690
690
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProductRelatedModule>;
|
|
691
691
|
}
|
|
692
692
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/product",
|
|
3
|
-
"version": "262.1.
|
|
3
|
+
"version": "262.1.2",
|
|
4
4
|
"description": "Product detail page project for iOne",
|
|
5
5
|
"private": false,
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@colijnit/articleapi": ">=262.1.0",
|
|
8
8
|
"@colijnit/corecomponents_v12": ">=262.1.0",
|
|
9
|
-
"@colijnit/configurator": ">=262.1.
|
|
9
|
+
"@colijnit/configurator": ">=262.1.2",
|
|
10
10
|
"@colijnit/sharedcomponents": ">=262.1.0",
|
|
11
11
|
"@colijnit/ioneconnector": ">=262.1.0",
|
|
12
12
|
"@colijnit/mainapi": ">=262.1.1",
|
|
Binary file
|