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.0",
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.0",
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.1",
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.2",
383
+ version: "1.0.3",
384
384
  description: "The Contentlayer adapter for Fumadocs",
385
385
  keywords: [
386
386
  "NextJs",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-N373OIP7.js";
3
+ } from "./chunk-CQOZHSNM.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-N373OIP7.js";
6
+ } from "./chunk-CQOZHSNM.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": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",