create-weapp-vite 2.3.6 → 2.3.7

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-B5yRrol7.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-COsFJx_g.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-B5yRrol7.js";
1
+ import { r as TemplateName, t as createProject } from "./src-COsFJx_g.js";
2
2
  export { TemplateName, createProject };
@@ -6,10 +6,10 @@ 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$1 = "6.15.13";
9
+ var version$1 = "6.15.14";
10
10
  //#endregion
11
11
  //#region ../weapp-vite/package.json
12
- var version = "6.15.13";
12
+ var version = "6.15.14";
13
13
  //#endregion
14
14
  //#region src/enums.ts
15
15
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -112,8 +112,8 @@ const TEMPLATE_CATALOG = {
112
112
  "@types/semver": "^7.7.1",
113
113
  "@vant/weapp": "^1.11.7",
114
114
  "@vitejs/plugin-vue": "^6.0.6",
115
- "@vue/compiler-core": "^3.5.32",
116
- "@vue/compiler-dom": "^3.5.32",
115
+ "@vue/compiler-core": "^3.5.33",
116
+ "@vue/compiler-dom": "^3.5.33",
117
117
  "@vue/language-core": "^3.2.7",
118
118
  "antd-mini": "^3.4.3",
119
119
  "bundle-require": "^5.1.0",
@@ -123,7 +123,7 @@ const TEMPLATE_CATALOG = {
123
123
  "gm-crypto": "^0.1.12",
124
124
  "lru-cache": "^11.3.5",
125
125
  "magic-string": "^0.30.21",
126
- "miniprogram-api-typings": "^5.1.2",
126
+ "miniprogram-api-typings": "^5.1.3",
127
127
  "oxc-parser": "^0.127.0",
128
128
  "oxc-walker": "^0.7.0",
129
129
  "pkg-types": "^2.3.0",
@@ -148,21 +148,21 @@ const TEMPLATE_CATALOG = {
148
148
  merge: "^2.1.1",
149
149
  pathe: "^2.0.3",
150
150
  postcss: "^8.5.10",
151
- rolldown: "1.0.0-rc.16",
151
+ rolldown: "1.0.0-rc.17",
152
152
  sass: "^1.99.0",
153
153
  stylelint: "^17.8.0",
154
154
  tailwindcss: "^4.2.4",
155
155
  tslib: "^2.8.1",
156
156
  typescript: "^6.0.3",
157
- vite: "8.0.9",
158
- vue: "^3.5.32",
157
+ vite: "8.0.10",
158
+ vue: "^3.5.33",
159
159
  zod: "^4.3.6"
160
160
  };
161
161
  const TEMPLATE_NAMED_CATALOG = {
162
162
  "tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.13.2" },
163
163
  "weapp-tailwindcss-fixed": { "weapp-tailwindcss": "4.11.2" },
164
164
  latest: {
165
- "miniprogram-api-typings": "^5.1.2",
165
+ "miniprogram-api-typings": "^5.1.3",
166
166
  typescript: "^6.0.3"
167
167
  },
168
168
  tailwind3: { tailwindcss: "^4.2.4" },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.3.6",
4
+ "version": "2.3.7",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -50,8 +50,8 @@
50
50
  "@inquirer/prompts": "^8.4.2",
51
51
  "pathe": "^2.0.3",
52
52
  "pkg-types": "^2.3.0",
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": "6.0.13",
4
+ "version": "6.0.14",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",