You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle tRPC v11 flattened type hierarchy in CLI extractor
In tRPC v11, record entries are namespace objects with procedures as
direct properties (no nested _def.record). Updated walkRouterType to
detect these namespace objects and recurse into their properties to
find procedures.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/server/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@srawad/trpc-studio",
3
-
"version": "0.1.10",
3
+
"version": "0.1.11",
4
4
"license": "MIT",
5
5
"description": "Swagger-like UI for tRPC — auto-generated input forms, Try It Out execution, output type visualization, and a CLI for static type extraction",
0 commit comments