@dogsbay/format-docusaurus 0.2.0-beta.89 → 0.2.0-beta.91
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dogsbay/format-docusaurus",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.91",
|
|
4
4
|
"description": "Generic Docusaurus importer for Dogsbay — converts standard Docusaurus docs (config instances, sidebars, MDX with Tabs/admonitions/CodeBlock) into TreeNode[]. Site-specific extensions live in injected adapter packages.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"gray-matter": "^4.0.3",
|
|
16
16
|
"markdown-it": "^14.1.0",
|
|
17
|
-
"@dogsbay/
|
|
18
|
-
"@dogsbay/
|
|
17
|
+
"@dogsbay/types": "0.2.0-beta.91",
|
|
18
|
+
"@dogsbay/markdown-it-mdx-jsx": "0.2.0-beta.91"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/markdown-it": "^14.1.2",
|