Closed zackdotcomputer closed 1 year ago
Thanks @Brakebein - sorry I fell off on the follow-ups. I was doing this for a migration at work and it has been more difficult than we'd hoped (as they always are). Let me know if I can help out here, though. Happy for this package to thrive especially since we'll be using it in production as of this week...
This is 3 main changes:
npm audit fix
for the minimatch CVE@prisma/internals
by moving to vanilla console.log for logging (which is what Prisma's logger was doing anyways) and by bringing the parseEnv function into the codebase locally.replaceAll
that was breaking compatibility with Node 14 per #10 .