react-datocms
Advanced tools
Comparing version 3.0.13 to 3.0.14
@@ -5,5 +5,5 @@ export interface TitleMetaLinkTag { | ||
/** the inner content of the meta tag */ | ||
content: string | null | undefined; | ||
content?: string | null | undefined; | ||
/** the HTML attributes to attach to the meta tag */ | ||
attributes: Record<string, string> | null | undefined; | ||
attributes?: Record<string, string> | null | undefined; | ||
} | ||
@@ -10,0 +10,0 @@ export interface SeoTitleTag { |
@@ -5,5 +5,5 @@ export interface TitleMetaLinkTag { | ||
/** the inner content of the meta tag */ | ||
content: string | null | undefined; | ||
content?: string | null | undefined; | ||
/** the HTML attributes to attach to the meta tag */ | ||
attributes: Record<string, string> | null | undefined; | ||
attributes?: Record<string, string> | null | undefined; | ||
} | ||
@@ -10,0 +10,0 @@ export interface SeoTitleTag { |
{ | ||
"name": "react-datocms", | ||
"version": "3.0.13", | ||
"version": "3.0.14", | ||
"types": "dist/types/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is not supported yet
308717