create-weapp-vite 1.1.3-alpha.1 → 1.1.4

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.cjs CHANGED
@@ -58,6 +58,10 @@ async function run() {
58
58
  name: "\u9ED8\u8BA4\u6A21\u677F",
59
59
  value: import_init.TemplateName.default
60
60
  },
61
+ {
62
+ name: "Wevu \u6A21\u677F (Vue SFC)",
63
+ value: import_init.TemplateName.wevu
64
+ },
61
65
  {
62
66
  name: "\u96C6\u6210 Tailwindcss",
63
67
  value: import_init.TemplateName.tailwindcss
package/dist/cli.js CHANGED
@@ -24,6 +24,10 @@ async function run() {
24
24
  name: "\u9ED8\u8BA4\u6A21\u677F",
25
25
  value: TemplateName.default
26
26
  },
27
+ {
28
+ name: "Wevu \u6A21\u677F (Vue SFC)",
29
+ value: TemplateName.wevu
30
+ },
27
31
  {
28
32
  name: "\u96C6\u6210 Tailwindcss",
29
33
  value: TemplateName.tailwindcss
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "1.1.3-alpha.1",
4
+ "version": "1.1.4",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@inquirer/prompts": "^8.1.0",
36
36
  "fs-extra": "^11.3.3",
37
- "@weapp-core/init": "3.0.8-alpha.1"
37
+ "@weapp-core/init": "4.0.0"
38
38
  },
39
39
  "scripts": {
40
40
  "dev": "tsup --watch --sourcemap",