create-weapp-vite 2.6.1 → 2.6.3
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-CaBj9S6m.js → src-Cu_jx17D.js} +21 -21
- package/package.json +1 -1
- package/templates/default/src/layouts/admin/index.json +3 -1
- package/templates/default/src/layouts/default/index.json +3 -1
- package/templates/lib/package.json +1 -1
- package/templates/lib/src/layouts/admin/index.json +3 -1
- package/templates/lib/src/layouts/default/index.json +3 -1
- package/templates/plugin/README.md +1 -1
- package/templates/plugin/plugin/pages/native-playground/index.json +1 -0
- package/templates/plugin/plugin/plugin.json +1 -0
- package/templates/plugin/project.config.json +1 -1
- package/templates/plugin/src/app.json +2 -1
- package/templates/plugin/src/pages/index/index.json +1 -0
- package/templates/plugin/src/sitemap.json +2 -1
- package/templates/tailwindcss/src/layouts/admin/index.json +3 -1
- package/templates/tailwindcss/src/layouts/default/index.json +3 -1
- package/templates/tdesign/src/layouts/admin/index.json +3 -1
- package/templates/tdesign/src/layouts/default/index.json +3 -1
- package/templates/vant/src/layouts/admin/index.json +3 -1
- package/templates/vant/src/layouts/default/index.json +3 -1
- package/templates/wevu-tdesign/src/app.css +0 -1
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-Cu_jx17D.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-Cu_jx17D.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.19.
|
|
9
|
+
var version$2 = "6.19.3";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../dashboard/package.json
|
|
12
|
-
var version$1 = "6.19.
|
|
12
|
+
var version$1 = "6.19.3";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../weapp-vite/package.json
|
|
15
|
-
var version = "6.19.
|
|
15
|
+
var version = "6.19.3";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/enums.ts
|
|
18
18
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -115,65 +115,65 @@ const TEMPLATE_CATALOG = {
|
|
|
115
115
|
"@iconify/tailwind4": "^1.2.3",
|
|
116
116
|
"@mini-types/alipay": "^3.0.14",
|
|
117
117
|
"@tailwindcss/vite": "^4.3.3",
|
|
118
|
-
"@types/node": "^26.
|
|
118
|
+
"@types/node": "^26.2.0",
|
|
119
119
|
"@types/semver": "^7.8.0",
|
|
120
120
|
"@vant/weapp": "^1.11.7",
|
|
121
121
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
122
|
-
"@vue/compiler-core": "^3.5.
|
|
123
|
-
"@vue/compiler-dom": "^3.5.
|
|
122
|
+
"@vue/compiler-core": "^3.5.41",
|
|
123
|
+
"@vue/compiler-dom": "^3.5.41",
|
|
124
124
|
"@vue/language-core": "^3.3.9",
|
|
125
|
-
"@wot-ui/ui": "2.3.
|
|
125
|
+
"@wot-ui/ui": "2.3.1",
|
|
126
126
|
"antd-mini": "^3.4.3",
|
|
127
127
|
"bundle-require": "^5.1.0",
|
|
128
128
|
"class-variance-authority": "^0.7.1",
|
|
129
129
|
"comment-json": "^5.0.0",
|
|
130
130
|
"estree-walker": "^3.0.3",
|
|
131
131
|
"gm-crypto": "^0.1.12",
|
|
132
|
-
"happy-dom": "^20.11.
|
|
132
|
+
"happy-dom": "^20.11.2",
|
|
133
133
|
"lru-cache": "^11.5.2",
|
|
134
134
|
"magic-string": "^1.1.0",
|
|
135
|
-
"miniprogram-api-typings": "^5.2.
|
|
135
|
+
"miniprogram-api-typings": "^5.2.3",
|
|
136
136
|
"oxc-parser": "^0.143.0",
|
|
137
137
|
"oxc-walker": "^1.1.1",
|
|
138
138
|
"pkg-types": "^2.3.1",
|
|
139
139
|
"sass-embedded": "^1.100.0",
|
|
140
140
|
"tailwind-merge": "^3.6.0",
|
|
141
141
|
"tailwind-variants": "^3.3.1",
|
|
142
|
-
"tdesign-miniprogram": "^1.
|
|
142
|
+
"tdesign-miniprogram": "^1.16.0",
|
|
143
143
|
"ts-morph": "^28.0.0",
|
|
144
144
|
"uview-plus": "3.8.86",
|
|
145
145
|
"vite-plugin-inspect": "^12.0.2",
|
|
146
146
|
"vue-tsc": "^3.3.9",
|
|
147
|
-
"weapp-tailwindcss": "^5.2.
|
|
147
|
+
"weapp-tailwindcss": "^5.2.12",
|
|
148
148
|
autoprefixer: "^10.5.4",
|
|
149
149
|
clsx: "^2.1.1",
|
|
150
150
|
dayjs: "^1.11.21",
|
|
151
151
|
echarts: "^6.1.0",
|
|
152
152
|
esbuild: "^0.28.1",
|
|
153
|
-
eslint: "^10.8.
|
|
153
|
+
eslint: "^10.8.1",
|
|
154
154
|
fdir: "^6.5.0",
|
|
155
155
|
htmlparser2: "^12.0.0",
|
|
156
156
|
lodash: "^4.18.1",
|
|
157
157
|
merge: "^2.1.1",
|
|
158
158
|
obug: "^2.1.4",
|
|
159
159
|
pathe: "^2.0.3",
|
|
160
|
-
postcss: "^8.5.
|
|
161
|
-
rolldown: "1.2.
|
|
160
|
+
postcss: "^8.5.26",
|
|
161
|
+
rolldown: "1.2.3",
|
|
162
162
|
sass: "^1.102.0",
|
|
163
163
|
stylelint: "^17.14.1",
|
|
164
164
|
tailwindcss: "^4.3.3",
|
|
165
165
|
tslib: "^2.8.1",
|
|
166
|
-
tsx: "^4.23.
|
|
166
|
+
tsx: "^4.23.11",
|
|
167
167
|
typescript: "^6.0.3",
|
|
168
|
-
vite: "8.2.
|
|
169
|
-
vue: "^3.5.
|
|
168
|
+
vite: "8.2.1",
|
|
169
|
+
vue: "^3.5.41",
|
|
170
170
|
zod: "^4.4.3"
|
|
171
171
|
};
|
|
172
172
|
const TEMPLATE_NAMED_CATALOG = {
|
|
173
|
-
"tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.
|
|
174
|
-
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.2.
|
|
173
|
+
"tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.16.0" },
|
|
174
|
+
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.2.12" },
|
|
175
175
|
latest: {
|
|
176
|
-
"miniprogram-api-typings": "^5.2.
|
|
176
|
+
"miniprogram-api-typings": "^5.2.3",
|
|
177
177
|
typescript: "^6.0.3"
|
|
178
178
|
},
|
|
179
179
|
tailwind3: { tailwindcss: "^3.4.19" },
|
|
@@ -480,7 +480,7 @@ async function rewriteProjectConfigAppId(targetDir) {
|
|
|
480
480
|
const projectConfigPath = path.resolve(targetDir, "project.config.json");
|
|
481
481
|
if (!await fs.pathExists(projectConfigPath)) return;
|
|
482
482
|
const projectConfig = await fs.readJSON(projectConfigPath);
|
|
483
|
-
if (!projectConfig || typeof projectConfig !== "object" || projectConfig.appid === TOURIST_APP_ID) return;
|
|
483
|
+
if (!projectConfig || typeof projectConfig !== "object" || projectConfig.compileType === "plugin" || projectConfig.appid === TOURIST_APP_ID) return;
|
|
484
484
|
projectConfig.appid = TOURIST_APP_ID;
|
|
485
485
|
await writeJsonFile(projectConfigPath, projectConfig);
|
|
486
486
|
}
|
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
## 使用提示
|
|
32
32
|
|
|
33
33
|
- 模板默认通过 `weapp.pluginRoot` 输出 `dist-plugin/**`
|
|
34
|
-
- `src/app.json`
|
|
34
|
+
- `src/app.json` 里预置了与插件 AppID 一致的 `hello-plugin.provider`
|
|
35
35
|
- 如果你要在自己的插件 AppID 下调试或上传,请先替换 `project.config.json` 的 `appid`,并同步修改 `src/app.json` 里的 `plugins.hello-plugin.provider`
|
|
36
36
|
|
|
37
37
|
## 文档地址
|