fumadocs-core 15.8.0 → 15.8.2

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 CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "15.8.0",
4
- "description": "The library for building a documentation website in Next.js",
3
+ "version": "15.8.2",
4
+ "description": "The library for building a documentation website in any React.js framework",
5
5
  "keywords": [
6
- "NextJs",
6
+ "Fumadocs",
7
7
  "Docs"
8
8
  ],
9
- "homepage": "https://fumadocs.vercel.app",
9
+ "homepage": "https://fumadocs.dev",
10
10
  "repository": "github:fuma-nama/fumadocs",
11
11
  "license": "MIT",
12
12
  "author": "Fuma Nama",
@@ -28,10 +28,22 @@
28
28
  "import": "./dist/content/index.js",
29
29
  "types": "./dist/content/index.d.ts"
30
30
  },
31
+ "./content/*": {
32
+ "import": "./dist/content/*.js",
33
+ "types": "./dist/content/*.d.ts"
34
+ },
31
35
  "./hide-if-empty": {
32
36
  "import": "./dist/hide-if-empty.js",
33
37
  "types": "./dist/hide-if-empty.d.ts"
34
38
  },
39
+ "./negotiation": {
40
+ "import": "./dist/negotiation/index.js",
41
+ "types": "./dist/negotiation/index.d.ts"
42
+ },
43
+ "./page-tree": {
44
+ "import": "./dist/page-tree/index.js",
45
+ "types": "./dist/page-tree/index.d.ts"
46
+ },
35
47
  "./search": {
36
48
  "import": "./dist/search/index.js",
37
49
  "types": "./dist/search/index.d.ts"
@@ -48,6 +60,10 @@
48
60
  "import": "./dist/source/index.js",
49
61
  "types": "./dist/source/index.d.ts"
50
62
  },
63
+ "./source/*": {
64
+ "import": "./dist/source/plugins/*.js",
65
+ "types": "./dist/source/plugins/*.d.ts"
66
+ },
51
67
  "./utils/*": {
52
68
  "import": "./dist/utils/*.js",
53
69
  "types": "./dist/utils/*.d.ts"
@@ -104,6 +120,7 @@
104
120
  "image-size": "^2.0.2",
105
121
  "negotiator": "^1.0.0",
106
122
  "npm-to-yarn": "^3.0.1",
123
+ "path-to-regexp": "^8.3.0",
107
124
  "react-remove-scroll": "^2.7.1",
108
125
  "remark": "^15.0.0",
109
126
  "remark-gfm": "^4.0.1",
@@ -114,21 +131,22 @@
114
131
  },
115
132
  "devDependencies": {
116
133
  "@mdx-js/mdx": "^3.1.1",
117
- "@mixedbread/sdk": "^0.28.1",
134
+ "@mixedbread/sdk": "^0.29.0",
118
135
  "@oramacloud/client": "^2.1.4",
119
- "@tanstack/react-router": "^1.132.2",
136
+ "@tanstack/react-router": "^1.132.7",
120
137
  "@types/estree-jsx": "^1.0.5",
121
138
  "@types/hast": "^3.0.4",
122
139
  "@types/mdast": "^4.0.3",
123
140
  "@types/negotiator": "^0.6.4",
124
141
  "@types/node": "24.5.2",
125
- "@types/react": "^19.1.13",
142
+ "@types/react": "^19.1.14",
126
143
  "@types/react-dom": "^19.1.9",
127
- "algoliasearch": "5.37.0",
144
+ "algoliasearch": "5.39.0",
145
+ "lucide-react": "^0.544.0",
128
146
  "mdast-util-mdx-jsx": "^3.2.0",
129
147
  "mdast-util-mdxjs-esm": "^2.0.1",
130
148
  "next": "^15.5.4",
131
- "react-router": "^7.9.1",
149
+ "react-router": "^7.9.3",
132
150
  "remark-mdx": "^3.1.1",
133
151
  "remove-markdown": "^0.6.2",
134
152
  "typescript": "^5.9.2",
@@ -148,7 +166,8 @@
148
166
  "react": "18.x.x || 19.x.x",
149
167
  "react-dom": "18.x.x || 19.x.x",
150
168
  "react-router": "7.x.x",
151
- "waku": "^0.26.0"
169
+ "waku": "^0.26.0",
170
+ "lucide-react": "*"
152
171
  },
153
172
  "peerDependenciesMeta": {
154
173
  "@mixedbread/sdk": {
@@ -180,6 +199,9 @@
180
199
  },
181
200
  "@tanstack/react-router": {
182
201
  "optional": true
202
+ },
203
+ "lucide-react": {
204
+ "optional": true
183
205
  }
184
206
  },
185
207
  "publishConfig": {