myst-frontmatter
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -10,3 +10,4 @@ import type { TOC } from 'myst-toc'; | ||
md = "md", | ||
meca = "meca" | ||
meca = "meca", | ||
cff = "cff" | ||
} | ||
@@ -13,0 +14,0 @@ export type ExportArticle = { |
@@ -11,2 +11,3 @@ export var ExportFormats; | ||
ExportFormats["meca"] = "meca"; | ||
ExportFormats["cff"] = "cff"; | ||
})(ExportFormats || (ExportFormats = {})); |
@@ -47,2 +47,3 @@ import { defined, incrementOptions, validateBoolean, validateChoice, validateEnum, validateList, validateNumber, validateObjectKeys, validateString, validationError, } from 'simple-validators'; | ||
'.typst': ExportFormats.typst, | ||
'.cff': ExportFormats.cff, | ||
}; | ||
@@ -49,0 +50,0 @@ export const RESERVED_EXPORT_KEYS = [ |
{ | ||
"name": "myst-frontmatter", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
220522
5567