@prisma/client-generator-js 6.20.0-integration-next.1 → 6.20.0-integration-next.2
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -7447,7 +7447,7 @@ var import_engines_version = require("@prisma/engines-version");
|
|
|
7447
7447
|
var import_internals11 = require("@prisma/internals");
|
|
7448
7448
|
|
|
7449
7449
|
// package.json
|
|
7450
|
-
var version = "6.20.0-integration-next.
|
|
7450
|
+
var version = "6.20.0-integration-next.2";
|
|
7451
7451
|
|
|
7452
7452
|
// src/resolvePrismaClient.ts
|
|
7453
7453
|
var import_promises3 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -7439,7 +7439,7 @@ import { enginesVersion } from "@prisma/engines-version";
|
|
|
7439
7439
|
import { parseEnvValue } from "@prisma/internals";
|
|
7440
7440
|
|
|
7441
7441
|
// package.json
|
|
7442
|
-
var version = "6.20.0-integration-next.
|
|
7442
|
+
var version = "6.20.0-integration-next.2";
|
|
7443
7443
|
|
|
7444
7444
|
// src/resolvePrismaClient.ts
|
|
7445
7445
|
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.2",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"package-up": "5.0.0",
|
|
34
34
|
"pluralize": "8.0.0",
|
|
35
35
|
"ts-pattern": "5.6.2",
|
|
36
|
-
"@prisma/client-common": "6.20.0-integration-next.
|
|
37
|
-
"@prisma/debug": "6.20.0-integration-next.
|
|
38
|
-
"@prisma/dmmf": "6.20.0-integration-next.
|
|
39
|
-
"@prisma/fetch-engine": "6.20.0-integration-next.
|
|
40
|
-
"@prisma/generator": "6.20.0-integration-next.
|
|
41
|
-
"@prisma/get-platform": "6.20.0-integration-next.
|
|
42
|
-
"@prisma/ts-builders": "6.20.0-integration-next.
|
|
43
|
-
"@prisma/internals": "6.20.0-integration-next.
|
|
36
|
+
"@prisma/client-common": "6.20.0-integration-next.2",
|
|
37
|
+
"@prisma/debug": "6.20.0-integration-next.2",
|
|
38
|
+
"@prisma/dmmf": "6.20.0-integration-next.2",
|
|
39
|
+
"@prisma/fetch-engine": "6.20.0-integration-next.2",
|
|
40
|
+
"@prisma/generator": "6.20.0-integration-next.2",
|
|
41
|
+
"@prisma/get-platform": "6.20.0-integration-next.2",
|
|
42
|
+
"@prisma/ts-builders": "6.20.0-integration-next.2",
|
|
43
|
+
"@prisma/internals": "6.20.0-integration-next.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|