create-weapp-vite 2.8.1 → 2.8.2

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-DLBjE7f9.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-mmfkZu6S.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-DLBjE7f9.js";
1
+ import { r as TemplateName, t as createProject } from "./src-mmfkZu6S.js";
2
2
  export { TemplateName, createProject };
@@ -9,13 +9,13 @@ import process from "node:process";
9
9
  var version$3 = "0.2.0";
10
10
  //#endregion
11
11
  //#region ../../packages-runtime/wevu/package.json
12
- var version$2 = "6.20.5";
12
+ var version$2 = "6.21.0";
13
13
  //#endregion
14
14
  //#region ../dashboard/package.json
15
- var version$1 = "6.20.5";
15
+ var version$1 = "6.21.0";
16
16
  //#endregion
17
17
  //#region ../weapp-vite/package.json
18
- var version = "6.20.5";
18
+ var version = "6.21.0";
19
19
  //#endregion
20
20
  //#region src/enums.ts
21
21
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -142,7 +142,7 @@ const TEMPLATE_CATALOG = {
142
142
  "@vue/babel-plugin-jsx": "3.0.0",
143
143
  "@vue/compiler-core": "^3.5.41",
144
144
  "@vue/compiler-dom": "^3.5.41",
145
- "@vue/language-core": "^3.3.10",
145
+ "@vue/language-core": "^3.3.11",
146
146
  "@wot-ui/ui": "2.3.2",
147
147
  "antd-mini": "^3.4.3",
148
148
  "bundle-require": "^5.1.0",
@@ -164,14 +164,14 @@ const TEMPLATE_CATALOG = {
164
164
  "ts-morph": "^28.0.0",
165
165
  "uview-plus": "3.8.108",
166
166
  "vite-plugin-inspect": "^12.0.2",
167
- "vue-tsc": "^3.3.10",
167
+ "vue-tsc": "^3.3.11",
168
168
  "weapp-tailwindcss": "^5.3.3",
169
169
  autoprefixer: "^10.5.4",
170
170
  clsx: "^2.1.1",
171
171
  dayjs: "^1.11.23",
172
172
  echarts: "^6.1.0",
173
173
  esbuild: "^0.28.2",
174
- eslint: "^10.8.1",
174
+ eslint: "^10.9.0",
175
175
  fdir: "^6.5.0",
176
176
  htmlparser2: "^12.0.0",
177
177
  lodash: "^4.18.1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.8.1",
4
+ "version": "2.8.2",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -50,8 +50,8 @@
50
50
  "pathe": "^2.0.3",
51
51
  "pkg-types": "^2.3.1",
52
52
  "@weapp-core/init": "6.0.14",
53
- "@weapp-core/shared": "3.1.1",
54
- "@weapp-core/logger": "3.1.1"
53
+ "@weapp-core/logger": "3.1.1",
54
+ "@weapp-core/shared": "3.1.1"
55
55
  },
56
56
  "scripts": {
57
57
  "catalog:sync": "node --import tsx scripts/generate-template-catalog.ts",