@prisma/client-common 7.3.0-integration-parameterization.14 → 7.3.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client-config.d.ts +0 -6
- package/package.json +6 -7
package/dist/client-config.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ActiveConnectorType } from '@prisma/generator';
|
|
2
|
-
import { ParamGraph } from '@prisma/param-graph';
|
|
3
2
|
import { CompilerWasmLoadingConfig } from './QueryCompiler';
|
|
4
3
|
import { RuntimeDataModel } from './runtimeDataModel';
|
|
5
4
|
/**
|
|
@@ -21,9 +20,4 @@ export type GetPrismaClientConfig = {
|
|
|
21
20
|
* Optional wasm loading configuration
|
|
22
21
|
*/
|
|
23
22
|
compilerWasm?: CompilerWasmLoadingConfig;
|
|
24
|
-
/**
|
|
25
|
-
* Parameterization schema for schema-aware query parameterization.
|
|
26
|
-
* Enables precise parameterization based on DMMF metadata.
|
|
27
|
-
*/
|
|
28
|
-
parameterizationSchema: ParamGraph;
|
|
29
23
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-common",
|
|
3
|
-
"version": "7.3.0-integration-parameterization.
|
|
3
|
+
"version": "7.3.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.1",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -24,12 +24,11 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@prisma/client-engine-runtime": "7.3.0-integration-parameterization.
|
|
28
|
-
"@prisma/
|
|
29
|
-
"@prisma/
|
|
30
|
-
"@prisma/
|
|
31
|
-
"@prisma/
|
|
32
|
-
"@prisma/generator": "7.3.0-integration-parameterization.14"
|
|
27
|
+
"@prisma/client-engine-runtime": "7.3.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.1",
|
|
28
|
+
"@prisma/driver-adapter-utils": "7.3.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.1",
|
|
29
|
+
"@prisma/dmmf": "7.3.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.1",
|
|
30
|
+
"@prisma/generator": "7.3.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.1",
|
|
31
|
+
"@prisma/internals": "7.3.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.1"
|
|
33
32
|
},
|
|
34
33
|
"files": [
|
|
35
34
|
"dist"
|