Brakebein / prisma-generator-nestjs-dto

Generates NestJS DTO classes from Prisma Schema
Apache License 2.0
51 stars 28 forks source link

Fix namespaced imports in dto casts #16

Closed zackdotcomputer closed 1 year ago

zackdotcomputer commented 1 year ago

The DTOCast annotation Regex needed updating to include support for the @ character in package names.

Brakebein commented 1 year ago

Thanks! New version has just been released.