create-fumadocs-app 16.0.20 → 16.0.22

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/dist/bin.js CHANGED
@@ -3,11 +3,11 @@ import {
3
3
  create,
4
4
  getPackageManager,
5
5
  managers
6
- } from "./chunk-JCZOXYPI.js";
6
+ } from "./chunk-UVBASIXB.js";
7
7
  import {
8
8
  isCI,
9
9
  templates
10
- } from "./chunk-U2OFBAHA.js";
10
+ } from "./chunk-6AIQVXT6.js";
11
11
 
12
12
  // src/bin.ts
13
13
  import fs from "fs/promises";
@@ -94,12 +94,12 @@ import { fileURLToPath } from "url";
94
94
  // ../create-app-versions/package.json
95
95
  var package_default = {
96
96
  name: "create-fumadocs-versions",
97
- version: "16.0.20",
97
+ version: "16.0.22",
98
98
  private: true,
99
99
  description: "Used to track dependency versions in create-fumadocs-app",
100
100
  dependencies: {
101
- "@biomejs/biome": "^2.3.5",
102
- "@eslint/eslintrc": "^3.3.1",
101
+ "@biomejs/biome": "^2.3.8",
102
+ "@eslint/eslintrc": "^3.3.3",
103
103
  "@orama/core": "^1.2.13",
104
104
  eslint: "^9.39.1",
105
105
  "fumadocs-core": "workspace:*",
@@ -109,10 +109,10 @@ var package_default = {
109
109
  };
110
110
 
111
111
  // ../core/package.json
112
- var version = "16.2.0";
112
+ var version = "16.2.2";
113
113
 
114
114
  // ../ui/package.json
115
- var version2 = "16.2.0";
115
+ var version2 = "16.2.2";
116
116
 
117
117
  // ../mdx/package.json
118
118
  var version3 = "14.0.4";
@@ -4,7 +4,7 @@ import {
4
4
  sourceDir,
5
5
  templates,
6
6
  tryGitInit
7
- } from "./chunk-U2OFBAHA.js";
7
+ } from "./chunk-6AIQVXT6.js";
8
8
 
9
9
  // src/index.ts
10
10
  import path from "path";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-JCZOXYPI.js";
4
- import "./chunk-U2OFBAHA.js";
3
+ } from "./chunk-UVBASIXB.js";
4
+ import "./chunk-6AIQVXT6.js";
5
5
  export {
6
6
  create
7
7
  };
@@ -8,7 +8,7 @@ import {
8
8
  depVersions,
9
9
  pick,
10
10
  writeFile
11
- } from "../chunk-U2OFBAHA.js";
11
+ } from "../chunk-6AIQVXT6.js";
12
12
 
13
13
  // src/plugins/biome.ts
14
14
  import path from "path";
@@ -2,7 +2,7 @@ import {
2
2
  depVersions,
3
3
  pick,
4
4
  writeFile
5
- } from "../chunk-U2OFBAHA.js";
5
+ } from "../chunk-6AIQVXT6.js";
6
6
 
7
7
  // src/plugins/eslint.ts
8
8
  import path from "path";
@@ -4,7 +4,7 @@ import {
4
4
  pick,
5
5
  sourceDir,
6
6
  writeFile
7
- } from "../chunk-U2OFBAHA.js";
7
+ } from "../chunk-6AIQVXT6.js";
8
8
 
9
9
  // src/plugins/orama-cloud.ts
10
10
  import path2 from "path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumadocs-app",
3
- "version": "16.0.20",
3
+ "version": "16.0.22",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "react",
@@ -14,13 +14,11 @@ export async function GET(
14
14
  if (!page) notFound();
15
15
 
16
16
  return new ImageResponse(
17
- (
18
- <DefaultImage
19
- title={page.data.title}
20
- description={page.data.description}
21
- site="My App"
22
- />
23
- ),
17
+ <DefaultImage
18
+ title={page.data.title}
19
+ description={page.data.description}
20
+ site="My App"
21
+ />,
24
22
  {
25
23
  width: 1200,
26
24
  height: 630,