Comparing version 5.14.0 to 5.14.1
@@ -96,2 +96,3 @@ export declare type OpeningHoursSpecification = { | ||
telephone: string; | ||
email?: string; | ||
areaServed?: string | string[]; | ||
@@ -115,9 +116,2 @@ availableLanguage?: string | string[]; | ||
} | ||
export interface ContactPoint { | ||
contactType: string; | ||
telephone: string; | ||
areaServed?: string | string[]; | ||
availableLanguage?: string | string[]; | ||
contactOption?: string | string[]; | ||
} | ||
export interface Question { | ||
@@ -124,0 +118,0 @@ questionName: string; |
@@ -6,2 +6,3 @@ import { ContactPoint } from 'src/types'; | ||
telephone: string; | ||
email?: string | undefined; | ||
areaServed?: string | string[] | undefined; | ||
@@ -8,0 +9,0 @@ availableLanguage?: string | string[] | undefined; |
@@ -5,2 +5,3 @@ import type { ContactPoint } from 'src/types'; | ||
telephone: string; | ||
email?: string | undefined; | ||
areaServed?: string | string[] | undefined; | ||
@@ -7,0 +8,0 @@ availableLanguage?: string | string[] | undefined; |
{ | ||
"name": "next-seo", | ||
"version": "5.14.0", | ||
"version": "5.14.1", | ||
"description": "SEO plugin for Next.js projects", | ||
@@ -5,0 +5,0 @@ "source": "src/index.tsx", |
Sorry, the diff of this file is too big to display
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
460471
3180
9496