fumadocs-core 15.2.12 → 15.2.13

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.
@@ -10,11 +10,11 @@ interface FileInfo {
10
10
  */
11
11
  flattenedPath: string;
12
12
  /**
13
- * Original path of file
13
+ * path of file (unparsed)
14
14
  */
15
15
  path: string;
16
16
  /**
17
- * File name without locale and extension
17
+ * File name without extension
18
18
  */
19
19
  name: string;
20
20
  /**
@@ -104,6 +104,9 @@ interface Source<Config extends SourceConfig> {
104
104
  files: VirtualFile[] | (() => VirtualFile[]);
105
105
  }
106
106
  interface Page<Data = PageData> {
107
+ /**
108
+ * Virtualized file path
109
+ */
107
110
  file: FileInfo;
108
111
  slugs: string[];
109
112
  url: string;
@@ -111,6 +114,9 @@ interface Page<Data = PageData> {
111
114
  locale?: string | undefined;
112
115
  }
113
116
  interface Meta<Data = MetaData> {
117
+ /**
118
+ * Virtualized file path
119
+ */
114
120
  file: FileInfo;
115
121
  data: Data;
116
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "15.2.12",
3
+ "version": "15.2.13",
4
4
  "description": "The library for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -97,19 +97,19 @@
97
97
  "@algolia/client-search": "4.24.0",
98
98
  "@mdx-js/mdx": "^3.1.0",
99
99
  "@oramacloud/client": "^2.1.4",
100
- "@tanstack/react-router": "^1.117.1",
100
+ "@tanstack/react-router": "^1.119.0",
101
101
  "@types/estree-jsx": "^1.0.5",
102
102
  "@types/hast": "^3.0.4",
103
103
  "@types/mdast": "^4.0.3",
104
104
  "@types/negotiator": "^0.6.3",
105
- "@types/node": "22.15.2",
105
+ "@types/node": "22.15.3",
106
106
  "@types/react": "^19.1.2",
107
- "@types/react-dom": "^19.1.2",
107
+ "@types/react-dom": "^19.1.3",
108
108
  "algoliasearch": "4.24.0",
109
109
  "mdast-util-mdx-jsx": "^3.2.0",
110
110
  "mdast-util-mdxjs-esm": "^2.0.1",
111
111
  "next": "^15.3.1",
112
- "react-router": "^7.5.2",
112
+ "react-router": "^7.5.3",
113
113
  "remark-mdx": "^3.1.0",
114
114
  "remark-rehype": "^11.1.2",
115
115
  "typescript": "^5.8.3",