create-fumadocs-app 13.4.4 → 13.4.5

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.
@@ -60,7 +60,7 @@ function tryGitInit(root) {
60
60
  }
61
61
 
62
62
  // versions.json
63
- var versions_default = { "fumadocs-core": "13.4.4", "fumadocs-ui": "13.4.4", "fumadocs-mdx": "10.0.0", "@fumadocs/content-collections": "1.1.4" };
63
+ var versions_default = { "fumadocs-core": "13.4.5", "fumadocs-ui": "13.4.5", "fumadocs-mdx": "10.0.1", "@fumadocs/content-collections": "1.1.4" };
64
64
 
65
65
  // ../create-app-versions/package.json
66
66
  var package_default = {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-HFUJ4NXA.js";
3
+ } from "./chunk-I7YO6DUN.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-HFUJ4NXA.js";
6
+ } from "./chunk-I7YO6DUN.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": "13.4.4",
3
+ "version": "13.4.5",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -2,9 +2,9 @@
2
2
  /node_modules
3
3
 
4
4
  # generated content
5
- .map.ts
6
5
  .contentlayer
7
6
  .content-collections
7
+ .source
8
8
 
9
9
  # test & build
10
10
  /coverage