1.33.1
(fix): Fix module.imports to merge with bundled default dependencies instead
of replacing them. Previously, specifying any custom module imports would
discard all default dependencies (uuid, testify, yaml). Now user-specified
versions correctly override individual bundled defaults while preserving
the rest, matching the v2 generator behavior.