create-weapp-vite 2.4.4 → 2.4.6
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-BrBehG_0.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-BrBehG_0.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.17.
|
|
9
|
+
var version$2 = "6.17.8";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../dashboard/package.json
|
|
12
|
-
var version$1 = "6.17.
|
|
12
|
+
var version$1 = "6.17.8";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../weapp-vite/package.json
|
|
15
|
-
var version = "6.17.
|
|
15
|
+
var version = "6.17.8";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/enums.ts
|
|
18
18
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -105,8 +105,8 @@ const TEMPLATE_CATALOG = {
|
|
|
105
105
|
"@babel/types": "^8.0.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": "^6.0.0",
|
|
109
|
+
"@icebreakers/stylelint-config": "^5.0.0",
|
|
110
110
|
"@iconify-json/mdi": "^1.2.3",
|
|
111
111
|
"@iconify/tailwind4": "^1.2.3",
|
|
112
112
|
"@mini-types/alipay": "^3.0.14",
|
|
@@ -115,8 +115,8 @@ const TEMPLATE_CATALOG = {
|
|
|
115
115
|
"@types/semver": "^7.7.1",
|
|
116
116
|
"@vant/weapp": "^1.11.7",
|
|
117
117
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
118
|
-
"@vue/compiler-core": "^3.5.
|
|
119
|
-
"@vue/compiler-dom": "^3.5.
|
|
118
|
+
"@vue/compiler-core": "^3.5.39",
|
|
119
|
+
"@vue/compiler-dom": "^3.5.39",
|
|
120
120
|
"@vue/language-core": "^3.3.5",
|
|
121
121
|
"antd-mini": "^3.4.3",
|
|
122
122
|
"bundle-require": "^5.1.0",
|
|
@@ -137,33 +137,33 @@ 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.1.
|
|
140
|
+
"weapp-tailwindcss": "^5.1.4",
|
|
141
141
|
autoprefixer: "^10.5.2",
|
|
142
142
|
clsx: "^2.1.1",
|
|
143
143
|
dayjs: "^1.11.21",
|
|
144
144
|
echarts: "^6.1.0",
|
|
145
145
|
esbuild: "^0.28.1",
|
|
146
|
-
eslint: "^10.
|
|
146
|
+
eslint: "^10.6.0",
|
|
147
147
|
fdir: "^6.5.0",
|
|
148
148
|
htmlparser2: "^12.0.0",
|
|
149
149
|
lodash: "^4.18.1",
|
|
150
150
|
merge: "^2.1.1",
|
|
151
151
|
obug: "^2.1.3",
|
|
152
152
|
pathe: "^2.0.3",
|
|
153
|
-
postcss: "^8.5.
|
|
153
|
+
postcss: "^8.5.16",
|
|
154
154
|
rolldown: "1.1.3",
|
|
155
155
|
sass: "^1.101.0",
|
|
156
|
-
stylelint: "^17.
|
|
156
|
+
stylelint: "^17.14.0",
|
|
157
157
|
tailwindcss: "^4.3.1",
|
|
158
158
|
tslib: "^2.8.1",
|
|
159
159
|
typescript: "^6.0.3",
|
|
160
160
|
vite: "8.1.0",
|
|
161
|
-
vue: "^3.5.
|
|
161
|
+
vue: "^3.5.39",
|
|
162
162
|
zod: "^4.4.3"
|
|
163
163
|
};
|
|
164
164
|
const TEMPLATE_NAMED_CATALOG = {
|
|
165
165
|
"tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.15.2" },
|
|
166
|
-
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.1.
|
|
166
|
+
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.1.4" },
|
|
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.4.
|
|
4
|
+
"version": "2.4.6",
|
|
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/
|
|
52
|
+
"@weapp-core/init": "6.0.11",
|
|
53
53
|
"@weapp-core/logger": "3.1.1",
|
|
54
|
-
"@weapp-core/
|
|
54
|
+
"@weapp-core/shared": "3.0.5"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"catalog:sync": "node --import tsx scripts/generate-template-catalog.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
https://tw.icebreaker.top
|
|
22
22
|
</view>
|
|
23
23
|
<view>
|
|
24
|
-
<van-button type="default"
|
|
24
|
+
<van-button type="default" bind:tap="showDialog">Vant 按钮</van-button>
|
|
25
25
|
</view>
|
|
26
26
|
<view>
|
|
27
27
|
<van-button type="primary" plain bind:tap="goToLayouts">打开布局演示页</van-button>
|