Problem
The current implementation relies on @prisma/prisma-fmt-wasm:
"@prisma/prisma-fmt-wasm": "^4.17.0-16.27eb2449f178cd9fe1a4b892d732cc4795f75085"
This is an outdated package, and although not critical, there are a few changes to the prisma schema since version 4.17 that would be nice to have updated (e.g. newer, valid Prisma preview features are unrecognized in Prisma schema).
Feature Description
I suggest upgrading to @prisma/prisma-schema-wasm. From my research I believe this is the same package, but the package was renamed in Prisma version 5.0.0, seen in this PR:
Let me know if this is a viable solution or something you have looked into in the past.
Priority
Nice to Have
Problem
The current implementation relies on
@prisma/prisma-fmt-wasm:This is an outdated package, and although not critical, there are a few changes to the prisma schema since version 4.17 that would be nice to have updated (e.g. newer, valid Prisma preview features are unrecognized in Prisma schema).
Feature Description
I suggest upgrading to
@prisma/prisma-schema-wasm. From my research I believe this is the same package, but the package was renamed in Prisma version 5.0.0, seen in this PR:prisma-fmt-wasm->prisma-schema-wasmprisma/prisma-engines#4033Let me know if this is a viable solution or something you have looked into in the past.
Priority
Nice to Have