@prisma/generator-helper
Advanced tools
@@ -172,3 +172,3 @@ export declare namespace DMMF { | ||
}; | ||
export declare type EngineType = 'query-engine' | 'migration-engine' | 'introspection-engine'; | ||
export declare type EngineType = 'queryEngine' | 'migrationEngine' | 'introspectionEngine'; | ||
export declare type GeneratorManifest = { | ||
@@ -175,0 +175,0 @@ prettyName?: string; |
{ | ||
"name": "@prisma/generator-helper", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -189,5 +189,5 @@ export namespace DMMF { | ||
export type EngineType = | ||
| 'query-engine' | ||
| 'migration-engine' | ||
| 'introspection-engine' | ||
| 'queryEngine' | ||
| 'migrationEngine' | ||
| 'introspectionEngine' | ||
@@ -194,0 +194,0 @@ export type GeneratorManifest = { |
48087
-0.01%