@reus-able/frontend-helper-mcp 1.1.0 → 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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "前端开发的一些cursor mcp工具集",
3
3
  "name": "@reus-able/frontend-helper-mcp",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: vue-component
3
3
  description: 构建 Vue3 SFC 组件,采用分层架构,包含组件、样式、模板、脚本等文件。
4
- license: -
5
4
  ---
6
5
 
7
6
  ## 构建Vue3 SFC组件
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: vue-hooks
3
3
  description: 构建 Vue3 组件的 hooks 函数。
4
- license: -
5
4
  ---
6
5
 
7
6
  ## 构建Vue3 组件的 hooks 函数