create-weapp-vite 2.3.54 → 2.4.0

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-BMxeElIt.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-B7bOrSA1.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-BMxeElIt.js";
1
+ import { r as TemplateName, t as createProject } from "./src-B7bOrSA1.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.47";
9
+ var version$2 = "6.17.0";
10
10
  //#endregion
11
11
  //#region ../dashboard/package.json
12
- var version$1 = "6.16.47";
12
+ var version$1 = "6.17.0";
13
13
  //#endregion
14
14
  //#region ../weapp-vite/package.json
15
- var version = "6.16.47";
15
+ var version = "6.17.0";
16
16
  //#endregion
17
17
  //#region src/enums.ts
18
18
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -98,11 +98,11 @@ function createAgentsGuidelines(templateName) {
98
98
  //#endregion
99
99
  //#region src/generated/catalog.ts
100
100
  const TEMPLATE_CATALOG = {
101
- "@babel/core": "^7.29.7",
102
- "@babel/generator": "^7.29.7",
103
- "@babel/parser": "^7.29.7",
104
- "@babel/traverse": "^7.29.7",
105
- "@babel/types": "^7.29.7",
101
+ "@babel/core": "^8.0.1",
102
+ "@babel/generator": "^8.0.0",
103
+ "@babel/parser": "^8.0.0",
104
+ "@babel/traverse": "^8.0.0",
105
+ "@babel/types": "^8.0.0",
106
106
  "@douyin-microapp/typings": "^1.3.1",
107
107
  "@egoist/tailwindcss-icons": "^1.9.2",
108
108
  "@icebreakers/eslint-config": "^5.0.4",
@@ -137,7 +137,7 @@ const TEMPLATE_CATALOG = {
137
137
  "ts-morph": "^28.0.0",
138
138
  "vite-plugin-inspect": "^11.4.1",
139
139
  "vue-tsc": "^3.3.5",
140
- "weapp-tailwindcss": "^5.0.12",
140
+ "weapp-tailwindcss": "^5.0.13",
141
141
  autoprefixer: "^10.5.0",
142
142
  clsx: "^2.1.1",
143
143
  dayjs: "^1.11.21",
@@ -163,7 +163,7 @@ const TEMPLATE_CATALOG = {
163
163
  };
164
164
  const TEMPLATE_NAMED_CATALOG = {
165
165
  "tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.15.1" },
166
- "weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.0.12" },
166
+ "weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.0.13" },
167
167
  latest: {
168
168
  "miniprogram-api-typings": "^5.2.1",
169
169
  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.3.54",
4
+ "version": "2.4.0",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -49,9 +49,9 @@
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.10",
52
53
  "@weapp-core/logger": "3.1.1",
53
- "@weapp-core/shared": "3.0.4",
54
- "@weapp-core/init": "6.0.10"
54
+ "@weapp-core/shared": "3.0.4"
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.47",
4
+ "version": "8.0.0",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",