@prisma/internals 6.19.0-integration-next.16 → 6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.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.
Files changed (85) hide show
  1. package/dist/{chunk-SIMRXUXR.js → chunk-2MJTY4KQ.js} +5 -5
  2. package/dist/chunk-3FP46GUV.js +471 -0
  3. package/dist/chunk-46ABODUM.js +186 -0
  4. package/dist/{chunk-VRGMXDRD.js → chunk-4CGPN5SR.js} +6 -3
  5. package/dist/{chunk-INJO27TY.js → chunk-4HCWAIVZ.js} +15 -9
  6. package/dist/{chunk-GL7OANR6.js → chunk-4JCVHBYR.js} +5 -5
  7. package/dist/{chunk-2ONERNWE.js → chunk-DK5SCKNO.js} +5 -5
  8. package/dist/{chunk-FMYHDVAC.js → chunk-DSG2XXJJ.js} +7 -7
  9. package/dist/{chunk-R3RVIOOH.js → chunk-DX7WJ45H.js} +5 -5
  10. package/dist/{chunk-FUYRCYVL.js → chunk-ERSH2BQA.js} +8 -3
  11. package/dist/{chunk-OKVM3CW4.js → chunk-EYVG6XQS.js} +39 -3
  12. package/dist/{chunk-5XFNC2RY.js → chunk-F2OZV76L.js} +7 -7
  13. package/dist/{chunk-R3J2O23S.js → chunk-FCYHZHVW.js} +4 -4
  14. package/dist/{chunk-5NV3W7KM.js → chunk-FYZCPL2Z.js} +4 -4
  15. package/dist/{chunk-HL6M6I6N.js → chunk-GMW36QQF.js} +7 -7
  16. package/dist/{chunk-GSH4BXBI.js → chunk-HFFWZTVM.js} +6 -4
  17. package/dist/{chunk-5W3BSMTH.js → chunk-HO5HRHFZ.js} +6 -3
  18. package/dist/{chunk-25QIR2OA.js → chunk-IKIW52QS.js} +8 -8
  19. package/dist/{chunk-RXUFT5US.js → chunk-ISSTUMGH.js} +8 -8
  20. package/dist/{chunk-6OLUZD6G.js → chunk-JD36HS5L.js} +15 -9
  21. package/dist/{chunk-XQFPAFQE.js → chunk-LBEUT2S6.js} +5 -5
  22. package/dist/{chunk-A7LJSXBL.js → chunk-N3UPGHTD.js} +49 -31
  23. package/dist/{chunk-5FUXDJAN.js → chunk-OAT7ZJED.js} +9 -5
  24. package/dist/{chunk-XCUYCN3Z.js → chunk-PWLNUJDJ.js} +5 -5
  25. package/dist/{chunk-MH5DW7MH.js → chunk-PZEUONUZ.js} +7 -7
  26. package/dist/chunk-PZMRR772.js +41 -0
  27. package/dist/{chunk-6GH4RAXF.js → chunk-RIACS7RB.js} +5 -5
  28. package/dist/{chunk-HC7ALJJ2.js → chunk-RKDOMYIG.js} +49 -31
  29. package/dist/{chunk-B22EOFPW.js → chunk-RS2R7COT.js} +6 -3
  30. package/dist/{chunk-SVPXYUIM.js → chunk-SH2TNBI6.js} +8 -7
  31. package/dist/chunk-T2PM5TKT.js +55 -0
  32. package/dist/{chunk-3GU5WOTV.js → chunk-TGOAMULH.js} +9 -8
  33. package/dist/{chunk-63H7LVQK.js → chunk-U2GOPCRA.js} +5 -5
  34. package/dist/{chunk-SYOFVVNN.js → chunk-UHI6VYFX.js} +5 -5
  35. package/dist/{chunk-BLBFB7XV.js → chunk-UQUWZJVN.js} +7 -7
  36. package/dist/{chunk-NDSHLEAN.js → chunk-VDOBMNYY.js} +8 -8
  37. package/dist/{chunk-ARC7TW3L.js → chunk-WFNB7VRA.js} +14 -4
  38. package/dist/{chunk-CAACRLTC.js → chunk-YU52YNDP.js} +8 -8
  39. package/dist/{chunk-I6IIL2R7.js → chunk-ZKW5OHDA.js} +5 -5
  40. package/dist/cli/checkUnsupportedDataProxy.js +45 -41
  41. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +45 -41
  42. package/dist/cli/getGeneratorSuccessMessage.js +3 -2
  43. package/dist/cli/getSchema.d.ts +15 -1
  44. package/dist/cli/getSchema.js +5 -4
  45. package/dist/cli/hashes.js +4 -4
  46. package/dist/cli/schemaContext.d.ts +3 -1
  47. package/dist/cli/schemaContext.js +45 -41
  48. package/dist/client/getClientEngineType.d.ts +1 -0
  49. package/dist/client/getClientEngineType.js +3 -3
  50. package/dist/dotenvExpand.d.ts +35 -0
  51. package/dist/dotenvExpand.js +25 -0
  52. package/dist/engine-commands/errorHelpers.js +4 -4
  53. package/dist/engine-commands/formatSchema.js +44 -40
  54. package/dist/engine-commands/getConfig.d.ts +1 -0
  55. package/dist/engine-commands/getConfig.js +11 -11
  56. package/dist/engine-commands/getDmmf.js +8 -8
  57. package/dist/engine-commands/getEngineVersion.js +6 -6
  58. package/dist/engine-commands/getEnginesInfo.d.ts +1 -0
  59. package/dist/engine-commands/getEnginesInfo.js +7 -7
  60. package/dist/engine-commands/index.js +56 -52
  61. package/dist/engine-commands/lintSchema.js +9 -9
  62. package/dist/engine-commands/mergeSchemas.js +8 -8
  63. package/dist/engine-commands/validate.js +8 -8
  64. package/dist/get-generators/getGenerators.d.ts +1 -0
  65. package/dist/get-generators/getGenerators.js +47 -43
  66. package/dist/get-generators/utils/binaryTypeToEngineType.js +2 -2
  67. package/dist/get-generators/utils/engineTypeToBinaryType.js +2 -2
  68. package/dist/get-generators/utils/getBinaryPathsByVersion.js +4 -4
  69. package/dist/index.d.ts +4 -0
  70. package/dist/index.js +89 -82
  71. package/dist/resolveBinary.js +7 -7
  72. package/dist/schemaEngineCommands.js +8 -8
  73. package/dist/sendPanic.js +2 -2
  74. package/dist/utils/canPrompt.js +3 -3
  75. package/dist/utils/getEnvPaths.d.ts +14 -0
  76. package/dist/utils/getEnvPaths.js +29 -0
  77. package/dist/utils/getVersionFromPackageJson.js +3 -3
  78. package/dist/utils/handlePanic.js +6 -6
  79. package/dist/utils/loadEnvFile.d.ts +10 -0
  80. package/dist/utils/loadEnvFile.js +30 -0
  81. package/dist/utils/serializeQueryEngineName.js +2 -2
  82. package/dist/utils/tryLoadEnvs.d.ts +25 -0
  83. package/dist/utils/tryLoadEnvs.js +30 -0
  84. package/dist/wasm.js +5 -5
  85. package/package.json +16 -15
