fumadocs-core 15.7.5 → 15.7.6

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.
@@ -81,8 +81,8 @@ function searchPath(nodes, url) {
81
81
  }
82
82
  return false;
83
83
  }
84
- run(nodes);
85
- return items;
84
+ if (run(nodes)) return items;
85
+ return null;
86
86
  }
87
87
  export {
88
88
  getBreadcrumbItems,
@@ -1,9 +1,9 @@
1
- import {
2
- createI18nMiddleware
3
- } from "../chunk-KLUGJRZC.js";
4
1
  import {
5
2
  defineI18n
6
3
  } from "../chunk-HUTQC33E.js";
4
+ import {
5
+ createI18nMiddleware
6
+ } from "../chunk-KLUGJRZC.js";
7
7
  import "../chunk-JSBRDJBE.js";
8
8
  export {
9
9
  createI18nMiddleware,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "15.7.5",
3
+ "version": "15.7.6",
4
4
  "description": "The library for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",