rushangle-cli 0.1.4 → 0.1.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "rushangle-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "SkillHub CLI - 数智凯航技能市场命令行工具",
5
5
  "bin": {
6
6
  "rushangle": "./bin/rushangle.js"
@@ -154,7 +154,7 @@ module.exports = new Command('publish')
154
154
  : 'json');
155
155
 
156
156
  result = await api.publishMcp({
157
- name, version, description, language, code,
157
+ name, version, description, language, code, category,
158
158
  config: config || meta.config || null,
159
159
  tags, readme,
160
160
  });