@meowdown/markdown 0.54.0 → 0.55.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -78,4 +78,4 @@ declare const gfmBlockOnlyParser: MarkdownParser;
78
78
  */
79
79
  declare function isSpaceChar(char: number): boolean;
80
80
  //#endregion
81
- export { type InlineElement, LEZER_NODE_IDS, type MarkdownParser, type SyntaxNode, type Tree, type TreeCursor, collectInlineElements, getAutolinkHref, gfmBlockOnlyParser, gfmParser, isSpaceChar, parseInline };
81
+ export { type InlineElement, LEZER_NODE_IDS, type LezerNodeName, type MarkdownParser, type SyntaxNode, type Tree, type TreeCursor, collectInlineElements, getAutolinkHref, gfmBlockOnlyParser, gfmParser, isSpaceChar, parseInline };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meowdown/markdown",
3
3
  "type": "module",
4
- "version": "0.54.0",
4
+ "version": "0.55.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",