create-weapp-vite 2.5.3 → 2.5.4

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-CpKkgS_z.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-BBeM8fH-.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-CpKkgS_z.js";
1
+ import { r as TemplateName, t as createProject } from "./src-BBeM8fH-.js";
2
2
  export { TemplateName, createProject };
@@ -139,7 +139,7 @@ const TEMPLATE_CATALOG = {
139
139
  "ts-morph": "^28.0.0",
140
140
  "vite-plugin-inspect": "^12.0.2",
141
141
  "vue-tsc": "^3.3.7",
142
- "weapp-tailwindcss": "^5.1.14",
142
+ "weapp-tailwindcss": "^5.1.15",
143
143
  autoprefixer: "^10.5.2",
144
144
  clsx: "^2.1.1",
145
145
  dayjs: "^1.11.21",
@@ -165,7 +165,7 @@ const TEMPLATE_CATALOG = {
165
165
  };
166
166
  const TEMPLATE_NAMED_CATALOG = {
167
167
  "tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.15.3" },
168
- "weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.1.14" },
168
+ "weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.1.15" },
169
169
  latest: {
170
170
  "miniprogram-api-typings": "^5.2.1",
171
171
  typescript: "^6.0.3"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.5.3",
4
+ "version": "2.5.4",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -49,8 +49,8 @@
49
49
  "@inquirer/prompts": "^8.5.2",
50
50
  "pathe": "^2.0.3",
51
51
  "pkg-types": "^2.3.1",
52
- "@weapp-core/init": "6.0.11",
53
52
  "@weapp-core/logger": "3.1.1",
53
+ "@weapp-core/init": "6.0.11",
54
54
  "@weapp-core/shared": "3.0.5"
55
55
  },
56
56
  "scripts": {