create-weapp-vite 2.0.50 → 2.0.52

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 CHANGED
@@ -1,4 +1,4 @@
1
- import { n as TemplateName, t as createProject } from "./src-VWcsuvfM.js";
1
+ import { n as TemplateName, t as createProject } from "./src-DFc325BF.js";
2
2
  import logger from "@weapp-core/logger";
3
3
  import fs from "fs-extra";
4
4
  import path from "node:path";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { n as TemplateName, t as createProject } from "./src-VWcsuvfM.js";
1
+ import { n as TemplateName, t as createProject } from "./src-DFc325BF.js";
2
2
  export { TemplateName, createProject };
@@ -4,10 +4,10 @@ import fs from "fs-extra";
4
4
  import path from "pathe";
5
5
  import https from "node:https";
6
6
  //#region ../weapp-vite/package.json
7
- var version$1 = "6.9.1";
7
+ var version$1 = "6.10.1";
8
8
  //#endregion
9
9
  //#region ../wevu/package.json
10
- var version = "6.9.1";
10
+ var version = "6.10.1";
11
11
  //#endregion
12
12
  //#region src/enums.ts
13
13
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -25,7 +25,7 @@ let TemplateName = /* @__PURE__ */ function(TemplateName) {
25
25
  const TEMPLATE_CATALOG = {
26
26
  "@babel/core": "^7.29.0",
27
27
  "@babel/generator": "^7.29.1",
28
- "@babel/parser": "^7.29.0",
28
+ "@babel/parser": "^7.29.2",
29
29
  "@babel/traverse": "^7.29.0",
30
30
  "@babel/types": "^7.29.0",
31
31
  "@egoist/tailwindcss-icons": "^1.9.2",
@@ -37,7 +37,7 @@ const TEMPLATE_CATALOG = {
37
37
  "@types/semver": "^7.7.1",
38
38
  "@vant/weapp": "^1.11.7",
39
39
  "@vue/compiler-core": "^3.5.30",
40
- "@vue/language-core": "^3.2.5",
40
+ "@vue/language-core": "^3.2.6",
41
41
  "antd-mini": "^3.4.3",
42
42
  "bundle-require": "^5.1.0",
43
43
  "class-variance-authority": "^0.7.1",
@@ -55,7 +55,7 @@ const TEMPLATE_CATALOG = {
55
55
  "tdesign-miniprogram": "^1.12.3",
56
56
  "ts-morph": "^27.0.2",
57
57
  "vite-plugin-inspect": "^11.3.3",
58
- "vue-tsc": "^3.2.5",
58
+ "vue-tsc": "^3.2.6",
59
59
  "weapp-tailwindcss": "^4.10.3",
60
60
  autoprefixer: "^10.4.27",
61
61
  clsx: "^2.1.1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.0.50",
4
+ "version": "2.0.52",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -2,7 +2,7 @@
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": false
6
6
  },
7
7
  "libVersion": "3.9.0"
8
8
  }
@@ -2,7 +2,7 @@
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": false
6
6
  },
7
7
  "libVersion": "3.9.0"
8
8
  }
@@ -2,7 +2,7 @@
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": false
6
6
  },
7
7
  "libVersion": "3.9.3"
8
8
  }
@@ -2,7 +2,7 @@
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": false
6
6
  },
7
7
  "libVersion": "3.14.0"
8
8
  }
@@ -2,7 +2,7 @@
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": false
6
6
  },
7
7
  "libVersion": "3.13.0"
8
- }
8
+ }
@@ -2,7 +2,7 @@
2
2
  "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
3
3
  "projectname": "weapp-vite-wevu-tailwindcss-tdesign-template",
4
4
  "setting": {
5
- "compileHotReLoad": true
5
+ "compileHotReLoad": false
6
6
  },
7
7
  "condition": {
8
8
  "miniprogram": {