fumadocs-mdx 14.0.3 → 14.1.0
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/{build-mdx-W3233QBZ.js → build-mdx-RXJZQXGA.js} +2 -2
- package/dist/bun/index.d.ts +2 -2
- package/dist/bun/index.js +9 -9
- package/dist/{chunk-KOPLIEVQ.js → chunk-7W73RILB.js} +2 -1
- package/dist/{chunk-LPX7ZO66.js → chunk-DTFUANSF.js} +1 -1
- package/dist/{chunk-Q5OSGLJL.js → chunk-K7N6GD4M.js} +1 -1
- package/dist/{chunk-6RPNS75C.js → chunk-OLD35ARB.js} +43 -31
- package/dist/{chunk-WBIHDYMN.js → chunk-PW2AZGGD.js} +3 -4
- package/dist/{chunk-USWQVJWR.js → chunk-T6G5VOED.js} +21 -12
- package/dist/{chunk-DKA3EWZH.js → chunk-VITVHHR6.js} +88 -84
- package/dist/{chunk-GB4W3YCZ.js → chunk-VKSHE52K.js} +85 -35
- package/dist/{chunk-OLL7FM7W.js → chunk-WAAWFNDX.js} +18 -20
- package/dist/{chunk-FBLMK4RS.js → chunk-Y7ISNZ7X.js} +22 -16
- package/dist/{chunk-TYJDYTKH.js → chunk-ZAYZWFWP.js} +10 -6
- package/dist/config/index.d.ts +2 -2
- package/dist/config/index.js +6 -5
- package/dist/{core-C3QZSdEx.d.ts → core-X5ggQtBM.d.ts} +50 -41
- package/dist/index-BqkSNsGO.d.ts +8 -0
- package/dist/index.d.ts +2 -2
- package/dist/{load-from-file-OZ5N7DXU.js → load-from-file-FHW724YY.js} +2 -2
- package/dist/next/index.cjs +253 -202
- package/dist/next/index.d.ts +2 -2
- package/dist/next/index.js +22 -37
- package/dist/node/loader.js +5 -5
- package/dist/plugins/index-file.d.ts +2 -2
- package/dist/plugins/index-file.js +2 -2
- package/dist/plugins/json-schema.d.ts +2 -2
- package/dist/plugins/json-schema.js +4 -7
- package/dist/plugins/last-modified.d.ts +3 -3
- package/dist/plugins/last-modified.js +23 -15
- package/dist/runtime/browser.d.ts +2 -2
- package/dist/runtime/dynamic.d.ts +2 -2
- package/dist/runtime/dynamic.js +7 -7
- package/dist/runtime/server.d.ts +2 -2
- package/dist/vite/index.d.ts +2 -2
- package/dist/vite/index.js +19 -21
- package/dist/webpack/mdx.d.ts +1 -15
- package/dist/webpack/mdx.js +5 -5
- package/dist/webpack/meta.d.ts +1 -15
- package/dist/webpack/meta.js +5 -5
- package/package.json +13 -14
- package/dist/index-DG1I0CwF.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-mdx",
|
|
3
|
-
"version": "14.0
|
|
3
|
+
"version": "14.1.0",
|
|
4
4
|
"description": "The built-in source for Fumadocs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -59,11 +59,10 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@mdx-js/mdx": "^3.1.1",
|
|
61
61
|
"@standard-schema/spec": "^1.0.0",
|
|
62
|
-
"chokidar": "^
|
|
63
|
-
"esbuild": "^0.27.
|
|
62
|
+
"chokidar": "^5.0.0",
|
|
63
|
+
"esbuild": "^0.27.1",
|
|
64
64
|
"estree-util-value-to-estree": "^3.5.0",
|
|
65
65
|
"js-yaml": "^4.1.1",
|
|
66
|
-
"lru-cache": "^11.2.2",
|
|
67
66
|
"mdast-util-to-markdown": "^2.1.2",
|
|
68
67
|
"picocolors": "^1.1.1",
|
|
69
68
|
"picomatch": "^4.0.3",
|
|
@@ -74,30 +73,30 @@
|
|
|
74
73
|
"unist-util-remove-position": "^5.0.0",
|
|
75
74
|
"unist-util-visit": "^5.0.0",
|
|
76
75
|
"vfile": "^6.0.3",
|
|
77
|
-
"zod": "^4.1.
|
|
76
|
+
"zod": "^4.1.13"
|
|
78
77
|
},
|
|
79
78
|
"devDependencies": {
|
|
80
|
-
"@types/bun": "^1.3.
|
|
79
|
+
"@types/bun": "^1.3.3",
|
|
81
80
|
"@types/js-yaml": "^4.0.9",
|
|
82
81
|
"@types/mdast": "^4.0.4",
|
|
83
82
|
"@types/mdx": "^2.0.13",
|
|
84
83
|
"@types/node": "^24.10.1",
|
|
85
84
|
"@types/picomatch": "^4.0.2",
|
|
86
|
-
"@types/react": "^19.2.
|
|
87
|
-
"astro": "^5.
|
|
85
|
+
"@types/react": "^19.2.7",
|
|
86
|
+
"astro": "^5.16.4",
|
|
88
87
|
"mdast-util-directive": "^3.1.0",
|
|
89
88
|
"mdast-util-mdx-jsx": "^3.2.0",
|
|
90
|
-
"next": "16.0.
|
|
91
|
-
"react": "^19.2.
|
|
89
|
+
"next": "16.0.7",
|
|
90
|
+
"react": "^19.2.1",
|
|
92
91
|
"remark": "^15.0.1",
|
|
93
92
|
"remark-directive": "^4.0.0",
|
|
94
93
|
"remark-stringify": "^11.0.0",
|
|
95
|
-
"rollup": "^4.53.
|
|
96
|
-
"vite": "^7.2.
|
|
97
|
-
"webpack": "^5.
|
|
94
|
+
"rollup": "^4.53.3",
|
|
95
|
+
"vite": "^7.2.6",
|
|
96
|
+
"webpack": "^5.103.0",
|
|
98
97
|
"@fumadocs/mdx-remote": "1.4.3",
|
|
99
98
|
"eslint-config-custom": "0.0.0",
|
|
100
|
-
"fumadocs-core": "16.
|
|
99
|
+
"fumadocs-core": "16.2.3",
|
|
101
100
|
"tsconfig": "0.0.0"
|
|
102
101
|
},
|
|
103
102
|
"peerDependencies": {
|