create-weapp-vite 2.7.1 → 2.7.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
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-oq4dsVyY.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-oq4dsVyY.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.
|
|
12
|
+
var version$2 = "6.20.3";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../dashboard/package.json
|
|
15
|
-
var version$1 = "6.20.
|
|
15
|
+
var version$1 = "6.20.3";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region ../weapp-vite/package.json
|
|
18
|
-
var version = "6.20.
|
|
18
|
+
var version = "6.20.3";
|
|
19
19
|
//#endregion
|
|
20
20
|
//#region src/enums.ts
|
|
21
21
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -85,6 +85,8 @@ function createAgentsGuidelines(templateName) {
|
|
|
85
85
|
"## WeChat DevTools",
|
|
86
86
|
"",
|
|
87
87
|
"- Before using screenshot, preview, upload, automator, or `--open`, ensure WeChat DevTools is logged in and the service port is enabled.",
|
|
88
|
+
"- `wv open`, `wv dev -o`, and `wv build -o` use the official DevTools CLI first, then connect automator; if the IDE is open but automator is unavailable, run `wv ide doctor --json` before retrying.",
|
|
89
|
+
"- Use `--ide-open-strategy automator` only for explicit compatibility debugging; do not treat it as the default startup path.",
|
|
88
90
|
"- Prefer writing screenshots to workspace paths such as `.tmp/acceptance.png`.",
|
|
89
91
|
"",
|
|
90
92
|
"## AI Skills",
|
|
@@ -136,12 +138,12 @@ const TEMPLATE_CATALOG = {
|
|
|
136
138
|
"gm-crypto": "^0.1.12",
|
|
137
139
|
"happy-dom": "^20.11.2",
|
|
138
140
|
"lru-cache": "^11.5.2",
|
|
139
|
-
"magic-string": "^1.
|
|
141
|
+
"magic-string": "^1.2.0",
|
|
140
142
|
"miniprogram-api-typings": "^5.2.3",
|
|
141
143
|
"oxc-parser": "^0.144.0",
|
|
142
144
|
"oxc-walker": "^1.1.1",
|
|
143
145
|
"pkg-types": "^2.3.1",
|
|
144
|
-
"sass-embedded": "^1.
|
|
146
|
+
"sass-embedded": "^1.102.0",
|
|
145
147
|
"tailwind-merge": "^3.6.0",
|
|
146
148
|
"tailwind-variants": "^3.3.1",
|
|
147
149
|
"tdesign-miniprogram": "^1.16.0",
|
|
@@ -163,7 +165,7 @@ const TEMPLATE_CATALOG = {
|
|
|
163
165
|
obug: "^2.1.4",
|
|
164
166
|
pathe: "^2.0.3",
|
|
165
167
|
postcss: "^8.5.26",
|
|
166
|
-
rolldown: "1.2.
|
|
168
|
+
rolldown: "1.2.4",
|
|
167
169
|
sass: "^1.102.0",
|
|
168
170
|
stylelint: "^17.14.1",
|
|
169
171
|
tailwindcss: "^4.3.3",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-weapp-vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.3",
|
|
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.14",
|
|
53
53
|
"@weapp-core/logger": "3.1.1",
|
|
54
|
-
"@weapp-core/
|
|
54
|
+
"@weapp-core/shared": "3.1.1"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"catalog:sync": "node --import tsx scripts/generate-template-catalog.ts",
|