myst-common
Advanced tools
Comparing version 1.1.15 to 1.1.16
export { admonitionKindToTitle, toText, fileError, fileWarn, fileInfo, createId, normalizeLabel, createHtmlId, liftChildren, setTextAsChild, copyNode, mergeTextNodes, writeTexLabelledComment, } from './utils.js'; | ||
export { plural } from './plural.js'; | ||
export { selectBlockParts, extractPart } from './extractParts.js'; | ||
@@ -3,0 +4,0 @@ export { RuleId } from './ruleids.js'; |
export { admonitionKindToTitle, toText, fileError, fileWarn, fileInfo, createId, normalizeLabel, createHtmlId, liftChildren, setTextAsChild, copyNode, mergeTextNodes, writeTexLabelledComment, } from './utils.js'; | ||
export { plural } from './plural.js'; | ||
export { selectBlockParts, extractPart } from './extractParts.js'; | ||
@@ -3,0 +4,0 @@ export { RuleId } from './ruleids.js'; |
{ | ||
"name": "myst-common", | ||
"sideEffects": false, | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"type": "module", | ||
@@ -23,3 +23,3 @@ "exports": "./dist/index.js", | ||
"mdast": "^3.0.0", | ||
"myst-frontmatter": "^1.1.15", | ||
"myst-frontmatter": "^1.1.16", | ||
"myst-spec": "^0.0.4", | ||
@@ -26,0 +26,0 @@ "nanoid": "^4.0.0", |
Sorry, the diff of this file is not supported yet
40192
23
737
Updatedmyst-frontmatter@^1.1.16