diff --git a/deno.json b/deno.json index 4076058..fa376a9 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@blah/core", - "version": "0.4.2", + "version": "0.4.3", "exports": { "./crypto": "./crypto/mod.ts", "./identity": "./identity/mod.ts", diff --git a/richText/mod.ts b/richText/mod.ts index 6c9f234..491c7b3 100644 --- a/richText/mod.ts +++ b/richText/mod.ts @@ -31,3 +31,5 @@ import { } from "./richText.ts"; const blahRichTextSchema: z.ZodType = internalBlahRichTextSchema; export { type BlahRichText, blahRichTextSchema }; + +export * from "./toPlainText.ts";