You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@prisma/generator-helper

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/generator-helper - npm Package Compare versions

Comparing version

to
0.0.1

@@ -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 = {