@prisma/accelerate-contract
Advanced tools
Comparing version 5.10.0 to 5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1
@@ -412,2 +412,7 @@ /** | ||
/** | ||
* 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`. | ||
@@ -614,2 +619,7 @@ * 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 | ||
@@ -932,3 +942,3 @@ * @remarks only used for the purpose of data proxy | ||
declare interface QueryEngineConstructor { | ||
new (config: QueryEngineConfig, logger: (log: string) => void, adapter?: ErrorCapturingDriverAdapter): QueryEngineInstance; | ||
new (config: QueryEngineConfig, logger: (log: string) => void, adapter?: ErrorCapturingDriverAdapter, serializedSchema?: Uint8Array): QueryEngineInstance; | ||
} | ||
@@ -935,0 +945,0 @@ |
{ | ||
"name": "@prisma/accelerate-contract", | ||
"version": "5.10.0", | ||
"version": "5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1", | ||
"description": "This package is intended for Prisma's internal use", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@prisma/client": "5.10.0" | ||
"@prisma/client": "5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "dependencies": {}, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
65607
1417
2