v0.6.6
Patch Changes
-
#104
3188d7aThanks @kimjbstar! - Cut what this package costs to install.@prisma/internalsmoves to devDependencies: the specs
still use itsgetDMMF, but it installs 28MB,prismaitself doesn't depend on it (so it never
dedupes with a project's existing install), and the generator only needed two things from it —
parseEnvValueandlogger.info— both now transcribed intoutil.tswith their behaviour and
output unchanged. Sourcemaps are also no longer published:filesships onlydist, so their
sources: ["../src/*.ts"]pointed at files that were never in the tarball.Runtime dependencies are now
@prisma/generator-helperandprettier. The published tarball is
29% smaller (130.8kB → 93.0kB unpacked), and@prisma/internals' 28MB is gone from every install.
package.jsonalso declares"type": "commonjs"explicitly so Node doesn't have to detect it.