create-weapp-vite 2.3.16 → 2.3.18
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-C8kzMXK7.js → src-BOLICb-Z.js} +12 -12
- package/package.json +1 -1
- package/templates/default/.vscode/settings.json +2 -1
- package/templates/lib/.vscode/settings.json +2 -1
- package/templates/lib/package.json +1 -1
- package/templates/tailwindcss/.vscode/settings.json +2 -1
- package/templates/tailwindcss/package.json +1 -2
- package/templates/tailwindcss/postcss.config.js +0 -1
- package/templates/tdesign/.vscode/settings.json +2 -1
- package/templates/tdesign/package.json +1 -2
- package/templates/tdesign/postcss.config.js +0 -1
- package/templates/vant/.vscode/settings.json +2 -1
- package/templates/vant/package.json +1 -2
- package/templates/vant/postcss.config.js +0 -1
- package/templates/wevu/.vscode/settings.json +2 -1
- package/templates/wevu-tdesign/.vscode/settings.json +2 -1
- package/templates/wevu-tdesign/package.json +1 -2
- package/templates/wevu-tdesign/postcss.config.js +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-BOLICb-Z.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-BOLICb-Z.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.4";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../dashboard/package.json
|
|
12
|
-
var version$1 = "6.16.
|
|
12
|
+
var version$1 = "6.16.4";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region ../weapp-vite/package.json
|
|
15
|
-
var version = "6.16.
|
|
15
|
+
var version = "6.16.4";
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/enums.ts
|
|
18
18
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -117,17 +117,17 @@ const TEMPLATE_CATALOG = {
|
|
|
117
117
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
118
118
|
"@vue/compiler-core": "^3.5.33",
|
|
119
119
|
"@vue/compiler-dom": "^3.5.33",
|
|
120
|
-
"@vue/language-core": "^3.2.
|
|
120
|
+
"@vue/language-core": "^3.2.8",
|
|
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.3.
|
|
127
|
+
"lru-cache": "^11.3.6",
|
|
128
128
|
"magic-string": "^0.30.21",
|
|
129
129
|
"miniprogram-api-typings": "^5.1.3",
|
|
130
|
-
"oxc-parser": "^0.
|
|
130
|
+
"oxc-parser": "^0.129.0",
|
|
131
131
|
"oxc-walker": "^0.7.0",
|
|
132
132
|
"pkg-types": "^2.3.1",
|
|
133
133
|
"sass-embedded": "^1.99.0",
|
|
@@ -136,8 +136,8 @@ 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.2.
|
|
140
|
-
"weapp-tailwindcss": "^4.
|
|
139
|
+
"vue-tsc": "^3.2.8",
|
|
140
|
+
"weapp-tailwindcss": "^4.12.0",
|
|
141
141
|
autoprefixer: "^10.5.0",
|
|
142
142
|
clsx: "^2.1.1",
|
|
143
143
|
dayjs: "^1.11.20",
|
|
@@ -150,20 +150,20 @@ const TEMPLATE_CATALOG = {
|
|
|
150
150
|
lodash: "^4.18.1",
|
|
151
151
|
merge: "^2.1.1",
|
|
152
152
|
pathe: "^2.0.3",
|
|
153
|
-
postcss: "^8.5.
|
|
153
|
+
postcss: "^8.5.14",
|
|
154
154
|
rolldown: "1.0.0-rc.17",
|
|
155
155
|
sass: "^1.99.0",
|
|
156
|
-
stylelint: "^17.
|
|
156
|
+
stylelint: "^17.11.0",
|
|
157
157
|
tailwindcss: "^4.2.4",
|
|
158
158
|
tslib: "^2.8.1",
|
|
159
159
|
typescript: "^6.0.3",
|
|
160
160
|
vite: "8.0.10",
|
|
161
161
|
vue: "^3.5.33",
|
|
162
|
-
zod: "^4.4.
|
|
162
|
+
zod: "^4.4.3"
|
|
163
163
|
};
|
|
164
164
|
const TEMPLATE_NAMED_CATALOG = {
|
|
165
165
|
"tdesign-miniprogram-fixed": { "tdesign-miniprogram": "1.14.0" },
|
|
166
|
-
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "4.
|
|
166
|
+
"weapp-tailwindcss-fixed": { "weapp-tailwindcss": "4.12.0" },
|
|
167
167
|
latest: {
|
|
168
168
|
"miniprogram-api-typings": "^5.1.3",
|
|
169
169
|
typescript: "^6.0.3"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite-tailwindcss-template",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"private": true,
|
|
6
6
|
"description": "原生微信小程序 weapp-vite + tailwindcss 模板",
|
|
7
7
|
"author": "ice breaker <1324318532@qq.com>",
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"@tailwindcss/postcss": "catalog:",
|
|
38
38
|
"@types/node": "catalog:",
|
|
39
39
|
"@weapp-vite/dashboard": "workspace:*",
|
|
40
|
-
"autoprefixer": "catalog:",
|
|
41
40
|
"eslint": "catalog:",
|
|
42
41
|
"miniprogram-api-typings": "catalog:",
|
|
43
42
|
"postcss": "catalog:",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite-tailwindcss-tdesign-template",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"private": true,
|
|
6
6
|
"description": "原生微信小程序 weapp-vite + tailwindcss + tdesign 模板",
|
|
7
7
|
"author": "ice breaker <1324318532@qq.com>",
|
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
"@tailwindcss/postcss": "catalog:",
|
|
41
41
|
"@types/node": "catalog:",
|
|
42
42
|
"@weapp-vite/dashboard": "workspace:*",
|
|
43
|
-
"autoprefixer": "catalog:",
|
|
44
43
|
"eslint": "catalog:",
|
|
45
44
|
"miniprogram-api-typings": "catalog:",
|
|
46
45
|
"postcss": "catalog:",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite-tailwindcss-vant-template",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"private": true,
|
|
6
6
|
"description": "原生微信小程序 weapp-vite + tailwindcss 模板",
|
|
7
7
|
"author": "ice breaker <1324318532@qq.com>",
|
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
"@tailwindcss/postcss": "catalog:",
|
|
41
41
|
"@types/node": "catalog:",
|
|
42
42
|
"@weapp-vite/dashboard": "workspace:*",
|
|
43
|
-
"autoprefixer": "catalog:",
|
|
44
43
|
"eslint": "catalog:",
|
|
45
44
|
"miniprogram-api-typings": "catalog:",
|
|
46
45
|
"postcss": "catalog:",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite-wevu-tailwindcss-tdesign-template",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"private": true,
|
|
6
6
|
"description": "weapp-vite + wevu (Vue SFC) 模板",
|
|
7
7
|
"author": "ice breaker <1324318532@qq.com>",
|
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
"@tailwindcss/postcss": "catalog:",
|
|
41
41
|
"@types/node": "catalog:",
|
|
42
42
|
"@weapp-vite/dashboard": "workspace:*",
|
|
43
|
-
"autoprefixer": "catalog:",
|
|
44
43
|
"eslint": "catalog:",
|
|
45
44
|
"miniprogram-api-typings": "catalog:",
|
|
46
45
|
"postcss": "catalog:",
|