fumadocs-mdx 8.2.2 → 8.2.3

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/config.d.mts CHANGED
@@ -111,7 +111,7 @@ declare const createMDX: ({ mdxOptions, cwd, rootMapPath, rootContentPath, build
111
111
  relay?: {
112
112
  src: string;
113
113
  artifactDirectory?: string | undefined;
114
- language?: "typescript" | "javascript" | "flow" | undefined;
114
+ language?: "flow" | "typescript" | "javascript" | undefined;
115
115
  eagerEsModules?: boolean | undefined;
116
116
  } | undefined;
117
117
  removeConsole?: boolean | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-mdx",
3
- "version": "8.2.2",
3
+ "version": "8.2.3",
4
4
  "description": "The built-in source for Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -43,7 +43,7 @@
43
43
  "fast-glob": "^3.3.1",
44
44
  "gray-matter": "^4.0.3",
45
45
  "zod": "^3.22.4",
46
- "fumadocs-core": "10.0.3"
46
+ "fumadocs-core": "10.0.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/cross-spawn": "^6.0.6",