0.51.32
(fix):
The Conjure Importer now handles replacing ‘rid’ types more safely by checking if an import alias starts with ‘rid’.
Previously, it would replace any ‘rid’ text with ‘string’, which could incorrectly modify import aliases that happened to start with ‘rid’.
Now it only replaces ‘rid’ when it appears as a standalone type or generic parameter.