mcp-vue-codegen 1.3.1 → 1.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -181,5 +181,5 @@ MCP Server,根据数据库表字段 JSON 文档自动生成 **Vue3 前端** +
181
181
  - Node.js >= 18
182
182
 
183
183
  ## License
184
-
184
+ anshu
185
185
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-vue-codegen",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "MCP Server for generating Vue3 CRUD module code from database table schema JSON",
5
5
  "author": "anshu",
6
6
  "main": "build/index.js",