@bytediver/ngx-structured-data
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
/* @license @bytediver/ngx-structured-data - 1.0.3 - undefined + */ | ||
/* @license @bytediver/ngx-structured-data - 1.0.4 - undefined + */ | ||
(function (factory) { | ||
@@ -3,0 +3,0 @@ typeof define === 'function' && define.amd ? define(factory) : |
@@ -1,2 +0,2 @@ | ||
/* @license @bytediver/ngx-structured-data - 1.0.3 - undefined + */ | ||
/* @license @bytediver/ngx-structured-data - 1.0.4 - undefined + */ | ||
(function(factory){typeof define==="function"&&define.amd?define(factory):factory()})(function(){"use strict"}); |
@@ -6,5 +6,5 @@ import { AggregateRating } from "./intangible/rating/aggregate-rating"; | ||
export interface Place { | ||
aggregateRating: AggregateRating; | ||
aggregateRating?: AggregateRating; | ||
openingHoursSpecification?: OpeningHoursSpecification[]; | ||
geo?: GeoCoordinates | GeoShape; | ||
} |
@@ -6,3 +6,3 @@ { | ||
"description": "Angular.io components for structured data", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Bytediver GmbH", | ||
@@ -9,0 +9,0 @@ "main": "dist/bundles/ngx-structured-data.umd.js", |
@@ -8,5 +8,5 @@ import {AggregateRating} from "./intangible/rating/aggregate-rating"; | ||
export interface Place { | ||
aggregateRating: AggregateRating; | ||
aggregateRating?: AggregateRating; | ||
openingHoursSpecification?: OpeningHoursSpecification[]; | ||
geo?: GeoCoordinates | GeoShape; | ||
} |
100834
0