create-weapp-vite 1.0.24 → 1.1.1

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
@@ -71,7 +71,7 @@ async function run() {
71
71
  value: import_init.TemplateName.tdesign
72
72
  }
73
73
  ],
74
- default: "default"
74
+ default: import_init.TemplateName.default
75
75
  });
76
76
  await (0, import_init.createProject)(targetDir, templateName);
77
77
  }
package/dist/cli.js CHANGED
@@ -37,7 +37,7 @@ async function run() {
37
37
  value: TemplateName.tdesign
38
38
  }
39
39
  ],
40
- default: "default"
40
+ default: TemplateName.default
41
41
  });
42
42
  await createProject(targetDir, templateName);
43
43
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "1.0.24",
4
+ "version": "1.1.1",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -32,9 +32,9 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@inquirer/prompts": "^7.10.1",
35
+ "@inquirer/prompts": "^8.1.0",
36
36
  "fs-extra": "^11.3.2",
37
- "@weapp-core/init": "3.0.4"
37
+ "@weapp-core/init": "3.0.6"
38
38
  },
39
39
  "scripts": {
40
40
  "dev": "tsup --watch --sourcemap",