@readme/markdown 9.1.3 → 9.1.4
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.
- package/dist/main.js +1 -0
- package/dist/main.node.js +1 -0
- package/dist/main.node.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -70626,6 +70626,7 @@ const handleMissingComponents = ({ components, missingComponents }) => tree => {
|
|
|
70626
70626
|
...Object.keys(components),
|
|
70627
70627
|
...Object.values(components).flatMap(doc => getExports(lib_mdast(doc))),
|
|
70628
70628
|
'Variable',
|
|
70629
|
+
'TutorialTile',
|
|
70629
70630
|
]);
|
|
70630
70631
|
visit(tree, isMDXElement, (node, index, parent) => {
|
|
70631
70632
|
if (allComponents.has(node.name) || node.name.match(/^[a-z]/))
|
package/dist/main.node.js
CHANGED
|
@@ -75218,6 +75218,7 @@ const handleMissingComponents = ({ components, missingComponents }) => tree => {
|
|
|
75218
75218
|
...Object.keys(components),
|
|
75219
75219
|
...Object.values(components).flatMap(doc => getExports(lib_mdast(doc))),
|
|
75220
75220
|
'Variable',
|
|
75221
|
+
'TutorialTile',
|
|
75221
75222
|
]);
|
|
75222
75223
|
visit(tree, isMDXElement, (node, index, parent) => {
|
|
75223
75224
|
if (allComponents.has(node.name) || node.name.match(/^[a-z]/))
|