fix: bump version and add toPlainText export

This commit is contained in:
Shibo Lyu 2025-03-17 01:30:08 +08:00
parent 598ed931e0
commit 23bd666a6e
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@blah/core",
"version": "0.4.2",
"version": "0.4.3",
"exports": {
"./crypto": "./crypto/mod.ts",
"./identity": "./identity/mod.ts",

View file

@ -31,3 +31,5 @@ import {
} from "./richText.ts";
const blahRichTextSchema: z.ZodType<BlahRichText> = internalBlahRichTextSchema;
export { type BlahRichText, blahRichTextSchema };
export * from "./toPlainText.ts";