create-fumadocs-app 8.1.0 → 8.1.1
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.
|
@@ -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: "8.1.
|
|
8
|
+
version: "8.1.1",
|
|
9
9
|
description: "The library for building a documentation website in Next.js",
|
|
10
10
|
keywords: [
|
|
11
11
|
"NextJs",
|
|
@@ -171,7 +171,7 @@ var package_default = {
|
|
|
171
171
|
// ../ui/package.json
|
|
172
172
|
var package_default2 = {
|
|
173
173
|
name: "fumadocs-ui",
|
|
174
|
-
version: "8.1.
|
|
174
|
+
version: "8.1.1",
|
|
175
175
|
description: "The framework for building a documentation website in Next.js",
|
|
176
176
|
keywords: [
|
|
177
177
|
"NextJs",
|
|
@@ -306,7 +306,7 @@ var package_default2 = {
|
|
|
306
306
|
// ../mdx/package.json
|
|
307
307
|
var package_default3 = {
|
|
308
308
|
name: "fumadocs-mdx",
|
|
309
|
-
version: "8.0.
|
|
309
|
+
version: "8.0.2",
|
|
310
310
|
description: "The built-in source for Fumadocs",
|
|
311
311
|
keywords: [
|
|
312
312
|
"NextJs",
|
|
@@ -380,7 +380,7 @@ var package_default3 = {
|
|
|
380
380
|
// ../contentlayer/package.json
|
|
381
381
|
var package_default4 = {
|
|
382
382
|
name: "fumadocs-contentlayer",
|
|
383
|
-
version: "1.0.
|
|
383
|
+
version: "1.0.3",
|
|
384
384
|
description: "The Contentlayer adapter for Fumadocs",
|
|
385
385
|
keywords: [
|
|
386
386
|
"NextJs",
|
package/dist/create-app.js
CHANGED
package/dist/index.js
CHANGED