create-weapp-vite 2.1.0 → 2.2.0
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-yFJBBYLM.js → src-DgSMD2oY.js} +7 -7
- package/package.json +1 -1
- package/templates/default/package.json +5 -4
- package/templates/lib/package.json +4 -4
- package/templates/tailwindcss/package.json +5 -4
- package/templates/tdesign/package.json +5 -4
- package/templates/vant/package.json +5 -4
- package/templates/wevu/package.json +3 -3
- package/templates/wevu-tdesign/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, r as TemplateName, t as createProject } from "./src-
|
|
1
|
+
import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, r as TemplateName, t as createProject } from "./src-DgSMD2oY.js";
|
|
2
2
|
import logger from "@weapp-core/logger";
|
|
3
3
|
import { fs } from "@weapp-core/shared";
|
|
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-DgSMD2oY.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.3";
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region ../weapp-vite/package.json
|
|
12
|
-
var version = "6.15.
|
|
12
|
+
var version = "6.15.3";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/enums.ts
|
|
15
15
|
let TemplateName = /* @__PURE__ */ function(TemplateName) {
|
|
@@ -103,27 +103,27 @@ const TEMPLATE_CATALOG = {
|
|
|
103
103
|
"@types/node": "^25.6.0",
|
|
104
104
|
"@types/semver": "^7.7.1",
|
|
105
105
|
"@vant/weapp": "^1.11.7",
|
|
106
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
106
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
107
107
|
"@vue/compiler-core": "^3.5.32",
|
|
108
108
|
"@vue/compiler-dom": "^3.5.32",
|
|
109
109
|
"@vue/language-core": "^3.2.6",
|
|
110
110
|
"antd-mini": "^3.4.3",
|
|
111
111
|
"bundle-require": "^5.1.0",
|
|
112
112
|
"class-variance-authority": "^0.7.1",
|
|
113
|
-
"comment-json": "^
|
|
113
|
+
"comment-json": "^5.0.0",
|
|
114
114
|
"estree-walker": "^3.0.3",
|
|
115
115
|
"gm-crypto": "^0.1.12",
|
|
116
|
-
"lru-cache": "^11.3.
|
|
116
|
+
"lru-cache": "^11.3.5",
|
|
117
117
|
"magic-string": "^0.30.21",
|
|
118
118
|
"miniprogram-api-typings": "^5.1.2",
|
|
119
|
-
"oxc-parser": "^0.
|
|
119
|
+
"oxc-parser": "^0.125.0",
|
|
120
120
|
"oxc-walker": "^0.7.0",
|
|
121
121
|
"pkg-types": "^2.3.0",
|
|
122
122
|
"sass-embedded": "^1.99.0",
|
|
123
123
|
"tailwind-merge": "^3.5.0",
|
|
124
124
|
"tailwind-variants": "^3.2.2",
|
|
125
125
|
"tdesign-miniprogram": "^1.13.2",
|
|
126
|
-
"ts-morph": "^
|
|
126
|
+
"ts-morph": "^28.0.0",
|
|
127
127
|
"vite-plugin-inspect": "^11.3.3",
|
|
128
128
|
"vue-tsc": "^3.2.6",
|
|
129
129
|
"weapp-tailwindcss": "^4.11.2",
|
package/package.json
CHANGED
|
@@ -28,13 +28,14 @@
|
|
|
28
28
|
"postinstall": "wv prepare"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@icebreakers/eslint-config": "^4.0.
|
|
32
|
-
"@icebreakers/stylelint-config": "^3.0.
|
|
31
|
+
"@icebreakers/eslint-config": "^4.0.4",
|
|
32
|
+
"@icebreakers/stylelint-config": "^3.0.4",
|
|
33
33
|
"eslint": "^10.2.0",
|
|
34
34
|
"miniprogram-api-typings": "catalog:",
|
|
35
35
|
"sass": "catalog:",
|
|
36
|
-
"stylelint": "^17.
|
|
36
|
+
"stylelint": "^17.7.0",
|
|
37
37
|
"typescript": "catalog:",
|
|
38
|
-
"weapp-vite": "workspace:*"
|
|
38
|
+
"weapp-vite": "workspace:*",
|
|
39
|
+
"wevu": "workspace:*"
|
|
39
40
|
}
|
|
40
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite-lib-template",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.3",
|
|
5
5
|
"private": true,
|
|
6
6
|
"description": "weapp-vite 组件库(lib 模式)模板",
|
|
7
7
|
"author": "ice breaker <1324318532@qq.com>",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"wevu": "workspace:*"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@icebreakers/eslint-config": "^4.0.
|
|
36
|
-
"@icebreakers/stylelint-config": "^3.0.
|
|
35
|
+
"@icebreakers/eslint-config": "^4.0.4",
|
|
36
|
+
"@icebreakers/stylelint-config": "^3.0.4",
|
|
37
37
|
"eslint": "^10.2.0",
|
|
38
38
|
"miniprogram-api-typings": "catalog:",
|
|
39
39
|
"sass": "catalog:",
|
|
40
|
-
"stylelint": "^17.
|
|
40
|
+
"stylelint": "^17.7.0",
|
|
41
41
|
"typescript": "catalog:",
|
|
42
42
|
"weapp-vite": "workspace:*",
|
|
43
43
|
"wevu": "workspace:*"
|
|
@@ -29,18 +29,19 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@egoist/tailwindcss-icons": "catalog:",
|
|
32
|
-
"@icebreakers/eslint-config": "^4.0.
|
|
33
|
-
"@icebreakers/stylelint-config": "^3.0.
|
|
32
|
+
"@icebreakers/eslint-config": "^4.0.4",
|
|
33
|
+
"@icebreakers/stylelint-config": "^3.0.4",
|
|
34
34
|
"@iconify-json/mdi": "catalog:",
|
|
35
35
|
"autoprefixer": "catalog:",
|
|
36
36
|
"eslint": "^10.2.0",
|
|
37
37
|
"miniprogram-api-typings": "catalog:",
|
|
38
38
|
"postcss": "catalog:",
|
|
39
39
|
"sass": "catalog:",
|
|
40
|
-
"stylelint": "^17.
|
|
40
|
+
"stylelint": "^17.7.0",
|
|
41
41
|
"tailwindcss": "catalog:tailwind3",
|
|
42
42
|
"typescript": "catalog:",
|
|
43
43
|
"weapp-tailwindcss": "catalog:",
|
|
44
|
-
"weapp-vite": "workspace:*"
|
|
44
|
+
"weapp-vite": "workspace:*",
|
|
45
|
+
"wevu": "workspace:*"
|
|
45
46
|
}
|
|
46
47
|
}
|
|
@@ -32,18 +32,19 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@egoist/tailwindcss-icons": "catalog:",
|
|
35
|
-
"@icebreakers/eslint-config": "^4.0.
|
|
36
|
-
"@icebreakers/stylelint-config": "^3.0.
|
|
35
|
+
"@icebreakers/eslint-config": "^4.0.4",
|
|
36
|
+
"@icebreakers/stylelint-config": "^3.0.4",
|
|
37
37
|
"@iconify-json/mdi": "catalog:",
|
|
38
38
|
"autoprefixer": "catalog:",
|
|
39
39
|
"eslint": "^10.2.0",
|
|
40
40
|
"miniprogram-api-typings": "catalog:",
|
|
41
41
|
"postcss": "catalog:",
|
|
42
42
|
"sass": "catalog:",
|
|
43
|
-
"stylelint": "^17.
|
|
43
|
+
"stylelint": "^17.7.0",
|
|
44
44
|
"tailwindcss": "catalog:tailwind3",
|
|
45
45
|
"typescript": "catalog:",
|
|
46
46
|
"weapp-tailwindcss": "catalog:",
|
|
47
|
-
"weapp-vite": "workspace:*"
|
|
47
|
+
"weapp-vite": "workspace:*",
|
|
48
|
+
"wevu": "workspace:*"
|
|
48
49
|
}
|
|
49
50
|
}
|
|
@@ -32,18 +32,19 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@egoist/tailwindcss-icons": "catalog:",
|
|
35
|
-
"@icebreakers/eslint-config": "^4.0.
|
|
36
|
-
"@icebreakers/stylelint-config": "^3.0.
|
|
35
|
+
"@icebreakers/eslint-config": "^4.0.4",
|
|
36
|
+
"@icebreakers/stylelint-config": "^3.0.4",
|
|
37
37
|
"@iconify-json/mdi": "catalog:",
|
|
38
38
|
"autoprefixer": "catalog:",
|
|
39
39
|
"eslint": "^10.2.0",
|
|
40
40
|
"miniprogram-api-typings": "catalog:",
|
|
41
41
|
"postcss": "catalog:",
|
|
42
42
|
"sass": "catalog:",
|
|
43
|
-
"stylelint": "^17.
|
|
43
|
+
"stylelint": "^17.7.0",
|
|
44
44
|
"tailwindcss": "catalog:tailwind3",
|
|
45
45
|
"typescript": "catalog:",
|
|
46
46
|
"weapp-tailwindcss": "catalog:",
|
|
47
|
-
"weapp-vite": "workspace:*"
|
|
47
|
+
"weapp-vite": "workspace:*",
|
|
48
|
+
"wevu": "workspace:*"
|
|
48
49
|
}
|
|
49
50
|
}
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"postinstall": "wv prepare"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@icebreakers/eslint-config": "^4.0.
|
|
32
|
-
"@icebreakers/stylelint-config": "^3.0.
|
|
31
|
+
"@icebreakers/eslint-config": "^4.0.4",
|
|
32
|
+
"@icebreakers/stylelint-config": "^3.0.4",
|
|
33
33
|
"eslint": "^10.2.0",
|
|
34
34
|
"miniprogram-api-typings": "catalog:",
|
|
35
|
-
"stylelint": "^17.
|
|
35
|
+
"stylelint": "^17.7.0",
|
|
36
36
|
"typescript": "catalog:",
|
|
37
37
|
"vue-tsc": "catalog:",
|
|
38
38
|
"weapp-vite": "workspace:*",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@egoist/tailwindcss-icons": "catalog:",
|
|
35
|
-
"@icebreakers/eslint-config": "^4.0.
|
|
36
|
-
"@icebreakers/stylelint-config": "^3.0.
|
|
35
|
+
"@icebreakers/eslint-config": "^4.0.4",
|
|
36
|
+
"@icebreakers/stylelint-config": "^3.0.4",
|
|
37
37
|
"@iconify-json/mdi": "catalog:",
|
|
38
38
|
"autoprefixer": "catalog:",
|
|
39
39
|
"eslint": "^10.2.0",
|
|
40
40
|
"miniprogram-api-typings": "catalog:",
|
|
41
41
|
"postcss": "catalog:",
|
|
42
42
|
"sass": "catalog:",
|
|
43
|
-
"stylelint": "^17.
|
|
43
|
+
"stylelint": "^17.7.0",
|
|
44
44
|
"tailwindcss": "catalog:tailwind3",
|
|
45
45
|
"typescript": "catalog:",
|
|
46
46
|
"vue-tsc": "catalog:",
|