create-wenuts-cli 2.3.1 → 2.3.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -117,7 +117,7 @@ async function run() {
117
117
  message: "请选择模版:",
118
118
  choices: [
119
119
  {
120
- name: "默认模版(Nextjs 15, TailwindCSS 4, TypeScript, next-auth, next-intl, mantine)",
120
+ name: "默认模版(Nextjs 16, TailwindCSS 4, TypeScript, next-auth, next-intl, mantine, Automated svg)",
121
121
  value: "default",
122
122
  },
123
123
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-wenuts-cli",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {