myst-frontmatter
Advanced tools
Comparing version 1.1.30 to 1.1.31
@@ -14,5 +14,13 @@ import type { ValidationOptions } from 'simple-validators'; | ||
availability: string; | ||
dataAvailability: string; | ||
'data-availability': string; | ||
quote: string; | ||
plain_language_summary: string; | ||
quote: string; | ||
'plain-language-summary': string; | ||
plainLanguageSummary: string; | ||
lay_summary: string; | ||
'lay-summary': string; | ||
keyPoints: string; | ||
key_points: string; | ||
'key-points': string; | ||
image: string; | ||
@@ -19,0 +27,0 @@ }; |
@@ -37,5 +37,13 @@ import { defined, incrementOptions, validateList, validateObject, validateString, validationError, } from 'simple-validators'; | ||
availability: 'data_availability', | ||
dataAvailability: 'data_availability', | ||
'data-availability': 'data_availability', | ||
quote: 'epigraph', | ||
plain_language_summary: 'summary', | ||
quote: 'epigraph', | ||
'plain-language-summary': 'summary', | ||
plainLanguageSummary: 'summary', | ||
lay_summary: 'summary', | ||
'lay-summary': 'summary', | ||
keyPoints: 'keypoints', | ||
key_points: 'keypoints', | ||
'key-points': 'keypoints', | ||
image: 'thumbnail', | ||
@@ -42,0 +50,0 @@ }; |
{ | ||
"name": "myst-frontmatter", | ||
"version": "1.1.30", | ||
"version": "1.1.31", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
193695
5034