create-weapp-vite 2.3.31 → 2.3.33
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-BrBAjv3-.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-BrBAjv3-.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.21";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../dashboard/package.json
|
|
12
|
-
var version$1 = "6.16.
|
|
12
|
+
var version$1 = "6.16.21";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../weapp-vite/package.json
|
|
15
|
-
var version = "6.16.
|
|
15
|
+
var version = "6.16.21";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/enums.ts
|
|
18
18
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -130,10 +130,10 @@ const TEMPLATE_CATALOG = {
|
|
|
130
130
|
"oxc-parser": "^0.132.0",
|
|
131
131
|
"oxc-walker": "^1.0.0",
|
|
132
132
|
"pkg-types": "^2.3.1",
|
|
133
|
-
"sass-embedded": "^1.
|
|
133
|
+
"sass-embedded": "^1.100.0",
|
|
134
134
|
"tailwind-merge": "^3.6.0",
|
|
135
135
|
"tailwind-variants": "^3.2.2",
|
|
136
|
-
"tdesign-miniprogram": "^1.
|
|
136
|
+
"tdesign-miniprogram": "^1.15.0",
|
|
137
137
|
"ts-morph": "^28.0.0",
|
|
138
138
|
"vite-plugin-inspect": "^11.3.3",
|
|
139
139
|
"vue-tsc": "^3.3.1",
|
|
@@ -152,17 +152,17 @@ const TEMPLATE_CATALOG = {
|
|
|
152
152
|
pathe: "^2.0.3",
|
|
153
153
|
postcss: "^8.5.15",
|
|
154
154
|
rolldown: "1.0.2",
|
|
155
|
-
sass: "^1.
|
|
155
|
+
sass: "^1.100.0",
|
|
156
156
|
stylelint: "^17.12.0",
|
|
157
157
|
tailwindcss: "^4.3.0",
|
|
158
158
|
tslib: "^2.8.1",
|
|
159
159
|
typescript: "^6.0.3",
|
|
160
|
-
vite: "8.0.
|
|
160
|
+
vite: "8.0.14",
|
|
161
161
|
vue: "^3.5.34",
|
|
162
162
|
zod: "^4.4.3"
|
|
163
163
|
};
|
|
164
164
|
const TEMPLATE_NAMED_CATALOG = {
|
|
165
|
-
"tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.
|
|
165
|
+
"tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.15.0" },
|
|
166
166
|
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "4.12.0" },
|
|
167
167
|
latest: {
|
|
168
168
|
"miniprogram-api-typings": "^5.2.1",
|
package/package.json
CHANGED