myst-frontmatter
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -547,4 +547,4 @@ import { doi } from 'doi-utils'; | ||
if (defined(value.sub_articles)) { | ||
if (output.format !== ExportFormats.xml && output.format !== ExportFormats.meca) { | ||
validationError("sub_articles are only supported for exports of formats 'jats' or 'meca'", opts); | ||
if (output.format !== ExportFormats.xml) { | ||
validationError("sub_articles are only supported for exports of format 'jats'", opts); | ||
} | ||
@@ -551,0 +551,0 @@ else { |
{ | ||
"name": "myst-frontmatter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
101621