@prisma/client-generator-js 6.18.0-integration-next.1 → 6.18.0-integration-next.3

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
@@ -3076,7 +3076,7 @@ var package_default = {
3076
3076
  "@prisma/dmmf": "workspace:*",
3077
3077
  "@prisma/driver-adapter-utils": "workspace:*",
3078
3078
  "@prisma/engines": "workspace:*",
3079
- "@prisma/engines-version": "6.18.0-1.a3a68297617862dfc64e9773802511b304419ce4",
3079
+ "@prisma/engines-version": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
3080
3080
  "@prisma/fetch-engine": "workspace:*",
3081
3081
  "@prisma/generator": "workspace:*",
3082
3082
  "@prisma/generator-helper": "workspace:*",
@@ -3085,8 +3085,8 @@ var package_default = {
3085
3085
  "@prisma/internals": "workspace:*",
3086
3086
  "@prisma/migrate": "workspace:*",
3087
3087
  "@prisma/mini-proxy": "0.9.5",
3088
- "@prisma/query-compiler-wasm": "6.18.0-1.a3a68297617862dfc64e9773802511b304419ce4",
3089
- "@prisma/query-engine-wasm": "6.18.0-1.a3a68297617862dfc64e9773802511b304419ce4",
3088
+ "@prisma/query-compiler-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
3089
+ "@prisma/query-engine-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
3090
3090
  "@prisma/query-plan-executor": "workspace:*",
3091
3091
  "@prisma/ts-builders": "workspace:*",
3092
3092
  "@snaplet/copycat": "6.0.0",
@@ -3142,7 +3142,7 @@ var package_default = {
3142
3142
  },
3143
3143
  peerDependencies: {
3144
3144
  prisma: "*",
3145
- typescript: ">=5.1.0"
3145
+ typescript: ">=5.4.0"
3146
3146
  },
3147
3147
  peerDependenciesMeta: {
3148
3148
  prisma: {
@@ -7739,7 +7739,7 @@ var import_internals12 = require("@prisma/internals");
7739
7739
  var import_ts_pattern = require("ts-pattern");
7740
7740
 
7741
7741
  // package.json
7742
- var version = "6.18.0-integration-next.1";
7742
+ var version = "6.18.0-integration-next.3";
7743
7743
 
7744
7744
  // src/resolvePrismaClient.ts
7745
7745
  var import_promises3 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -3071,7 +3071,7 @@ var package_default = {
3071
3071
  "@prisma/dmmf": "workspace:*",
3072
3072
  "@prisma/driver-adapter-utils": "workspace:*",
3073
3073
  "@prisma/engines": "workspace:*",
3074
- "@prisma/engines-version": "6.18.0-1.a3a68297617862dfc64e9773802511b304419ce4",
3074
+ "@prisma/engines-version": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
3075
3075
  "@prisma/fetch-engine": "workspace:*",
3076
3076
  "@prisma/generator": "workspace:*",
3077
3077
  "@prisma/generator-helper": "workspace:*",
@@ -3080,8 +3080,8 @@ var package_default = {
3080
3080
  "@prisma/internals": "workspace:*",
3081
3081
  "@prisma/migrate": "workspace:*",
3082
3082
  "@prisma/mini-proxy": "0.9.5",
3083
- "@prisma/query-compiler-wasm": "6.18.0-1.a3a68297617862dfc64e9773802511b304419ce4",
3084
- "@prisma/query-engine-wasm": "6.18.0-1.a3a68297617862dfc64e9773802511b304419ce4",
3083
+ "@prisma/query-compiler-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
3084
+ "@prisma/query-engine-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
3085
3085
  "@prisma/query-plan-executor": "workspace:*",
3086
3086
  "@prisma/ts-builders": "workspace:*",
3087
3087
  "@snaplet/copycat": "6.0.0",
@@ -3137,7 +3137,7 @@ var package_default = {
3137
3137
  },
3138
3138
  peerDependencies: {
3139
3139
  prisma: "*",
3140
- typescript: ">=5.1.0"
3140
+ typescript: ">=5.4.0"
3141
3141
  },
3142
3142
  peerDependenciesMeta: {
3143
3143
  prisma: {
@@ -7737,7 +7737,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
7737
7737
  import { match } from "ts-pattern";
7738
7738
 
7739
7739
  // package.json
7740
- var version = "6.18.0-integration-next.1";
7740
+ var version = "6.18.0-integration-next.3";
7741
7741
 
7742
7742
  // src/resolvePrismaClient.ts
7743
7743
  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.18.0-integration-next.1",
3
+ "version": "6.18.0-integration-next.3",
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.18.0-1.a3a68297617862dfc64e9773802511b304419ce4",
28
+ "@prisma/engines-version": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
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.18.0-integration-next.1",
37
- "@prisma/dmmf": "6.18.0-integration-next.1",
38
- "@prisma/debug": "6.18.0-integration-next.1",
39
- "@prisma/fetch-engine": "6.18.0-integration-next.1",
40
- "@prisma/generator": "6.18.0-integration-next.1",
41
- "@prisma/get-platform": "6.18.0-integration-next.1",
42
- "@prisma/internals": "6.18.0-integration-next.1",
43
- "@prisma/ts-builders": "6.18.0-integration-next.1"
36
+ "@prisma/debug": "6.18.0-integration-next.3",
37
+ "@prisma/dmmf": "6.18.0-integration-next.3",
38
+ "@prisma/client-common": "6.18.0-integration-next.3",
39
+ "@prisma/fetch-engine": "6.18.0-integration-next.3",
40
+ "@prisma/generator": "6.18.0-integration-next.3",
41
+ "@prisma/internals": "6.18.0-integration-next.3",
42
+ "@prisma/get-platform": "6.18.0-integration-next.3",
43
+ "@prisma/ts-builders": "6.18.0-integration-next.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",