@prisma/accelerate-contract
Advanced tools
Comparing version 5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1 to 5.11.0-integration-feat-prisma-pg-worker.1
@@ -412,7 +412,2 @@ /** | ||
/** | ||
* The metadata of the schema binary encoded into bytes | ||
* @remarks only used for Wasm Query Engine | ||
*/ | ||
serializedSchema?: Uint8Array; | ||
/** | ||
* Instance of a Driver Adapter, e.g., like one provided by `@prisma/adapter-planetscale`. | ||
@@ -619,7 +614,2 @@ * If set, this is only used in the library engine, and all queries would be performed through it, | ||
/** | ||
* The metadata of the schema binary encoded into bytes | ||
* @remarks only used for Wasm Query Engine | ||
*/ | ||
serializedSchema?: Uint8Array; | ||
/** | ||
* The contents of the schema encoded into a string | ||
@@ -942,3 +932,3 @@ * @remarks only used for the purpose of data proxy | ||
declare interface QueryEngineConstructor { | ||
new (config: QueryEngineConfig, logger: (log: string) => void, adapter?: ErrorCapturingDriverAdapter, serializedSchema?: Uint8Array): QueryEngineInstance; | ||
new (config: QueryEngineConfig, logger: (log: string) => void, adapter?: ErrorCapturingDriverAdapter): QueryEngineInstance; | ||
} | ||
@@ -945,0 +935,0 @@ |
{ | ||
"name": "@prisma/accelerate-contract", | ||
"version": "5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1", | ||
"version": "5.11.0-integration-feat-prisma-pg-worker.1", | ||
"description": "This package is intended for Prisma's internal use", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@prisma/client": "5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1" | ||
"@prisma/client": "5.11.0-integration-feat-prisma-pg-worker.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "dependencies": {}, |
65106
1407