@readme/markdown 11.5.0 → 11.5.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.
@@ -1,4 +1,8 @@
1
- import type { Root } from 'mdast';
1
+ import type { LinkReference, Root } from 'mdast';
2
2
  import type { Plugin } from 'unified';
3
- declare const migrateLinkReferences: Plugin<[], Root>;
3
+ declare const migrateLinkReferences: Plugin<[{
4
+ rdmd: {
5
+ md: (node: LinkReference) => string;
6
+ };
7
+ }], Root>;
4
8
  export default migrateLinkReferences;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@readme/markdown",
3
3
  "description": "ReadMe's React-based Markdown parser",
4
4
  "author": "Rafe Goldberg <rafe@readme.io>",
5
- "version": "11.5.0",
5
+ "version": "11.5.1",
6
6
  "main": "dist/main.node.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "browser": "dist/main.js",