create-vuepress-theme-plume 1.0.0-rc.181 → 1.0.0-rc.182
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/lib/index.js +2 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import handlebars from "handlebars";
|
|
|
14
14
|
import { osLocale } from "os-locale";
|
|
15
15
|
|
|
16
16
|
//#region package.json
|
|
17
|
-
var version = "1.0.0-rc.
|
|
17
|
+
var version = "1.0.0-rc.182";
|
|
18
18
|
|
|
19
19
|
//#endregion
|
|
20
20
|
//#region src/constants.ts
|
|
@@ -141,7 +141,7 @@ async function createPackageJson(mode, pkg, { packageManager, docsDir, siteName,
|
|
|
141
141
|
const userInfo = await getUserInfo();
|
|
142
142
|
if (userInfo) pkg.author = userInfo.username + (userInfo.email ? ` <${userInfo.email}>` : "");
|
|
143
143
|
pkg.license = "MIT";
|
|
144
|
-
pkg.engines = { node: "^20.
|
|
144
|
+
pkg.engines = { node: "^20.19.0 || >=22.0.0" };
|
|
145
145
|
}
|
|
146
146
|
if (injectNpmScripts) {
|
|
147
147
|
pkg.scripts ??= {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vuepress-theme-plume",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-rc.
|
|
4
|
+
"version": "1.0.0-rc.182",
|
|
5
5
|
"description": "The cli for create vuepress-theme-plume's project",
|
|
6
6
|
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"nano-spawn": "^2.0.0",
|
|
35
35
|
"os-locale": "^6.0.2",
|
|
36
36
|
"picocolors": "^1.1.1",
|
|
37
|
-
"sort-package-json": "^3.5.
|
|
37
|
+
"sort-package-json": "^3.5.1"
|
|
38
38
|
},
|
|
39
39
|
"plume-deps": {
|
|
40
40
|
"vuepress": "2.0.0-rc.26",
|