fumadocs-core 11.0.2 → 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.
- package/package.json +9 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-core",
|
|
3
|
-
"version": "11.0.
|
|
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,15 +132,16 @@
|
|
|
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",
|
|
134
139
|
"@types/negotiator": "^0.6.3",
|
|
135
140
|
"@types/node": "18.17.5",
|
|
136
|
-
"@types/react": "^18.
|
|
137
|
-
"@types/react-dom": "^18.
|
|
141
|
+
"@types/react": "^18.3.1",
|
|
142
|
+
"@types/react-dom": "^18.3.0",
|
|
138
143
|
"algoliasearch": "^4.23.3",
|
|
139
|
-
"next": "^14.2.
|
|
144
|
+
"next": "^14.2.3",
|
|
140
145
|
"unified": "^11.0.4",
|
|
141
146
|
"eslint-config-custom": "0.0.0",
|
|
142
147
|
"tsconfig": "0.0.0"
|