create-fumadocs-app 9.0.0 → 10.0.0

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/README.md CHANGED
@@ -5,7 +5,7 @@ A CLI tool to create new Next.js documentation sites with Fumadocs.
5
5
  ```bash
6
6
  npx create-fumadocs-app
7
7
  #or
8
- pnpx create-fumadocs-app
8
+ pnpm create fumadocs-app
9
9
  #or
10
10
  yarn create fumadocs-app
11
11
  ```
@@ -5,7 +5,7 @@ import fs from "node:fs/promises";
5
5
  // ../core/package.json
6
6
  var package_default = {
7
7
  name: "fumadocs-core",
8
- version: "9.0.0",
8
+ version: "10.0.0",
9
9
  description: "The library for building a documentation website in Next.js",
10
10
  keywords: [
11
11
  "NextJs",
@@ -49,10 +49,6 @@ var package_default = {
49
49
  import: "./dist/link.js",
50
50
  types: "./dist/link.d.ts"
51
51
  },
52
- "./typescript": {
53
- import: "./dist/typescript.js",
54
- types: "./dist/typescript.d.ts"
55
- },
56
52
  "./middleware": {
57
53
  import: "./dist/middleware.js",
58
54
  types: "./dist/middleware.d.ts"
@@ -81,9 +77,6 @@ var package_default = {
81
77
  toc: [
82
78
  "./dist/toc.d.ts"
83
79
  ],
84
- typescript: [
85
- "./dist/typescript.d.ts"
86
- ],
87
80
  "search/client": [
88
81
  "./dist/search/client.d.ts"
89
82
  ],
@@ -128,8 +121,8 @@ var package_default = {
128
121
  },
129
122
  dependencies: {
130
123
  "@formatjs/intl-localematcher": "^0.5.0",
131
- "@shikijs/rehype": "1.1.5",
132
- "@shikijs/transformers": "1.1.5",
124
+ "@shikijs/rehype": "1.1.7",
125
+ "@shikijs/transformers": "1.1.7",
133
126
  flexsearch: "0.7.21",
134
127
  "github-slugger": "^2.0.0",
135
128
  "hast-util-to-estree": "^3.1.0",
@@ -139,7 +132,7 @@ var package_default = {
139
132
  "remark-gfm": "^4.0.0",
140
133
  "remark-mdx": "^3.0.0",
141
134
  "scroll-into-view-if-needed": "^3.1.0",
142
- shiki: "1.1.5",
135
+ shiki: "1.1.7",
143
136
  swr: "^2.2.2",
144
137
  "unist-util-visit": "^5.0.0"
145
138
  },
@@ -155,7 +148,7 @@ var package_default = {
155
148
  "@types/react-dom": "18.2.1",
156
149
  algoliasearch: "^4.20.0",
157
150
  "eslint-config-custom": "workspace:*",
158
- next: "14.1.0",
151
+ next: "14.1.1",
159
152
  tsconfig: "workspace:*",
160
153
  unified: "^11.0.4"
161
154
  },
@@ -172,7 +165,7 @@ var package_default = {
172
165
  // ../ui/package.json
173
166
  var package_default2 = {
174
167
  name: "fumadocs-ui",
175
- version: "9.0.0",
168
+ version: "10.0.0",
176
169
  description: "The framework for building a documentation website in Next.js",
177
170
  keywords: [
178
171
  "NextJs",
@@ -289,7 +282,7 @@ var package_default2 = {
289
282
  "@types/react-dom": "18.2.1",
290
283
  algoliasearch: "^4.20.0",
291
284
  "eslint-config-custom": "workspace:*",
292
- next: "14.1.0",
285
+ next: "14.1.1",
293
286
  postcss: "8.4.35",
294
287
  "postcss-cli": "^11.0.0",
295
288
  "postcss-lightningcss": "^1.0.0",
@@ -308,7 +301,7 @@ var package_default2 = {
308
301
  // ../mdx/package.json
309
302
  var package_default3 = {
310
303
  name: "fumadocs-mdx",
311
- version: "8.0.5",
304
+ version: "8.1.1",
312
305
  description: "The built-in source for Fumadocs",
313
306
  keywords: [
314
307
  "NextJs",
@@ -366,7 +359,7 @@ var package_default3 = {
366
359
  "@types/mdx": "^2.0.8",
367
360
  "@types/react": "18.2.0",
368
361
  "eslint-config-custom": "workspace:*",
369
- next: "14.1.0",
362
+ next: "14.1.1",
370
363
  tsconfig: "workspace:*",
371
364
  unified: "^11.0.4",
372
365
  webpack: "^5.89.0"
@@ -382,7 +375,7 @@ var package_default3 = {
382
375
  // ../contentlayer/package.json
383
376
  var package_default4 = {
384
377
  name: "fumadocs-contentlayer",
385
- version: "1.0.6",
378
+ version: "1.1.1",
386
379
  description: "The Contentlayer adapter for Fumadocs",
387
380
  keywords: [
388
381
  "NextJs",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-W5M74W3M.js";
3
+ } from "./chunk-RMRZM34T.js";
4
4
  export {
5
5
  create
6
6
  };
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  create,
4
4
  cwd,
5
5
  getPackageManager
6
- } from "./chunk-W5M74W3M.js";
6
+ } from "./chunk-RMRZM34T.js";
7
7
 
8
8
  // src/index.ts
9
9
  import { existsSync } from "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumadocs-app",
3
- "version": "9.0.0",
3
+ "version": "10.0.0",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",