@@ -18,10 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var canPrompt_exports = {};
20
20
  __export(canPrompt_exports, {
21
- canPrompt: () => import_chunk_R3J2O23S.canPrompt
21
+ canPrompt: () => import_chunk_FCYHZHVW.canPrompt
22
22
  });
23
23
  module.exports = __toCommonJS(canPrompt_exports);
24
- var import_chunk_R3J2O23S = require("../chunk-R3J2O23S.js");
25
- var import_chunk_ICFLO5JW = require("../chunk-ICFLO5JW.js");
24
+ var import_chunk_FCYHZHVW = require("../chunk-FCYHZHVW.js");
26
25
  var import_chunk_H4NI2RIK = require("../chunk-H4NI2RIK.js");
26
+ var import_chunk_ICFLO5JW = require("../chunk-ICFLO5JW.js");
27
27
  var import_chunk_4VNS5WPM = require("../chunk-4VNS5WPM.js");
@@ -0,0 +1,14 @@
1
+ import { EnvPaths } from '@prisma/generator';
2
+ /**
3
+ * 1. Search in project root
4
+ * 1. Schema
5
+ * 1. Search location from schema arg `--schema`
6
+ * 1. Search location from pkgJSON `"prisma": {"schema": "/path/to/schema.prisma"}`
7
+ * 1. Search default location `./prisma/.env`
8
+ * 1. Search cwd `./.env`
9
+ *
10
+ * @returns `{ rootEnvPath, schemaEnvPath }`
11
+ */
12
+ export declare function getEnvPaths(schemaPath?: string | null, opts?: {
13
+ cwd: string;
14
+ }): Promise<EnvPaths>;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var getEnvPaths_exports = {};
20
+ __export(getEnvPaths_exports, {
21
+ getEnvPaths: () => import_chunk_46ABODUM.getEnvPaths
22
+ });
23
+ module.exports = __toCommonJS(getEnvPaths_exports);
24
+ var import_chunk_46ABODUM = require("../chunk-46ABODUM.js");
25
+ var import_chunk_3FP46GUV = require("../chunk-3FP46GUV.js");
26
+ var import_chunk_EYVG6XQS = require("../chunk-EYVG6XQS.js");
27
+ var import_chunk_PG5FDKSF = require("../chunk-PG5FDKSF.js");
28
+ var import_chunk_T2PM5TKT = require("../chunk-T2PM5TKT.js");
29
+ var import_chunk_4VNS5WPM = require("../chunk-4VNS5WPM.js");
@@ -18,9 +18,9 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var getVersionFromPackageJson_exports = {};
20
20
  __export(getVersionFromPackageJson_exports, {
21
- version: () => import_chunk_XQFPAFQE.version
21
+ version: () => import_chunk_PWLNUJDJ.version
22
22
  });
