create-weapp-vite 2.8.7 → 2.8.9
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-UvmhW_rE.js → src-D1x3Z4jn.js} +11 -11
- package/package.json +5 -5
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-D1x3Z4jn.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-D1x3Z4jn.js";
|
|
2
2
|
export { TemplateName, createProject };
|
|
@@ -6,19 +6,19 @@ 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/react/package.json
|
|
9
|
-
var version$4 = "0.2.
|
|
9
|
+
var version$4 = "0.2.3";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../../packages-runtime/wevu/package.json
|
|
12
|
-
var version$3 = "
|
|
12
|
+
var version$3 = "7.0.1";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../dashboard/package.json
|
|
15
|
-
var version$2 = "
|
|
15
|
+
var version$2 = "7.0.1";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region ../eslint/package.json
|
|
18
18
|
var version$1 = "0.2.2";
|
|
19
19
|
//#endregion
|
|
20
20
|
//#region ../weapp-vite/package.json
|
|
21
|
-
var version = "
|
|
21
|
+
var version = "7.0.1";
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/enums.ts
|
|
24
24
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -156,11 +156,11 @@ const TEMPLATE_CATALOG = {
|
|
|
156
156
|
"estree-walker": "^3.0.3",
|
|
157
157
|
"gm-crypto": "^0.1.12",
|
|
158
158
|
"graphql-request": "^7.4.0",
|
|
159
|
-
"happy-dom": "^20.
|
|
159
|
+
"happy-dom": "^20.12.0",
|
|
160
160
|
"lru-cache": "^11.5.2",
|
|
161
161
|
"magic-string": "^1.2.3",
|
|
162
162
|
"miniprogram-api-typings": "^5.2.3",
|
|
163
|
-
"oxc-parser": "^0.
|
|
163
|
+
"oxc-parser": "^0.148.0",
|
|
164
164
|
"oxc-walker": "^1.1.1",
|
|
165
165
|
"pkg-types": "^2.3.1",
|
|
166
166
|
"postcss-selector-parser": "^7.1.5",
|
|
@@ -171,10 +171,10 @@ const TEMPLATE_CATALOG = {
|
|
|
171
171
|
"tailwind-variants": "^3.3.1",
|
|
172
172
|
"tdesign-miniprogram": "^1.16.0",
|
|
173
173
|
"ts-morph": "^28.0.0",
|
|
174
|
-
"uview-plus": "3.8.
|
|
174
|
+
"uview-plus": "3.8.113",
|
|
175
175
|
"vite-plugin-inspect": "^12.0.2",
|
|
176
176
|
"vue-tsc": "^3.3.11",
|
|
177
|
-
"weapp-tailwindcss": "^5.4.
|
|
177
|
+
"weapp-tailwindcss": "^5.4.2",
|
|
178
178
|
autoprefixer: "^10.5.4",
|
|
179
179
|
axios: "^1.20.0",
|
|
180
180
|
clsx: "^2.1.1",
|
|
@@ -197,15 +197,15 @@ const TEMPLATE_CATALOG = {
|
|
|
197
197
|
stylelint: "^17.14.1",
|
|
198
198
|
tailwindcss: "^4.3.3",
|
|
199
199
|
tslib: "^2.8.1",
|
|
200
|
-
tsx: "^4.23.
|
|
200
|
+
tsx: "^4.23.13",
|
|
201
201
|
typescript: "^6.0.3",
|
|
202
202
|
vite: "8.2.2",
|
|
203
203
|
vue: "^3.5.42",
|
|
204
|
-
zod: "^4.4
|
|
204
|
+
zod: "^4.5.4"
|
|
205
205
|
};
|
|
206
206
|
const TEMPLATE_NAMED_CATALOG = {
|
|
207
207
|
"tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.16.0" },
|
|
208
|
-
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.4.
|
|
208
|
+
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "5.4.2" },
|
|
209
209
|
latest: {
|
|
210
210
|
"miniprogram-api-typings": "^5.2.3",
|
|
211
211
|
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.8.
|
|
4
|
+
"version": "2.8.9",
|
|
5
5
|
"description": "create-weapp-vite",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@inquirer/prompts": "^8.7.0",
|
|
50
|
-
"pathe": "^2.0.3",
|
|
51
|
-
"pkg-types": "^2.3.1",
|
|
52
|
-
"@weapp-core/logger": "3.1.1",
|
|
53
50
|
"@weapp-core/init": "6.0.16",
|
|
54
|
-
"@weapp-core/
|
|
51
|
+
"@weapp-core/logger": "3.1.1",
|
|
52
|
+
"@weapp-core/shared": "3.2.0",
|
|
53
|
+
"pathe": "^2.0.3",
|
|
54
|
+
"pkg-types": "^2.3.1"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"catalog:sync": "node --import tsx scripts/generate-template-catalog.ts",
|