fumadocs-mdx 11.6.2 → 11.6.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.
@@ -86,7 +86,7 @@ function defineDocs(options) {
86
86
  // @ts-expect-error -- internal type inferring
87
87
  meta: defineCollections({
88
88
  type: "meta",
89
- files: ["**/meta.{json,yaml}"],
89
+ files: ["**/*.{json,yaml}"],
90
90
  dir,
91
91
  schema: metaSchema,
92
92
  ...options?.meta
@@ -35,7 +35,7 @@ function defineDocs(options) {
35
35
  // @ts-expect-error -- internal type inferring
36
36
  meta: defineCollections({
37
37
  type: "meta",
38
- files: ["**/meta.{json,yaml}"],
38
+ files: ["**/*.{json,yaml}"],
39
39
  dir,
40
40
  schema: metaSchema,
41
41
  ...options?.meta
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-mdx",
3
- "version": "11.6.2",
3
+ "version": "11.6.3",
4
4
  "description": "The built-in source for Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -46,7 +46,7 @@
46
46
  "@standard-schema/spec": "^1.0.0",
47
47
  "chokidar": "^4.0.3",
48
48
  "cross-spawn": "^7.0.6",
49
- "esbuild": "^0.25.3",
49
+ "esbuild": "^0.25.4",
50
50
  "estree-util-value-to-estree": "^3.3.3",
51
51
  "fast-glob": "^3.3.3",
52
52
  "gray-matter": "^4.0.3",
@@ -54,22 +54,22 @@
54
54
  "lru-cache": "^11.1.0",
55
55
  "picocolors": "^1.1.1",
56
56
  "unist-util-visit": "^5.0.0",
57
- "zod": "^3.24.3"
57
+ "zod": "^3.24.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/cross-spawn": "^6.0.6",
61
61
  "@types/js-yaml": "^4.0.9",
62
62
  "@types/mdast": "^4.0.3",
63
63
  "@types/mdx": "^2.0.13",
64
- "@types/react": "^19.1.2",
64
+ "@types/react": "^19.1.3",
65
65
  "mdast-util-mdx-jsx": "^3.2.0",
66
66
  "next": "^15.3.1",
67
67
  "unified": "^11.0.5",
68
68
  "vfile": "^6.0.3",
69
- "webpack": "^5.99.7",
69
+ "webpack": "^5.99.8",
70
70
  "@fumadocs/mdx-remote": "1.3.0",
71
71
  "eslint-config-custom": "0.0.0",
72
- "fumadocs-core": "15.2.13",
72
+ "fumadocs-core": "15.3.0",
73
73
  "tsconfig": "0.0.0"
74
74
  },
75
75
  "peerDependencies": {