fumadocs-core 15.6.0 → 15.6.1

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.
@@ -281,7 +281,7 @@ function createI18nSearchAPI(type, options) {
281
281
  return createEndpoint({
282
282
  async export() {
283
283
  const map = await get;
284
- const entries = Object.entries(map).map(async ([k, v]) => [
284
+ const entries = Array.from(map.entries()).map(async ([k, v]) => [
285
285
  k,
286
286
  await v.export()
287
287
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "15.6.0",
3
+ "version": "15.6.1",
4
4
  "description": "The library for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",