Closed
Description
Hey thanks for the great work on this project!
I ran into an issue using this library in my NestJS project due to a version miss-match in the class-transformer
library. My base project was using the latest minor version 0.2.3
and this project is locked to the previous minor version 0.1.9
. Because of this I couldn't pass the defaultMetadataStorage
to the validationMetadatasToSchemas
method because the instances were different.
I've currently downgraded my project to use the 0.1.9
version which is working but it would be great if we could either remove the lock file (always pull latest based on package.json rules) or update the lock to use the latest versions.
Metadata
Metadata
Assignees
Labels
No labels