@prisma/client-generator-js 7.4.0-integration-engines-7-3-0-19-feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309.2 → 7.4.0-integration-parameterization.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/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -2483,7 +2483,7 @@ var package_default = {
|
|
|
2483
2483
|
"@prisma/dmmf": "workspace:*",
|
|
2484
2484
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
2485
2485
|
"@prisma/engines": "workspace:*",
|
|
2486
|
-
"@prisma/engines-version": "7.3.0-
|
|
2486
|
+
"@prisma/engines-version": "7.3.0-18.parameterization-16130f2ab61c2f20c4820512e1573eca783338e6",
|
|
2487
2487
|
"@prisma/fetch-engine": "workspace:*",
|
|
2488
2488
|
"@prisma/generator": "workspace:*",
|
|
2489
2489
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -2493,9 +2493,9 @@ var package_default = {
|
|
|
2493
2493
|
"@prisma/internals": "workspace:*",
|
|
2494
2494
|
"@prisma/json-protocol": "workspace:*",
|
|
2495
2495
|
"@prisma/migrate": "workspace:*",
|
|
2496
|
-
"@prisma/query-compiler-wasm": "7.3.0-19.feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309",
|
|
2497
2496
|
"@prisma/param-graph": "workspace:*",
|
|
2498
2497
|
"@prisma/param-graph-builder": "workspace:*",
|
|
2498
|
+
"@prisma/query-compiler-wasm": "7.3.0-18.parameterization-16130f2ab61c2f20c4820512e1573eca783338e6",
|
|
2499
2499
|
"@prisma/query-plan-executor": "workspace:*",
|
|
2500
2500
|
"@prisma/sqlcommenter": "workspace:*",
|
|
2501
2501
|
"@prisma/sqlcommenter-trace-context": "workspace:*",
|
|
@@ -6823,7 +6823,7 @@ var import_engines_version = require("@prisma/engines-version");
|
|
|
6823
6823
|
var import_internals9 = require("@prisma/internals");
|
|
6824
6824
|
|
|
6825
6825
|
// package.json
|
|
6826
|
-
var version = "7.4.0-integration-
|
|
6826
|
+
var version = "7.4.0-integration-parameterization.1";
|
|
6827
6827
|
|
|
6828
6828
|
// src/resolvePrismaClient.ts
|
|
6829
6829
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -2472,7 +2472,7 @@ var package_default = {
|
|
|
2472
2472
|
"@prisma/dmmf": "workspace:*",
|
|
2473
2473
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
2474
2474
|
"@prisma/engines": "workspace:*",
|
|
2475
|
-
"@prisma/engines-version": "7.3.0-
|
|
2475
|
+
"@prisma/engines-version": "7.3.0-18.parameterization-16130f2ab61c2f20c4820512e1573eca783338e6",
|
|
2476
2476
|
"@prisma/fetch-engine": "workspace:*",
|
|
2477
2477
|
"@prisma/generator": "workspace:*",
|
|
2478
2478
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -2482,9 +2482,9 @@ var package_default = {
|
|
|
2482
2482
|
"@prisma/internals": "workspace:*",
|
|
2483
2483
|
"@prisma/json-protocol": "workspace:*",
|
|
2484
2484
|
"@prisma/migrate": "workspace:*",
|
|
2485
|
-
"@prisma/query-compiler-wasm": "7.3.0-19.feat-minor-fixes-on-qc-parameterization-c32a571f4d5d8fe47265c7a4515fcd51d88c7309",
|
|
2486
2485
|
"@prisma/param-graph": "workspace:*",
|
|
2487
2486
|
"@prisma/param-graph-builder": "workspace:*",
|
|
2487
|
+
"@prisma/query-compiler-wasm": "7.3.0-18.parameterization-16130f2ab61c2f20c4820512e1573eca783338e6",
|
|
2488
2488
|
"@prisma/query-plan-executor": "workspace:*",
|
|
2489
2489
|
"@prisma/sqlcommenter": "workspace:*",
|
|
2490
2490
|
"@prisma/sqlcommenter-trace-context": "workspace:*",
|
|
@@ -6815,7 +6815,7 @@ import { enginesVersion } from "@prisma/engines-version";
|
|
|
6815
6815
|
import { parseEnvValue } from "@prisma/internals";
|
|
6816
6816
|
|
|
6817
6817
|
// package.json
|
|
6818
|
-
var version = "7.4.0-integration-
|
|
6818
|
+
var version = "7.4.0-integration-parameterization.1";
|
|
6819
6819
|
|
|
6820
6820
|
// src/resolvePrismaClient.ts
|
|
6821
6821
|
import fs2 from "node:fs/promises";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-generator-js",
|
|
3
|
-
"version": "7.4.0-integration-
|
|
3
|
+
"version": "7.4.0-integration-parameterization.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",
|
|
@@ -25,22 +25,22 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@antfu/ni": "0.21.12",
|
|
28
|
-
"@prisma/engines-version": "7.3.0-
|
|
28
|
+
"@prisma/engines-version": "7.3.0-18.parameterization-16130f2ab61c2f20c4820512e1573eca783338e6",
|
|
29
29
|
"env-paths": "2.2.1",
|
|
30
30
|
"indent-string": "4.0.0",
|
|
31
31
|
"klona": "2.0.6",
|
|
32
32
|
"package-up": "5.0.0",
|
|
33
33
|
"pluralize": "8.0.0",
|
|
34
34
|
"ts-pattern": "5.6.2",
|
|
35
|
-
"@prisma/
|
|
36
|
-
"@prisma/
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/internals": "7.4.0-integration-
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/
|
|
35
|
+
"@prisma/debug": "7.4.0-integration-parameterization.1",
|
|
36
|
+
"@prisma/fetch-engine": "7.4.0-integration-parameterization.1",
|
|
37
|
+
"@prisma/client-common": "7.4.0-integration-parameterization.1",
|
|
38
|
+
"@prisma/dmmf": "7.4.0-integration-parameterization.1",
|
|
39
|
+
"@prisma/get-platform": "7.4.0-integration-parameterization.1",
|
|
40
|
+
"@prisma/generator": "7.4.0-integration-parameterization.1",
|
|
41
|
+
"@prisma/internals": "7.4.0-integration-parameterization.1",
|
|
42
|
+
"@prisma/param-graph-builder": "7.4.0-integration-parameterization.1",
|
|
43
|
+
"@prisma/ts-builders": "7.4.0-integration-parameterization.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|