fumadocs-core 16.0.8 → 16.0.9

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.
@@ -1,3 +1,6 @@
1
+ import {
2
+ default as default2
3
+ } from "../chunk-ONG4RVCR.js";
1
4
  import {
2
5
  remarkImage
3
6
  } from "../chunk-VW3XKOZZ.js";
@@ -36,9 +39,6 @@ import {
36
39
  generateCodeBlockTabs,
37
40
  parseCodeBlockAttributes
38
41
  } from "../chunk-TWIDBWFG.js";
39
- import {
40
- default as default2
41
- } from "../chunk-ONG4RVCR.js";
42
42
  import "../chunk-XN2LKXFZ.js";
43
43
  import {
44
44
  remarkHeading
@@ -55,7 +55,6 @@ async function searchDocs(query, options) {
55
55
  ...extraParams?.where
56
56
  }),
57
57
  groupBy: {
58
- // TODO: this was causing error on number of group variants
59
58
  properties: ["page_id"],
60
59
  max_results: 7,
61
60
  ...extraParams?.groupBy
@@ -66,7 +66,7 @@ function useDocsSearch(clientOptions) {
66
66
  return searchDocs(debouncedValue, client);
67
67
  }
68
68
  if (client.type === "orama-cloud") {
69
- const { searchDocs } = await import("../orama-cloud-WEGQE5A6.js");
69
+ const { searchDocs } = await import("../orama-cloud-UZAPMPFV.js");
70
70
  return searchDocs(debouncedValue, client);
71
71
  }
72
72
  if (client.type === "static") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "16.0.8",
3
+ "version": "16.0.9",
4
4
  "description": "The library for building a documentation website in any React.js framework",
5
5
  "keywords": [
6
6
  "Fumadocs",