create-weapp-vite 2.3.41 → 2.3.42

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 RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-C63Li981.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-gUQrjdUs.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-C63Li981.js";
1
+ import { r as TemplateName, t as createProject } from "./src-gUQrjdUs.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.31";
9
+ var version$2 = "6.16.32";
10
10
  //#endregion
11
11
  //#region ../dashboard/package.json
12
- var version$1 = "6.16.31";
12
+ var version$1 = "6.16.32";
13
13
  //#endregion
14
14
  //#region ../weapp-vite/package.json
15
- var version = "6.16.31";
15
+ var version = "6.16.32";
16
16
  //#endregion
17
17
  //#region src/enums.ts
18
18
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -157,7 +157,7 @@ const TEMPLATE_CATALOG = {
157
157
  tailwindcss: "^4.3.0",
158
158
  tslib: "^2.8.1",
159
159
  typescript: "^6.0.3",
160
- vite: "8.0.14",
160
+ vite: "8.0.16",
161
161
  vue: "^3.5.35",
162
162
  zod: "^4.4.3"
163
163
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.3.41",
4
+ "version": "2.3.42",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -47,11 +47,11 @@
47
47
  "node": "^20.19.0 || >=22.12.0"
48
48
  },
49
49
  "dependencies": {
50
- "@inquirer/prompts": "^8.5.1",
50
+ "@inquirer/prompts": "^8.5.2",
51
51
  "pathe": "^2.0.3",
52
52
  "pkg-types": "^2.3.1",
53
- "@weapp-core/logger": "3.1.1",
54
- "@weapp-core/shared": "3.0.4"
53
+ "@weapp-core/shared": "3.0.4",
54
+ "@weapp-core/logger": "3.1.1"
55
55
  },
56
56
  "scripts": {
57
57
  "catalog:sync": "node --import tsx scripts/generate-template-catalog.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-lib-template",
3
3
  "type": "module",
4
- "version": "7.0.31",
4
+ "version": "7.0.32",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",