create-weapp-vite 2.3.23 → 2.3.25
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-
|
|
1
|
+
import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-uIGHQJPt.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-
|
|
1
|
+
import { r as TemplateName, t as createProject } from "./src-uIGHQJPt.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.
|
|
9
|
+
var version$2 = "6.16.13";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../dashboard/package.json
|
|
12
|
-
var version$1 = "6.16.
|
|
12
|
+
var version$1 = "6.16.13";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../weapp-vite/package.json
|
|
15
|
-
var version = "6.16.
|
|
15
|
+
var version = "6.16.13";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/enums.ts
|
|
18
18
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -105,13 +105,13 @@ const TEMPLATE_CATALOG = {
|
|
|
105
105
|
"@babel/types": "^7.29.0",
|
|
106
106
|
"@douyin-microapp/typings": "^1.3.1",
|
|
107
107
|
"@egoist/tailwindcss-icons": "^1.9.2",
|
|
108
|
-
"@icebreakers/eslint-config": "^
|
|
109
|
-
"@icebreakers/stylelint-config": "^
|
|
108
|
+
"@icebreakers/eslint-config": "^5.0.0",
|
|
109
|
+
"@icebreakers/stylelint-config": "^4.0.0",
|
|
110
110
|
"@iconify-json/mdi": "^1.2.3",
|
|
111
111
|
"@mini-types/alipay": "^3.0.14",
|
|
112
112
|
"@tailwindcss/postcss": "^4.3.0",
|
|
113
113
|
"@tailwindcss/vite": "^4.3.0",
|
|
114
|
-
"@types/node": "^25.
|
|
114
|
+
"@types/node": "^25.7.0",
|
|
115
115
|
"@types/semver": "^7.7.1",
|
|
116
116
|
"@vant/weapp": "^1.11.7",
|
|
117
117
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
@@ -127,7 +127,7 @@ const TEMPLATE_CATALOG = {
|
|
|
127
127
|
"lru-cache": "^11.3.6",
|
|
128
128
|
"magic-string": "^0.30.21",
|
|
129
129
|
"miniprogram-api-typings": "^5.2.0",
|
|
130
|
-
"oxc-parser": "^0.
|
|
130
|
+
"oxc-parser": "^0.130.0",
|
|
131
131
|
"oxc-walker": "^1.0.0",
|
|
132
132
|
"pkg-types": "^2.3.1",
|
|
133
133
|
"sass-embedded": "^1.99.0",
|
|
@@ -141,7 +141,6 @@ const TEMPLATE_CATALOG = {
|
|
|
141
141
|
autoprefixer: "^10.5.0",
|
|
142
142
|
clsx: "^2.1.1",
|
|
143
143
|
dayjs: "^1.11.20",
|
|
144
|
-
debug: "^4.4.3",
|
|
145
144
|
echarts: "^6.0.0",
|
|
146
145
|
esbuild: "^0.28.0",
|
|
147
146
|
eslint: "^10.3.0",
|
|
@@ -149,6 +148,7 @@ const TEMPLATE_CATALOG = {
|
|
|
149
148
|
htmlparser2: "^12.0.0",
|
|
150
149
|
lodash: "^4.18.1",
|
|
151
150
|
merge: "^2.1.1",
|
|
151
|
+
obug: "^2.1.1",
|
|
152
152
|
pathe: "^2.0.3",
|
|
153
153
|
postcss: "^8.5.14",
|
|
154
154
|
rolldown: "1.0.0",
|
|
@@ -157,7 +157,7 @@ const TEMPLATE_CATALOG = {
|
|
|
157
157
|
tailwindcss: "^4.3.0",
|
|
158
158
|
tslib: "^2.8.1",
|
|
159
159
|
typescript: "^6.0.3",
|
|
160
|
-
vite: "8.0.
|
|
160
|
+
vite: "8.0.12",
|
|
161
161
|
vue: "^3.5.34",
|
|
162
162
|
zod: "^4.4.3"
|
|
163
163
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-weapp-vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.25",
|
|
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.3",
|
|
51
51
|
"pathe": "^2.0.3",
|
|
52
52
|
"pkg-types": "^2.3.1",
|
|
53
|
-
"@weapp-core/
|
|
54
|
-
"@weapp-core/
|
|
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",
|