mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 08:11:10 +00:00
fix: bump version and add toPlainText export
This commit is contained in:
parent
598ed931e0
commit
23bd666a6e
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@blah/core",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"exports": {
|
||||
"./crypto": "./crypto/mod.ts",
|
||||
"./identity": "./identity/mod.ts",
|
||||
|
|
|
@ -31,3 +31,5 @@ import {
|
|||
} from "./richText.ts";
|
||||
const blahRichTextSchema: z.ZodType<BlahRichText> = internalBlahRichTextSchema;
|
||||
export { type BlahRichText, blahRichTextSchema };
|
||||
|
||||
export * from "./toPlainText.ts";
|
||||
|
|
Loading…
Add table
Reference in a new issue