myst-common
Advanced tools
Comparing version 0.0.3 to 0.0.4
export { toText, fileError, fileWarn, fileInfo, createId, normalizeLabel, createHtmlId, liftChildren, setTextAsChild, copyNode, } from './utils'; | ||
export { selectBlockParts, extractPart } from './extractParts'; |
export { toText, fileError, fileWarn, fileInfo, createId, normalizeLabel, createHtmlId, liftChildren, setTextAsChild, copyNode, } from './utils'; | ||
export { selectBlockParts, extractPart } from './extractParts'; | ||
export type { MessageInfo } from './utils'; |
{ | ||
"name": "myst-common", | ||
"type": "module", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "./dist/esm/index.js", | ||
@@ -11,7 +11,2 @@ "module": "./dist/esm/index.js", | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -30,5 +25,5 @@ "scripts": { | ||
"dependencies": { | ||
"nanoid": "^4.0.0", | ||
"mdast": "^3.0.0", | ||
"myst-spec": "^0.0.4", | ||
"nanoid": "^4.0.0", | ||
"unist-util-map": "^3.0.0", | ||
@@ -35,0 +30,0 @@ "vfile": "^5.0.0", |
8940
8
175