myst-common
Advanced tools
Comparing version 1.1.11 to 1.1.12
import type { Plugin } from 'unified'; | ||
import type { Node } from 'myst-spec'; | ||
import type { Node, Directive, Role } from 'myst-spec'; | ||
import type { VFile } from 'vfile'; | ||
@@ -50,2 +50,3 @@ export type GenericNode<T extends Record<string, any> = Record<string, any>> = { | ||
name: string; | ||
node: Directive; | ||
arg?: ParseTypes; | ||
@@ -57,2 +58,3 @@ options?: Record<string, ParseTypes>; | ||
name: string; | ||
node: Role; | ||
body?: ParseTypes; | ||
@@ -59,0 +61,0 @@ }; |
{ | ||
"name": "myst-common", | ||
"sideEffects": false, | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
36610
654