@valbuild/core 0.31.0 → 0.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ export type { LinkSource } from "./source/link.js";
|
|
6
6
|
export type { ValModule, SerializedModule } from "./module.js";
|
7
7
|
export type { SourceObject, SourcePrimitive, Source } from "./source/index.js";
|
8
8
|
export type { FileSource } from "./source/file.js";
|
9
|
+
export type { RawString } from "./schema/string.js";
|
9
10
|
export type { AnyRichTextOptions, Bold, Classes, HeadingNode, ImageNode, Italic, LineThrough, ListItemNode, LinkNode, OrderedListNode, ParagraphNode, BrNode, RichText, RichTextNode, RichTextOptions, RichTextSource, RootNode, SpanNode, UnorderedListNode, } from "./source/richtext.js";
|
10
11
|
export { type Val, type SerializedVal, type ModuleId, type ModulePath, type SourcePath, type JsonOfSource, } from "./val/index.js";
|
11
12
|
export type { Json, JsonPrimitive, JsonArray, JsonObject } from "./Json.js";
|