23
23
  module.exports = __toCommonJS(getVersionFromPackageJson_exports);
24
- var import_chunk_XQFPAFQE = require("../chunk-XQFPAFQE.js");
25
- var import_chunk_3GU5WOTV = require("../chunk-3GU5WOTV.js");
24
+ var import_chunk_PWLNUJDJ = require("../chunk-PWLNUJDJ.js");
25
+ var import_chunk_TGOAMULH = require("../chunk-TGOAMULH.js");
26
26
  var import_chunk_4VNS5WPM = require("../chunk-4VNS5WPM.js");
@@ -18,20 +18,20 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var handlePanic_exports = {};
20
20
  __export(handlePanic_exports, {
21
- handlePanic: () => import_chunk_BLBFB7XV.handlePanic
21
+ handlePanic: () => import_chunk_UQUWZJVN.handlePanic
22
22
  });
23
23
  module.exports = __toCommonJS(handlePanic_exports);
24
- var import_chunk_BLBFB7XV = require("../chunk-BLBFB7XV.js");
24
+ var import_chunk_UQUWZJVN = require("../chunk-UQUWZJVN.js");
25
25
  var import_chunk_I6WLABB2 = require("../chunk-I6WLABB2.js");
26
26
  var import_chunk_7IKUTPWQ = require("../chunk-7IKUTPWQ.js");
27
- var import_chunk_R3J2O23S = require("../chunk-R3J2O23S.js");
28
- var import_chunk_ICFLO5JW = require("../chunk-ICFLO5JW.js");
27
+ var import_chunk_FCYHZHVW = require("../chunk-FCYHZHVW.js");
29
28
  var import_chunk_H4NI2RIK = require("../chunk-H4NI2RIK.js");
30
- var import_chunk_GSH4BXBI = require("../chunk-GSH4BXBI.js");
29
+ var import_chunk_ICFLO5JW = require("../chunk-ICFLO5JW.js");
30
+ var import_chunk_HFFWZTVM = require("../chunk-HFFWZTVM.js");
31
31
  var import_chunk_KDHESRKE = require("../chunk-KDHESRKE.js");
32
32
  var import_chunk_XKZ6CBLA = require("../chunk-XKZ6CBLA.js");
33
33
  var import_chunk_LMVSIVKQ = require("../chunk-LMVSIVKQ.js");
34
+ var import_chunk_PG5FDKSF = require("../chunk-PG5FDKSF.js");
34
35
  var import_chunk_5AI4FIZ3 = require("../chunk-5AI4FIZ3.js");
35
36
  var import_chunk_NVNI2SRU = require("../chunk-NVNI2SRU.js");
36
- var import_chunk_PG5FDKSF = require("../chunk-PG5FDKSF.js");
37
37
  var import_chunk_4VNS5WPM = require("../chunk-4VNS5WPM.js");
