create-fumadocs-app 16.0.30 → 16.0.31
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 +2 -2
- package/dist/{chunk-2X7XWCFK.js → chunk-AEMQ2DB5.js} +4 -4
- package/dist/{chunk-G2UPWY74.js → chunk-R5EM7CJZ.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/plugins/biome.js +1 -1
- package/dist/plugins/eslint.js +1 -1
- package/dist/plugins/orama-cloud.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
create,
|
|
4
4
|
getPackageManager,
|
|
5
5
|
managers
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-R5EM7CJZ.js";
|
|
7
7
|
import {
|
|
8
8
|
isCI,
|
|
9
9
|
templates
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-AEMQ2DB5.js";
|
|
11
11
|
|
|
12
12
|
// src/bin.ts
|
|
13
13
|
import fs from "fs/promises";
|
|
@@ -94,7 +94,7 @@ 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.
|
|
97
|
+
version: "16.0.31",
|
|
98
98
|
private: true,
|
|
99
99
|
description: "Used to track dependency versions in create-fumadocs-app",
|
|
100
100
|
dependencies: {
|
|
@@ -108,13 +108,13 @@ var package_default = {
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
// ../core/package.json
|
|
111
|
-
var version = "16.3.
|
|
111
|
+
var version = "16.3.2";
|
|
112
112
|
|
|
113
113
|
// ../ui/package.json
|
|
114
|
-
var version2 = "16.3.
|
|
114
|
+
var version2 = "16.3.2";
|
|
115
115
|
|
|
116
116
|
// ../mdx/package.json
|
|
117
|
-
var version3 = "14.2.
|
|
117
|
+
var version3 = "14.2.2";
|
|
118
118
|
|
|
119
119
|
// src/constants.ts
|
|
120
120
|
var sourceDir = fileURLToPath(new URL(`../`, import.meta.url).href);
|
package/dist/index.js
CHANGED
package/dist/plugins/biome.js
CHANGED
package/dist/plugins/eslint.js
CHANGED