fumadocs-core 11.0.3 → 11.0.4

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.
Files changed (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "11.0.3",
3
+ "version": "11.0.4",
4
4
  "description": "The library for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -28,6 +28,10 @@
28
28
  "import": "./dist/search/client.js",
29
29
  "types": "./dist/search/client.d.ts"
30
30
  },
31
+ "./search/shared": {
32
+ "import": "./dist/search/shared.js",
33
+ "types": "./dist/search/shared.d.ts"
34
+ },
31
35
  "./search/server": {
32
36
  "import": "./dist/search/server.js",
33
37
  "types": "./dist/search/server.d.ts"
@@ -128,6 +132,7 @@
128
132
  "devDependencies": {
129
133
  "@algolia/client-search": "^4.23.3",
130
134
  "@mdx-js/mdx": "^3.0.1",
135
+ "@types/estree-jsx": "^1.0.5",
131
136
  "@types/flexsearch": "0.7.6",
132
137
  "@types/hast": "^3.0.4",
133
138
  "@types/mdast": "^4.0.3",