@@ -0,0 +1,10 @@
1
+ import type { PrismaConfigInternal } from '@prisma/config';
2
+ /**
3
+ * Read .env file only if next to schema.prisma
4
+ * .env found: print to console its relative path
5
+ */
6
+ export declare function loadEnvFile({ schemaPath, config, printMessage, }: {
7
+ schemaPath?: string;
8
+ printMessage?: boolean;
9
+ config: PrismaConfigInternal;
10
+ }): Promise<void>;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var loadEnvFile_exports = {};
20
+ __export(loadEnvFile_exports, {
21
+ loadEnvFile: () => import_chunk_PZMRR772.loadEnvFile
22
+ });
23
+ module.exports = __toCommonJS(loadEnvFile_exports);
24
+ var import_chunk_PZMRR772 = require("../chunk-PZMRR772.js");
25
+ var import_chunk_46ABODUM = require("../chunk-46ABODUM.js");
26
+ var import_chunk_3FP46GUV = require("../chunk-3FP46GUV.js");
27
+ var import_chunk_EYVG6XQS = require("../chunk-EYVG6XQS.js");
28
+ var import_chunk_PG5FDKSF = require("../chunk-PG5FDKSF.js");
29
+ var import_chunk_T2PM5TKT = require("../chunk-T2PM5TKT.js");
30
+ var import_chunk_4VNS5WPM = require("../chunk-4VNS5WPM.js");
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var serializeQueryEngineName_exports = {};
20
20
  __export(serializeQueryEngineName_exports, {
21
- serializeQueryEngineName: () => import_chunk_5W3BSMTH.serializeQueryEngineName
21
+ serializeQueryEngineName: () => import_chunk_HO5HRHFZ.serializeQueryEngineName
22
22
  });
23
23
  module.exports = __toCommonJS(serializeQueryEngineName_exports);
24
- var import_chunk_5W3BSMTH = require("../chunk-5W3BSMTH.js");
24
+ var import_chunk_HO5HRHFZ = require("../chunk-HO5HRHFZ.js");
25
25
  var import_chunk_4VNS5WPM = require("../chunk-4VNS5WPM.js");
@@ -0,0 +1,25 @@
1
+ import dotenv from 'dotenv';
2
+ type DotenvResult = dotenv.DotenvConfigOutput & {
3
+ ignoreProcessEnv?: boolean | undefined;
4
+ };
5
+ interface DotenvLoadEnvResult {
6
+ message: string;
7
+ path: string;
8
+ dotenvResult: DotenvResult;
9
+ }
10
+ export type LoadedEnv = {
11
+ message?: string;
12
+ parsed: {
13
+ [x: string]: string;
14
+ };
15
+ } | undefined;
16
+ export declare function tryLoadEnvs({ rootEnvPath, schemaEnvPath, }: {
17
+ rootEnvPath: string | null | undefined;
18
+ schemaEnvPath: string | null | undefined;
19
+ }, opts?: {
20
+ conflictCheck: 'warn' | 'error' | 'none';
21
+ }): LoadedEnv;
22
+ export declare function loadEnv(envPath: string | null | undefined): DotenvLoadEnvResult | null;
23
+ export declare function pathsEqual(path1: string | null | undefined, path2: string | null | undefined): boolean | "" | null | undefined;
24
+ export declare function exists(p: string | null | undefined): p is string;
25
+ export {};
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var tryLoadEnvs_exports = {};
20
+ __export(tryLoadEnvs_exports, {
21
+ exists: () => import_chunk_3FP46GUV.exists,
22
+ loadEnv: () => import_chunk_3FP46GUV.loadEnv,
23
+ pathsEqual: () => import_chunk_3FP46GUV.pathsEqual,
24
+ tryLoadEnvs: () => import_chunk_3FP46GUV.tryLoadEnvs
25
+ });
26
+ module.exports = __toCommonJS(tryLoadEnvs_exports);
27
+ var import_chunk_3FP46GUV = require("../chunk-3FP46GUV.js");
28
+ var import_chunk_PG5FDKSF = require("../chunk-PG5FDKSF.js");
29
+ var import_chunk_T2PM5TKT = require("../chunk-T2PM5TKT.js");
30
+ var import_chunk_4VNS5WPM = require("../chunk-4VNS5WPM.js");
package/dist/wasm.js CHANGED
@@ -18,12 +18,12 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var wasm_exports = {};
20
20
  __export(wasm_exports, {
21
- prismaSchemaWasm: () => import_chunk_I6IIL2R7.prismaSchemaWasm,
22
- prismaSchemaWasmVersion: () => import_chunk_I6IIL2R7.prismaSchemaWasmVersion,
23
- schemaEngineWasmVersion: () => import_chunk_I6IIL2R7.schemaEngineWasmVersion
21
+ prismaSchemaWasm: () => import_chunk_ZKW5OHDA.prismaSchemaWasm,
22
+ prismaSchemaWasmVersion: () => import_chunk_ZKW5OHDA.prismaSchemaWasmVersion,
23
+ schemaEngineWasmVersion: () => import_chunk_ZKW5OHDA.schemaEngineWasmVersion
24
24
  });
