@prisma/client-generator-js 6.20.0-integration-next.11 → 6.20.0-integration-next.13
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -5732,7 +5732,7 @@ export type TransactionClient = Omit<Prisma.DefaultPrismaClient, runtime.ITXClie
|
|
|
5732
5732
|
timeout ?= 5000
|
|
5733
5733
|
`)
|
|
5734
5734
|
);
|
|
5735
|
-
if (["
|
|
5735
|
+
if (["client.js", "wasm-compiler-edge.js"].includes(this.runtimeNameTs) && // We don't support a custom adapter with MongoDB for now.
|
|
5736
5736
|
this.internalDatasources.some((d) => d.provider !== "mongodb")) {
|
|
5737
5737
|
clientOptions.add(
|
|
5738
5738
|
ts11.property("adapter", ts11.namedType("runtime.SqlDriverAdapterFactory")).optional().setDocComment(
|
|
@@ -6793,7 +6793,7 @@ var import_engines_version = require("@prisma/engines-version");
|
|
|
6793
6793
|
var import_internals9 = require("@prisma/internals");
|
|
6794
6794
|
|
|
6795
6795
|
// package.json
|
|
6796
|
-
var version = "6.20.0-integration-next.
|
|
6796
|
+
var version = "6.20.0-integration-next.13";
|
|
6797
6797
|
|
|
6798
6798
|
// src/resolvePrismaClient.ts
|
|
6799
6799
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -5724,7 +5724,7 @@ export type TransactionClient = Omit<Prisma.DefaultPrismaClient, runtime.ITXClie
|
|
|
5724
5724
|
timeout ?= 5000
|
|
5725
5725
|
`)
|
|
5726
5726
|
);
|
|
5727
|
-
if (["
|
|
5727
|
+
if (["client.js", "wasm-compiler-edge.js"].includes(this.runtimeNameTs) && // We don't support a custom adapter with MongoDB for now.
|
|
5728
5728
|
this.internalDatasources.some((d) => d.provider !== "mongodb")) {
|
|
5729
5729
|
clientOptions.add(
|
|
5730
5730
|
ts11.property("adapter", ts11.namedType("runtime.SqlDriverAdapterFactory")).optional().setDocComment(
|
|
@@ -6785,7 +6785,7 @@ import { enginesVersion } from "@prisma/engines-version";
|
|
|
6785
6785
|
import { parseEnvValue } from "@prisma/internals";
|
|
6786
6786
|
|
|
6787
6787
|
// package.json
|
|
6788
|
-
var version = "6.20.0-integration-next.
|
|
6788
|
+
var version = "6.20.0-integration-next.13";
|
|
6789
6789
|
|
|
6790
6790
|
// src/resolvePrismaClient.ts
|
|
6791
6791
|
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": "6.20.0-integration-next.
|
|
3
|
+
"version": "6.20.0-integration-next.13",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,14 +32,14 @@
|
|
|
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/
|
|
42
|
-
"@prisma/
|
|
35
|
+
"@prisma/client-common": "6.20.0-integration-next.13",
|
|
36
|
+
"@prisma/debug": "6.20.0-integration-next.13",
|
|
37
|
+
"@prisma/fetch-engine": "6.20.0-integration-next.13",
|
|
38
|
+
"@prisma/dmmf": "6.20.0-integration-next.13",
|
|
39
|
+
"@prisma/generator": "6.20.0-integration-next.13",
|
|
40
|
+
"@prisma/get-platform": "6.20.0-integration-next.13",
|
|
41
|
+
"@prisma/ts-builders": "6.20.0-integration-next.13",
|
|
42
|
+
"@prisma/internals": "6.20.0-integration-next.13"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/pluralize": "0.0.33",
|