fumadocs-core 16.6.13 → 16.6.15
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/content/mdx/preset-bundler.d.ts +1 -1
- package/dist/content/mdx/preset-runtime.d.ts +1 -1
- package/dist/mdx-plugins/index.d.ts +1 -1
- package/dist/mdx-plugins/remark-image.d.ts +1 -1
- package/dist/mdx-plugins/remark-image.js +1 -1
- package/dist/{remark-image-BqwuBND1.d.ts → remark-image-CP5w6VTd.d.ts} +1 -1
- package/package.json +8 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as RehypeCodeOptions } from "../../rehype-code-B-bxz1EN.js";
|
|
2
|
-
import { t as RemarkImageOptions } from "../../remark-image-
|
|
2
|
+
import { t as RemarkImageOptions } from "../../remark-image-CP5w6VTd.js";
|
|
3
3
|
import { n as StructureOptions } from "../../remark-structure-w0J2HdSr.js";
|
|
4
4
|
import { t as RemarkHeadingOptions } from "../../remark-heading-2666MLQD.js";
|
|
5
5
|
import { t as RemarkCodeTabOptions } from "../../remark-code-tab-Bmp3b54I.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as RehypeCodeOptions } from "../../rehype-code-B-bxz1EN.js";
|
|
2
|
-
import { t as RemarkImageOptions } from "../../remark-image-
|
|
2
|
+
import { t as RemarkImageOptions } from "../../remark-image-CP5w6VTd.js";
|
|
3
3
|
import { n as StructureOptions } from "../../remark-structure-w0J2HdSr.js";
|
|
4
4
|
import { t as RemarkHeadingOptions } from "../../remark-heading-2666MLQD.js";
|
|
5
5
|
import { t as RemarkCodeTabOptions } from "../../remark-code-tab-Bmp3b54I.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as remarkGfm, t as RemarkGfmOptions } from "../remark-gfm-C2GLsTxH.js";
|
|
2
2
|
import { a as CodeBlockIcon, i as transformerTab, o as transformerIcon } from "../rehype-code.core-Ck9MowQQ.js";
|
|
3
3
|
import { n as rehypeCode, r as rehypeCodeDefaultOptions, t as RehypeCodeOptions } from "../rehype-code-B-bxz1EN.js";
|
|
4
|
-
import { n as remarkImage, t as RemarkImageOptions } from "../remark-image-
|
|
4
|
+
import { n as remarkImage, t as RemarkImageOptions } from "../remark-image-CP5w6VTd.js";
|
|
5
5
|
import { a as remarkStructure, i as defaultStringifier, n as StructureOptions, o as remarkStructureDefaultOptions, r as StructuredData, s as structure, t as StringifyOptions } from "../remark-structure-w0J2HdSr.js";
|
|
6
6
|
import { n as remarkHeading, t as RemarkHeadingOptions } from "../remark-heading-2666MLQD.js";
|
|
7
7
|
import { n as remarkAdmonition, t as RemarkAdmonitionOptions } from "../remark-admonition-tbZwgvRc.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as remarkImage, t as RemarkImageOptions } from "../remark-image-
|
|
1
|
+
import { n as remarkImage, t as RemarkImageOptions } from "../remark-image-CP5w6VTd.js";
|
|
2
2
|
export { RemarkImageOptions, remarkImage };
|
|
@@ -13,7 +13,7 @@ const EXTERNAL_URL_REGEX = /^https?:\/\//;
|
|
|
13
13
|
/**
|
|
14
14
|
* Turn images into Next.js Image compatible usage.
|
|
15
15
|
*/
|
|
16
|
-
function remarkImage({ placeholder = "
|
|
16
|
+
function remarkImage({ placeholder = "none", external = true, useImport = true, onError = "error", publicDir = path$1.join(process.cwd(), "public") } = {}) {
|
|
17
17
|
return async (tree, file) => {
|
|
18
18
|
const importsToInject = [];
|
|
19
19
|
const promises = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-core",
|
|
3
|
-
"version": "16.6.
|
|
3
|
+
"version": "16.6.15",
|
|
4
4
|
"description": "The React.js library for building a documentation website",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@formatjs/intl-localematcher": "^0.8.1",
|
|
120
120
|
"@orama/orama": "^3.1.18",
|
|
121
|
-
"@shikijs/rehype": "^4.0.
|
|
122
|
-
"@shikijs/transformers": "^4.0.
|
|
121
|
+
"@shikijs/rehype": "^4.0.2",
|
|
122
|
+
"@shikijs/transformers": "^4.0.2",
|
|
123
123
|
"estree-util-value-to-estree": "^3.5.0",
|
|
124
124
|
"github-slugger": "^2.0.0",
|
|
125
125
|
"hast-util-to-estree": "^3.1.3",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"remark-gfm": "^4.0.1",
|
|
135
135
|
"remark-rehype": "^11.1.2",
|
|
136
136
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
137
|
-
"shiki": "^4.0.
|
|
137
|
+
"shiki": "^4.0.2",
|
|
138
138
|
"tinyglobby": "^0.2.15",
|
|
139
139
|
"unified": "^11.0.5",
|
|
140
140
|
"unist-util-visit": "^5.1.0",
|
|
@@ -145,16 +145,15 @@
|
|
|
145
145
|
"@mixedbread/sdk": "^0.57.0",
|
|
146
146
|
"@orama/core": "^1.2.19",
|
|
147
147
|
"@oramacloud/client": "^2.1.4",
|
|
148
|
-
"@tanstack/react-router": "1.166.
|
|
148
|
+
"@tanstack/react-router": "1.166.7",
|
|
149
149
|
"@types/estree-jsx": "^1.0.5",
|
|
150
|
-
"@types/flexsearch": "^0.7.42",
|
|
151
150
|
"@types/hast": "^3.0.4",
|
|
152
151
|
"@types/mdast": "^4.0.4",
|
|
153
152
|
"@types/negotiator": "^0.6.4",
|
|
154
|
-
"@types/node": "25.
|
|
153
|
+
"@types/node": "25.4.0",
|
|
155
154
|
"@types/react": "^19.2.14",
|
|
156
155
|
"@types/react-dom": "^19.2.3",
|
|
157
|
-
"algoliasearch": "5.49.
|
|
156
|
+
"algoliasearch": "5.49.2",
|
|
158
157
|
"flexsearch": "^0.8.212",
|
|
159
158
|
"lucide-react": "^0.577.0",
|
|
160
159
|
"next": "16.1.6",
|
|
@@ -162,7 +161,7 @@
|
|
|
162
161
|
"remark-directive": "^4.0.0",
|
|
163
162
|
"remark-mdx": "^3.1.1",
|
|
164
163
|
"remove-markdown": "^0.6.3",
|
|
165
|
-
"tsdown": "0.21.
|
|
164
|
+
"tsdown": "0.21.1",
|
|
166
165
|
"typescript": "^5.9.3",
|
|
167
166
|
"waku": "1.0.0-alpha.5",
|
|
168
167
|
"zod": "^4.3.6",
|