@prisma/client-generator-js 6.19.0-integration-next.8 → 6.19.0-integration-next.10

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
@@ -3040,7 +3040,7 @@ var package_default = {
3040
3040
  "@prisma/dmmf": "workspace:*",
3041
3041
  "@prisma/driver-adapter-utils": "workspace:*",
3042
3042
  "@prisma/engines": "workspace:*",
3043
- "@prisma/engines-version": "6.19.0-3.next-b6daa0b16d0aedf495932cae9d00728357899ae0",
3043
+ "@prisma/engines-version": "6.19.0-18.next-5d7e37b62b9e0963f1a714ab97b814e0fe4835a0",
3044
3044
  "@prisma/fetch-engine": "workspace:*",
3045
3045
  "@prisma/generator": "workspace:*",
3046
3046
  "@prisma/generator-helper": "workspace:*",
@@ -3048,8 +3048,8 @@ var package_default = {
3048
3048
  "@prisma/instrumentation": "workspace:*",
3049
3049
  "@prisma/internals": "workspace:*",
3050
3050
  "@prisma/migrate": "workspace:*",
3051
- "@prisma/query-compiler-wasm": "6.19.0-3.next-b6daa0b16d0aedf495932cae9d00728357899ae0",
3052
- "@prisma/query-engine-wasm": "6.19.0-3.next-b6daa0b16d0aedf495932cae9d00728357899ae0",
3051
+ "@prisma/query-compiler-wasm": "6.19.0-18.next-5d7e37b62b9e0963f1a714ab97b814e0fe4835a0",
3052
+ "@prisma/query-engine-wasm": "6.19.0-18.next-5d7e37b62b9e0963f1a714ab97b814e0fe4835a0",
3053
3053
  "@prisma/query-plan-executor": "workspace:*",
3054
3054
  "@prisma/ts-builders": "workspace:*",
3055
3055
  "@snaplet/copycat": "6.0.0",
@@ -7626,7 +7626,7 @@ var import_internals12 = require("@prisma/internals");
7626
7626
  var import_ts_pattern = require("ts-pattern");
7627
7627
 
7628
7628
  // package.json
7629
- var version = "6.19.0-integration-next.8";
7629
+ var version = "6.19.0-integration-next.10";
7630
7630
 
7631
7631
  // src/resolvePrismaClient.ts
7632
7632
  var import_promises3 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -3035,7 +3035,7 @@ var package_default = {
3035
3035
  "@prisma/dmmf": "workspace:*",
3036
3036
  "@prisma/driver-adapter-utils": "workspace:*",
3037
3037
  "@prisma/engines": "workspace:*",
3038
- "@prisma/engines-version": "6.19.0-3.next-b6daa0b16d0aedf495932cae9d00728357899ae0",
3038
+ "@prisma/engines-version": "6.19.0-18.next-5d7e37b62b9e0963f1a714ab97b814e0fe4835a0",
3039
3039
  "@prisma/fetch-engine": "workspace:*",
3040
3040
  "@prisma/generator": "workspace:*",
3041
3041
  "@prisma/generator-helper": "workspace:*",
@@ -3043,8 +3043,8 @@ var package_default = {
3043
3043
  "@prisma/instrumentation": "workspace:*",
3044
3044
  "@prisma/internals": "workspace:*",
3045
3045
  "@prisma/migrate": "workspace:*",
3046
- "@prisma/query-compiler-wasm": "6.19.0-3.next-b6daa0b16d0aedf495932cae9d00728357899ae0",
3047
- "@prisma/query-engine-wasm": "6.19.0-3.next-b6daa0b16d0aedf495932cae9d00728357899ae0",
3046
+ "@prisma/query-compiler-wasm": "6.19.0-18.next-5d7e37b62b9e0963f1a714ab97b814e0fe4835a0",
3047
+ "@prisma/query-engine-wasm": "6.19.0-18.next-5d7e37b62b9e0963f1a714ab97b814e0fe4835a0",
3048
3048
  "@prisma/query-plan-executor": "workspace:*",
3049
3049
  "@prisma/ts-builders": "workspace:*",
3050
3050
  "@snaplet/copycat": "6.0.0",
@@ -7624,7 +7624,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
7624
7624
  import { match } from "ts-pattern";
7625
7625
 
7626
7626
  // package.json
7627
- var version = "6.19.0-integration-next.8";
7627
+ var version = "6.19.0-integration-next.10";
7628
7628
 
7629
7629
  // src/resolvePrismaClient.ts
7630
7630
  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.8",
3
+ "version": "6.19.0-integration-next.10",
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-3.next-b6daa0b16d0aedf495932cae9d00728357899ae0",
28
+ "@prisma/engines-version": "6.19.0-18.next-5d7e37b62b9e0963f1a714ab97b814e0fe4835a0",
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/debug": "6.19.0-integration-next.8",
37
- "@prisma/client-common": "6.19.0-integration-next.8",
38
- "@prisma/dmmf": "6.19.0-integration-next.8",
39
- "@prisma/fetch-engine": "6.19.0-integration-next.8",
40
- "@prisma/generator": "6.19.0-integration-next.8",
41
- "@prisma/get-platform": "6.19.0-integration-next.8",
42
- "@prisma/internals": "6.19.0-integration-next.8",
43
- "@prisma/ts-builders": "6.19.0-integration-next.8"
36
+ "@prisma/debug": "6.19.0-integration-next.10",
37
+ "@prisma/client-common": "6.19.0-integration-next.10",
38
+ "@prisma/dmmf": "6.19.0-integration-next.10",
39
+ "@prisma/fetch-engine": "6.19.0-integration-next.10",
40
+ "@prisma/generator": "6.19.0-integration-next.10",
41
+ "@prisma/get-platform": "6.19.0-integration-next.10",
42
+ "@prisma/internals": "6.19.0-integration-next.10",
43
+ "@prisma/ts-builders": "6.19.0-integration-next.10"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",