create-weapp-vite 2.5.2 → 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-oqgVhWht.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-oqgVhWht.js";
1
+ import { r as TemplateName, t as createProject } from "./src-BBeM8fH-.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.18.2";
9
+ var version$2 = "6.18.3";
10
10
  //#endregion
11
11
  //#region ../dashboard/package.json
12
- var version$1 = "6.18.2";
12
+ var version$1 = "6.18.3";
13
13
  //#endregion
14
14
  //#region ../weapp-vite/package.json
15
- var version = "6.18.2";
15
+ var version = "6.18.3";
16
16
  //#endregion
17
17
  //#region src/enums.ts
18
18
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -137,9 +137,9 @@ const TEMPLATE_CATALOG = {
137
137
  "tailwind-variants": "^3.2.2",
138
138
  "tdesign-miniprogram": "^1.15.3",
139
139
  "ts-morph": "^28.0.0",
140
- "vite-plugin-inspect": "^11.4.1",
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",
@@ -152,7 +152,7 @@ const TEMPLATE_CATALOG = {
152
152
  merge: "^2.1.1",
153
153
  obug: "^2.1.3",
154
154
  pathe: "^2.0.3",
155
- postcss: "^8.5.17",
155
+ postcss: "^8.5.19",
156
156
  rolldown: "1.1.5",
157
157
  sass: "^1.101.0",
158
158
  stylelint: "^17.14.0",
@@ -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.2",
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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-lib-template",
3
3
  "type": "module",
4
- "version": "9.0.2",
4
+ "version": "9.0.3",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",