@readme/markdown 6.75.0-beta.61 → 6.75.0-beta.62

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 CHANGED
@@ -65869,6 +65869,7 @@ const variables = () => tree => {
65869
65869
  },
65870
65870
  ],
65871
65871
  children: [],
65872
+ position: node.position,
65872
65873
  };
65873
65874
  parent.children.splice(index, 1, variable);
65874
65875
  });
package/dist/main.node.js CHANGED
@@ -67322,6 +67322,7 @@ const variables = () => tree => {
67322
67322
  },
67323
67323
  ],
67324
67324
  children: [],
67325
+ position: node.position,
67325
67326
  };
67326
67327
  parent.children.splice(index, 1, variable);
67327
67328
  });
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": "6.75.0-beta.61",
5
+ "version": "6.75.0-beta.62",
6
6
  "main": "dist/main.node.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "browser": "dist/main.js",