ucn 5.2.1 → 5.2.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.
package/languages/rust.js CHANGED
@@ -820,6 +820,7 @@ function _processClass(node, types, processedRanges, lines, code) {
820
820
  typeName: implInfo.typeName,
821
821
  members: extractImplMembers(node, lines, implInfo.typeName),
822
822
  modifiers: [],
823
+ ...(implInfo.generics && { generics: implInfo.generics }),
823
824
  ...(derefTarget && { derefTarget }),
824
825
  ...(docstring && { docstring })
825
826
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ucn",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "mcpName": "io.github.mleoca/ucn",
5
5
  "description": "Auditable AST code intelligence for AI agents: 18 task-oriented commands through one MCP tool, CLI, or agent skill. Supports JS/TS, Python, Go, Rust, Java, C, C++, C#, and HTML.",
6
6
  "main": "index.js",