@dogsbay/format-mdx 0.2.0-beta.50 → 0.2.0-beta.51
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dogsbay/format-mdx",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.51",
|
|
4
4
|
"description": "MDX format plugin for Dogsbay — import MDX/markdown with component syntax via TreeNode[]",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"markdown-it": "^14.1.0",
|
|
31
31
|
"yaml": "^2.8.3",
|
|
32
|
-
"@dogsbay/types": "0.2.0-beta.
|
|
32
|
+
"@dogsbay/types": "0.2.0-beta.51"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|