myst-common
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -9,2 +9,3 @@ export declare enum TemplateKind { | ||
string = "string", | ||
number = "number", | ||
choice = "choice", | ||
@@ -11,0 +12,0 @@ file = "file" |
@@ -11,4 +11,5 @@ export var TemplateKind; | ||
TemplateOptionType["string"] = "string"; | ||
TemplateOptionType["number"] = "number"; | ||
TemplateOptionType["choice"] = "choice"; | ||
TemplateOptionType["file"] = "file"; | ||
})(TemplateOptionType || (TemplateOptionType = {})); |
@@ -106,2 +106,3 @@ import type { Plugin } from 'unified'; | ||
equation = "equation", | ||
subequation = "subequation", | ||
figure = "figure", | ||
@@ -108,0 +109,0 @@ table = "table", |
@@ -18,2 +18,3 @@ export var NotebookCell; | ||
TargetKind["equation"] = "equation"; | ||
TargetKind["subequation"] = "subequation"; | ||
TargetKind["figure"] = "figure"; | ||
@@ -20,0 +21,0 @@ TargetKind["table"] = "table"; |
{ | ||
"name": "myst-common", | ||
"sideEffects": false, | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36485
652