@prisma/client-generator-js 6.19.0-integration-next.22 → 6.20.0-integration-next.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 CHANGED
@@ -3026,7 +3026,7 @@ var package_default = {
3026
3026
  "@prisma/dmmf": "workspace:*",
3027
3027
  "@prisma/driver-adapter-utils": "workspace:*",
3028
3028
  "@prisma/engines": "workspace:*",
3029
- "@prisma/engines-version": "6.19.0-31.next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23",
3029
+ "@prisma/engines-version": "6.19.0-33.next-fca7ed8aa5fe6347594ad793adb59b37f021379a",
3030
3030
  "@prisma/fetch-engine": "workspace:*",
3031
3031
  "@prisma/generator": "workspace:*",
3032
3032
  "@prisma/generator-helper": "workspace:*",
@@ -3034,8 +3034,8 @@ var package_default = {
3034
3034
  "@prisma/instrumentation": "workspace:*",
3035
3035
  "@prisma/internals": "workspace:*",
3036
3036
  "@prisma/migrate": "workspace:*",
3037
- "@prisma/query-compiler-wasm": "6.19.0-31.next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23",
3038
- "@prisma/query-engine-wasm": "6.19.0-31.next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23",
3037
+ "@prisma/query-compiler-wasm": "6.19.0-33.next-fca7ed8aa5fe6347594ad793adb59b37f021379a",
3038
+ "@prisma/query-engine-wasm": "6.19.0-33.next-fca7ed8aa5fe6347594ad793adb59b37f021379a",
3039
3039
  "@prisma/query-plan-executor": "workspace:*",
3040
3040
  "@prisma/ts-builders": "workspace:*",
3041
3041
  "@snaplet/copycat": "6.0.0",
@@ -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.19.0-integration-next.22";
7450
+ var version = "6.20.0-integration-next.1";
7451
7451
 
7452
7452
  // src/resolvePrismaClient.ts
7453
7453
  var import_promises3 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -3015,7 +3015,7 @@ var package_default = {
3015
3015
  "@prisma/dmmf": "workspace:*",
3016
3016
  "@prisma/driver-adapter-utils": "workspace:*",
3017
3017
  "@prisma/engines": "workspace:*",
3018
- "@prisma/engines-version": "6.19.0-31.next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23",
3018
+ "@prisma/engines-version": "6.19.0-33.next-fca7ed8aa5fe6347594ad793adb59b37f021379a",
3019
3019
  "@prisma/fetch-engine": "workspace:*",
3020
3020
  "@prisma/generator": "workspace:*",
3021
3021
  "@prisma/generator-helper": "workspace:*",
@@ -3023,8 +3023,8 @@ var package_default = {
3023
3023
  "@prisma/instrumentation": "workspace:*",
3024
3024
  "@prisma/internals": "workspace:*",
3025
3025
  "@prisma/migrate": "workspace:*",
3026
- "@prisma/query-compiler-wasm": "6.19.0-31.next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23",
3027
- "@prisma/query-engine-wasm": "6.19.0-31.next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23",
3026
+ "@prisma/query-compiler-wasm": "6.19.0-33.next-fca7ed8aa5fe6347594ad793adb59b37f021379a",
3027
+ "@prisma/query-engine-wasm": "6.19.0-33.next-fca7ed8aa5fe6347594ad793adb59b37f021379a",
3028
3028
  "@prisma/query-plan-executor": "workspace:*",
3029
3029
  "@prisma/ts-builders": "workspace:*",
3030
3030
  "@snaplet/copycat": "6.0.0",
@@ -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.19.0-integration-next.22";
7442
+ var version = "6.20.0-integration-next.1";
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.19.0-integration-next.22",
3
+ "version": "6.20.0-integration-next.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,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@antfu/ni": "0.21.12",
28
- "@prisma/engines-version": "6.19.0-31.next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23",
28
+ "@prisma/engines-version": "6.19.0-33.next-fca7ed8aa5fe6347594ad793adb59b37f021379a",
29
29
  "ci-info": "4.2.0",
30
30
  "env-paths": "2.2.1",
31
31
  "indent-string": "4.0.0",
@@ -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.19.0-integration-next.22",
37
- "@prisma/debug": "6.19.0-integration-next.22",
38
- "@prisma/dmmf": "6.19.0-integration-next.22",
39
- "@prisma/generator": "6.19.0-integration-next.22",
40
- "@prisma/fetch-engine": "6.19.0-integration-next.22",
41
- "@prisma/ts-builders": "6.19.0-integration-next.22",
42
- "@prisma/internals": "6.19.0-integration-next.22",
43
- "@prisma/get-platform": "6.19.0-integration-next.22"
36
+ "@prisma/client-common": "6.20.0-integration-next.1",
37
+ "@prisma/debug": "6.20.0-integration-next.1",
38
+ "@prisma/dmmf": "6.20.0-integration-next.1",
39
+ "@prisma/fetch-engine": "6.20.0-integration-next.1",
40
+ "@prisma/generator": "6.20.0-integration-next.1",
41
+ "@prisma/get-platform": "6.20.0-integration-next.1",
42
+ "@prisma/ts-builders": "6.20.0-integration-next.1",
43
+ "@prisma/internals": "6.20.0-integration-next.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",