25
25
  module.exports = __toCommonJS(wasm_exports);
26
- var import_chunk_I6IIL2R7 = require("./chunk-I6IIL2R7.js");
27
- var import_chunk_3GU5WOTV = require("./chunk-3GU5WOTV.js");
26
+ var import_chunk_ZKW5OHDA = require("./chunk-ZKW5OHDA.js");
27
+ var import_chunk_TGOAMULH = require("./chunk-TGOAMULH.js");
28
28
  var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
29
29
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/internals",
3
- "version": "6.19.0-integration-next.16",
3
+ "version": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,11 +27,12 @@
27
27
  "@swc/jest": "0.2.37",
28
28
  "@types/babel__helper-validator-identifier": "7.15.2",
29
29
  "@types/jest": "29.5.14",
30
- "@types/node": "~20.19.0",
30
+ "@types/node": "18.19.76",
31
31
  "@types/resolve": "1.20.6",
32
32
  "archiver": "6.0.2",
33
33
  "checkpoint-client": "1.1.33",
34
34
  "cli-truncate": "4.0.0",
35
+ "dotenv": "16.5.0",
35
36
  "empathic": "2.0.0",
36
37
  "escape-string-regexp": "5.0.0",
37
38
  "execa": "8.0.1",
@@ -67,23 +68,23 @@
67
68
  "yarn": "1.22.22"
68
69
  },
69
70
  "dependencies": {
70
- "@prisma/prisma-schema-wasm": "6.19.0-31.next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23",
71
- "@prisma/schema-engine-wasm": "6.19.0-21.next-3ab778d6c5a8df0d39fd88ffd67461d3395af732",
71
+ "@prisma/prisma-schema-wasm": "6.19.0-32.next-568b222d0ab829bbbe5f2fd48ed587836813346c",
72
+ "@prisma/schema-engine-wasm": "6.19.0-32.next-568b222d0ab829bbbe5f2fd48ed587836813346c",
72
73
  "arg": "5.0.2",
73
74
  "prompts": "2.4.2",
74
- "@prisma/config": "6.19.0-integration-next.16",
75
- "@prisma/debug": "6.19.0-integration-next.16",
76
- "@prisma/dmmf": "6.19.0-integration-next.16",
77
- "@prisma/driver-adapter-utils": "6.19.0-integration-next.16",
78
- "@prisma/engines": "6.19.0-integration-next.16",
79
- "@prisma/generator": "6.19.0-integration-next.16",
80
- "@prisma/generator-helper": "6.19.0-integration-next.16",
81
- "@prisma/fetch-engine": "6.19.0-integration-next.16",
82
- "@prisma/get-platform": "6.19.0-integration-next.16",
83
- "@prisma/schema-files-loader": "6.19.0-integration-next.16"
75
+ "@prisma/config": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
76
+ "@prisma/driver-adapter-utils": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
77
+ "@prisma/debug": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
78
+ "@prisma/dmmf": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
79
+ "@prisma/engines": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
80
+ "@prisma/fetch-engine": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
81
+ "@prisma/generator": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
82
+ "@prisma/generator-helper": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
83
+ "@prisma/get-platform": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1",
84
+ "@prisma/schema-files-loader": "6.19.0-integration-engines-6-19-0-32-next-568b222d0ab829bbbe5f2fd48ed587836813346c.1"
84
85
  },
85
86
  "peerDependencies": {
86
- "typescript": ">=5.4.0"
87
+ "typescript": ">=5.1.0"
87
88
  },
88
89
  "peerDependenciesMeta": {
89
90
  "typescript": {