create-weapp-vite 2.3.27 → 2.3.29
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-DF7AVCLp.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-DF7AVCLp.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.17";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../dashboard/package.json
|
|
12
|
-
var version$1 = "6.16.
|
|
12
|
+
var version$1 = "6.16.17";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../weapp-vite/package.json
|
|
15
|
-
var version = "6.16.
|
|
15
|
+
var version = "6.16.17";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/enums.ts
|
|
18
18
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -111,23 +111,23 @@ const TEMPLATE_CATALOG = {
|
|
|
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.9.0",
|
|
115
115
|
"@types/semver": "^7.7.1",
|
|
116
116
|
"@vant/weapp": "^1.11.7",
|
|
117
117
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
118
118
|
"@vue/compiler-core": "^3.5.34",
|
|
119
119
|
"@vue/compiler-dom": "^3.5.34",
|
|
120
|
-
"@vue/language-core": "^3.
|
|
120
|
+
"@vue/language-core": "^3.3.0",
|
|
121
121
|
"antd-mini": "^3.4.3",
|
|
122
122
|
"bundle-require": "^5.1.0",
|
|
123
123
|
"class-variance-authority": "^0.7.1",
|
|
124
124
|
"comment-json": "^5.0.0",
|
|
125
125
|
"estree-walker": "^3.0.3",
|
|
126
126
|
"gm-crypto": "^0.1.12",
|
|
127
|
-
"lru-cache": "^11.
|
|
127
|
+
"lru-cache": "^11.4.0",
|
|
128
128
|
"magic-string": "^0.30.21",
|
|
129
129
|
"miniprogram-api-typings": "^5.2.1",
|
|
130
|
-
"oxc-parser": "^0.
|
|
130
|
+
"oxc-parser": "^0.132.0",
|
|
131
131
|
"oxc-walker": "^1.0.0",
|
|
132
132
|
"pkg-types": "^2.3.1",
|
|
133
133
|
"sass-embedded": "^1.99.0",
|
|
@@ -136,7 +136,7 @@ const TEMPLATE_CATALOG = {
|
|
|
136
136
|
"tdesign-miniprogram": "^1.14.0",
|
|
137
137
|
"ts-morph": "^28.0.0",
|
|
138
138
|
"vite-plugin-inspect": "^11.3.3",
|
|
139
|
-
"vue-tsc": "^3.
|
|
139
|
+
"vue-tsc": "^3.3.0",
|
|
140
140
|
"weapp-tailwindcss": "^4.12.0",
|
|
141
141
|
autoprefixer: "^10.5.0",
|
|
142
142
|
clsx: "^2.1.1",
|
package/package.json
CHANGED