create-weapp-vite 2.3.9 → 2.3.11
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-Dsqyv1L7.js → src-CVtwHKzW.js} +8 -8
- package/package.json +2 -2
- package/templates/lib/package.json +1 -1
- package/templates/tailwindcss/package.json +1 -0
- package/templates/tailwindcss/postcss.config.js +1 -0
- package/templates/tdesign/package.json +1 -0
- package/templates/tdesign/postcss.config.js +1 -0
- package/templates/vant/package.json +1 -0
- package/templates/vant/postcss.config.js +1 -0
- package/templates/wevu-tdesign/package.json +1 -0
- package/templates/wevu-tdesign/postcss.config.js +1 -0
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-CVtwHKzW.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-CVtwHKzW.js";
|
|
2
2
|
export { TemplateName, createProject };
|
|
@@ -6,10 +6,10 @@ 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$1 = "6.15.
|
|
9
|
+
var version$1 = "6.15.18";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../weapp-vite/package.json
|
|
12
|
-
var version = "6.15.
|
|
12
|
+
var version = "6.15.18";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/enums.ts
|
|
15
15
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -102,8 +102,8 @@ const TEMPLATE_CATALOG = {
|
|
|
102
102
|
"@babel/types": "^7.29.0",
|
|
103
103
|
"@douyin-microapp/typings": "^1.3.1",
|
|
104
104
|
"@egoist/tailwindcss-icons": "^1.9.2",
|
|
105
|
-
"@icebreakers/eslint-config": "^4.0.
|
|
106
|
-
"@icebreakers/stylelint-config": "^3.0.
|
|
105
|
+
"@icebreakers/eslint-config": "^4.0.9",
|
|
106
|
+
"@icebreakers/stylelint-config": "^3.0.6",
|
|
107
107
|
"@iconify-json/mdi": "^1.2.3",
|
|
108
108
|
"@mini-types/alipay": "^3.0.14",
|
|
109
109
|
"@tailwindcss/postcss": "^4.2.4",
|
|
@@ -124,9 +124,9 @@ const TEMPLATE_CATALOG = {
|
|
|
124
124
|
"lru-cache": "^11.3.5",
|
|
125
125
|
"magic-string": "^0.30.21",
|
|
126
126
|
"miniprogram-api-typings": "^5.1.3",
|
|
127
|
-
"oxc-parser": "^0.
|
|
127
|
+
"oxc-parser": "^0.128.0",
|
|
128
128
|
"oxc-walker": "^0.7.0",
|
|
129
|
-
"pkg-types": "^2.3.
|
|
129
|
+
"pkg-types": "^2.3.1",
|
|
130
130
|
"sass-embedded": "^1.99.0",
|
|
131
131
|
"tailwind-merge": "^3.5.0",
|
|
132
132
|
"tailwind-variants": "^3.2.2",
|
|
@@ -147,10 +147,10 @@ const TEMPLATE_CATALOG = {
|
|
|
147
147
|
lodash: "^4.18.1",
|
|
148
148
|
merge: "^2.1.1",
|
|
149
149
|
pathe: "^2.0.3",
|
|
150
|
-
postcss: "^8.5.
|
|
150
|
+
postcss: "^8.5.12",
|
|
151
151
|
rolldown: "1.0.0-rc.17",
|
|
152
152
|
sass: "^1.99.0",
|
|
153
|
-
stylelint: "^17.9.
|
|
153
|
+
stylelint: "^17.9.1",
|
|
154
154
|
tailwindcss: "^4.2.4",
|
|
155
155
|
tslib: "^2.8.1",
|
|
156
156
|
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.3.
|
|
4
|
+
"version": "2.3.11",
|
|
5
5
|
"description": "create-weapp-vite",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@inquirer/prompts": "^8.4.2",
|
|
51
51
|
"pathe": "^2.0.3",
|
|
52
|
-
"pkg-types": "^2.3.
|
|
52
|
+
"pkg-types": "^2.3.1",
|
|
53
53
|
"@weapp-core/logger": "^3.1.1",
|
|
54
54
|
"@weapp-core/shared": "^3.0.4"
|
|
55
55
|
},
|