@prisma/client-common 7.3.0-integration-aqrln-upskmmvouusz.1 → 7.3.0-integration-engines-7-3-0-15-parameterization-751774bd0247fad96ff209ca5a958e4a0f0f036a.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/QueryCompiler.d.ts
CHANGED
|
@@ -29,11 +29,5 @@ export type CompilerWasmLoadingConfig = {
|
|
|
29
29
|
* @remarks only used by ClientEngine
|
|
30
30
|
*/
|
|
31
31
|
getQueryCompilerWasmModule: () => Promise<unknown>;
|
|
32
|
-
/**
|
|
33
|
-
* Returns the absolute path to the wasm-bindgen runtime module.
|
|
34
|
-
* Used by the query compiler worker thread to load the runtime.
|
|
35
|
-
* @remarks Only available in Node.js builds, not edge runtimes.
|
|
36
|
-
*/
|
|
37
|
-
getRuntimePath?: () => string;
|
|
38
32
|
importName: string;
|
|
39
33
|
};
|
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-
|
|
3
|
+
"version": "7.3.0-integration-engines-7-3-0-15-parameterization-751774bd0247fad96ff209ca5a958e4a0f0f036a.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/
|
|
28
|
-
"@prisma/
|
|
29
|
-
"@prisma/
|
|
30
|
-
"@prisma/
|
|
31
|
-
"@prisma/
|
|
32
|
-
"@prisma/internals": "7.3.0-integration-aqrln-upskmmvouusz.1"
|
|
27
|
+
"@prisma/client-engine-runtime": "7.3.0-integration-engines-7-3-0-15-parameterization-751774bd0247fad96ff209ca5a958e4a0f0f036a.1",
|
|
28
|
+
"@prisma/driver-adapter-utils": "7.3.0-integration-engines-7-3-0-15-parameterization-751774bd0247fad96ff209ca5a958e4a0f0f036a.1",
|
|
29
|
+
"@prisma/generator": "7.3.0-integration-engines-7-3-0-15-parameterization-751774bd0247fad96ff209ca5a958e4a0f0f036a.1",
|
|
30
|
+
"@prisma/internals": "7.3.0-integration-engines-7-3-0-15-parameterization-751774bd0247fad96ff209ca5a958e4a0f0f036a.1",
|
|
31
|
+
"@prisma/dmmf": "7.3.0-integration-engines-7-3-0-15-parameterization-751774bd0247fad96ff209ca5a958e4a0f0f036a.1"
|
|
33
32
|
},
|
|
34
33
|
"files": [
|
|
35
34
|
"dist"
|