@readme/markdown 13.8.1 → 13.8.3

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,13 +1,3 @@
1
1
  import type { Plugin } from 'unified';
2
- /**
3
- * A remark plugin that parses {user.<field>} patterns from text nodes and
4
- * mdxTextExpression nodes, creating Variable nodes for runtime resolution.
5
- *
6
- * Handles both:
7
- * - `text` nodes: when safeMode is true or after expression evaluation
8
- * - `mdxTextExpression` nodes: when mdxExpression has parsed {user.*} before evaluation
9
- *
10
- * Supports any user field: name, email, email_verified, exp, iat, etc.
11
- */
12
2
  declare const variablesTextTransformer: Plugin;
13
3
  export default variablesTextTransformer;
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": "13.8.1",
5
+ "version": "13.8.3",
6
6
  "main": "dist/main.node.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "browser": "dist/main.js",
@@ -169,7 +169,7 @@
169
169
  },
170
170
  {
171
171
  "path": "dist/main.node.js",
172
- "maxSize": "865KB"
172
+ "maxSize": "875KB"
173
173
  }
174
174
  ]
175
175
  },