fumadocs-core 15.5.4 → 15.5.5

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.
@@ -259,7 +259,7 @@ var FileSystem = class {
259
259
  const segment = segments.slice(0, i + 1).join("/");
260
260
  if (this.folders.has(segment)) continue;
261
261
  this.folders.set(segment, []);
262
- this.readDir(dirname(segment))?.push(path);
262
+ this.folders.get(dirname(segment)).push(segment);
263
263
  }
264
264
  }
265
265
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "15.5.4",
3
+ "version": "15.5.5",
4
4
  "description": "The library for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -86,7 +86,7 @@
86
86
  ],
87
87
  "dependencies": {
88
88
  "@formatjs/intl-localematcher": "^0.6.1",
89
- "@orama/orama": "^3.1.6",
89
+ "@orama/orama": "^3.1.9",
90
90
  "@shikijs/rehype": "^3.7.0",
91
91
  "@shikijs/transformers": "^3.7.0",
92
92
  "github-slugger": "^2.0.0",
@@ -105,7 +105,7 @@
105
105
  "devDependencies": {
106
106
  "@mdx-js/mdx": "^3.1.0",
107
107
  "@oramacloud/client": "^2.1.4",
108
- "@tanstack/react-router": "^1.121.27",
108
+ "@tanstack/react-router": "^1.121.34",
109
109
  "@types/estree-jsx": "^1.0.5",
110
110
  "@types/hast": "^3.0.4",
111
111
  "@types/mdast": "^4.0.3",