create-weapp-vite 2.3.51 → 2.3.53
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/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-CeEwZYEI.js → src-ByrgWbq1.js} +3 -3
- package/package.json +1 -1
- package/templates/default/project.private.config.json +2 -1
- package/templates/lib/package.json +1 -1
- package/templates/lib/project.private.config.json +2 -1
- package/templates/plugin/project.private.config.json +2 -1
- package/templates/tailwindcss/project.private.config.json +2 -1
- package/templates/tdesign/project.private.config.json +2 -1
- package/templates/vant/project.private.config.json +2 -1
- package/templates/wevu/project.private.config.json +2 -1
- package/templates/wevu-tdesign/project.private.config.json +2 -1
package/dist/cli.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-
|
|
1
|
+
import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-ByrgWbq1.js";
|
|
2
2
|
import logger from "@weapp-core/logger";
|
|
3
3
|
import { fs } from "@weapp-core/shared/fs";
|
|
4
4
|
import process from "node:process";
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { r as TemplateName, t as createProject } from "./src-
|
|
1
|
+
import { r as TemplateName, t as createProject } from "./src-ByrgWbq1.js";
|
|
2
2
|
export { TemplateName, createProject };
|
|
@@ -6,13 +6,13 @@ import https from "node:https";
|
|
|
6
6
|
import { spawn } from "node:child_process";
|
|
7
7
|
import process from "node:process";
|
|
8
8
|
//#region ../../packages-runtime/wevu/package.json
|
|
9
|
-
var version$2 = "6.16.
|
|
9
|
+
var version$2 = "6.16.46";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../dashboard/package.json
|
|
12
|
-
var version$1 = "6.16.
|
|
12
|
+
var version$1 = "6.16.46";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../weapp-vite/package.json
|
|
15
|
-
var version = "6.16.
|
|
15
|
+
var version = "6.16.46";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/enums.ts
|
|
18
18
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
package/package.json
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
3
3
|
"projectname": "weapp-vite-template",
|
|
4
4
|
"setting": {
|
|
5
|
-
"compileHotReLoad": true
|
|
5
|
+
"compileHotReLoad": true,
|
|
6
|
+
"urlCheck": false
|
|
6
7
|
},
|
|
7
8
|
"libVersion": "3.15.0"
|
|
8
9
|
}
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
3
3
|
"projectname": "weapp-vite-lib-template",
|
|
4
4
|
"setting": {
|
|
5
|
-
"compileHotReLoad": true
|
|
5
|
+
"compileHotReLoad": true,
|
|
6
|
+
"urlCheck": false
|
|
6
7
|
},
|
|
7
8
|
"libVersion": "3.15.0"
|
|
8
9
|
}
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
3
3
|
"projectname": "weapp-vite-tailwindcss-template",
|
|
4
4
|
"setting": {
|
|
5
|
-
"compileHotReLoad": true
|
|
5
|
+
"compileHotReLoad": true,
|
|
6
|
+
"urlCheck": false
|
|
6
7
|
},
|
|
7
8
|
"libVersion": "3.15.0"
|
|
8
9
|
}
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
3
3
|
"projectname": "weapp-vite-tailwindcss-tdesign-template",
|
|
4
4
|
"setting": {
|
|
5
|
-
"compileHotReLoad": true
|
|
5
|
+
"compileHotReLoad": true,
|
|
6
|
+
"urlCheck": false
|
|
6
7
|
},
|
|
7
8
|
"libVersion": "3.15.0"
|
|
8
9
|
}
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
3
3
|
"projectname": "weapp-vite-tailwindcss-vant-template",
|
|
4
4
|
"setting": {
|
|
5
|
-
"compileHotReLoad": true
|
|
5
|
+
"compileHotReLoad": true,
|
|
6
|
+
"urlCheck": false
|
|
6
7
|
},
|
|
7
8
|
"libVersion": "3.15.0"
|
|
8
9
|
}
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
3
3
|
"projectname": "weapp-vite-wevu-template",
|
|
4
4
|
"setting": {
|
|
5
|
-
"compileHotReLoad": true
|
|
5
|
+
"compileHotReLoad": true,
|
|
6
|
+
"urlCheck": false
|
|
6
7
|
},
|
|
7
8
|
"libVersion": "3.15.0"
|
|
8
9
|
}
|