@prisma/query-engine-wasm
Advanced tools
Comparing version 5.8.0-19.61928b076d8a97382342ebcd58922d2e9cf43fc5 to 5.8.0-20.2592cb6a75559ba845db49087c7d60d0426a672b
{ | ||
"name": "@prisma/query-engine-wasm", | ||
"version": "5.8.0-19.61928b076d8a97382342ebcd58922d2e9cf43fc5", | ||
"version": "5.8.0-20.2592cb6a75559ba845db49087c7d60d0426a672b", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "query_engine_bg.wasm", |
@@ -525,7 +525,2 @@ let wasm; | ||
export function __wbg_now_4579335d3581594c() { | ||
const ret = Date.now(); | ||
return ret; | ||
}; | ||
export function __wbg_setTimeout_631fe61f31fa2fad(arg0, arg1) { | ||
@@ -536,2 +531,7 @@ const ret = setTimeout(getObject(arg0), arg1 >>> 0); | ||
export function __wbindgen_error_new(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
export function __wbg_call_53fc3abd42e24ec8() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -542,7 +542,2 @@ const ret = getObject(arg0).call(getObject(arg1), getObject(arg2)); | ||
export function __wbindgen_error_new(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
export function __wbindgen_string_new(arg0, arg1) { | ||
@@ -607,2 +602,7 @@ const ret = getStringFromWasm0(arg0, arg1); | ||
export function __wbg_now_4579335d3581594c() { | ||
const ret = Date.now(); | ||
return ret; | ||
}; | ||
export function __wbindgen_jsval_loose_eq(arg0, arg1) { | ||
@@ -962,3 +962,3 @@ const ret = getObject(arg0) == getObject(arg1); | ||
export function __wbindgen_closure_wrapper6100(arg0, arg1, arg2) { | ||
export function __wbindgen_closure_wrapper6112(arg0, arg1, arg2) { | ||
const ret = makeMutClosure(arg0, arg1, 294, __wbg_adapter_48); | ||
@@ -965,0 +965,0 @@ return addHeapObject(ret); |
@@ -11,9 +11,2 @@ /* tslint:disable */ | ||
export function debug_panic(panic_message?: string): void; | ||
export interface ConstructorOptions { | ||
datamodel: string; | ||
logLevel: string; | ||
logQueries?: boolean; | ||
engineProtocol?: EngineProtocol | null; | ||
} | ||
export interface Version { | ||
@@ -48,2 +41,9 @@ commit: string; | ||
export interface ConstructorOptions { | ||
datamodel: string; | ||
logLevel: string; | ||
logQueries?: boolean; | ||
engineProtocol?: EngineProtocol | null; | ||
} | ||
/** | ||
@@ -50,0 +50,0 @@ * Proxy is a struct wrapping a javascript object that exhibits basic primitives for |
Sorry, the diff of this file is not supported yet
3373237