@prisma/internals 6.14.0-integration-feat-prisma-client-cjs-fixes.2 → 6.14.0-integration-engines-6-14-0-21-push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4.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 (49) hide show
  1. package/dist/{chunk-KNUSDGFT.js → chunk-25ZYKL6G.js} +8 -8
  2. package/dist/{chunk-XLPPGCBH.js → chunk-46ABODUM.js} +11 -8
  3. package/dist/{chunk-HOKE4PNO.js → chunk-4UZAEMLT.js} +8 -8
  4. package/dist/{chunk-WDTSLQEN.js → chunk-5KDGMEAP.js} +5 -5
  5. package/dist/{chunk-NEBZ3DZA.js → chunk-7KN54PF2.js} +21 -21
  6. package/dist/{chunk-54FPKE23.js → chunk-AA6INT65.js} +8 -8
  7. package/dist/{chunk-HPK3ZFJD.js → chunk-BPNHTISD.js} +8 -8
  8. package/dist/{chunk-GS5UUU42.js → chunk-EHKH2HFN.js} +8 -8
  9. package/dist/{chunk-N24DSOPZ.js → chunk-ER6ZZFSJ.js} +6 -6
  10. package/dist/{chunk-7BT2LQT2.js → chunk-FBBKXUNH.js} +21 -21
  11. package/dist/{chunk-I27JP56G.js → chunk-FG3L6VW6.js} +5 -5
  12. package/dist/{chunk-SSYJ4SOR.js → chunk-FI3YUB6S.js} +7 -7
  13. package/dist/{chunk-NFGMBIG6.js → chunk-G2JAHDSB.js} +5 -5
  14. package/dist/{chunk-DSO67UTE.js → chunk-GN6I3HBG.js} +5 -5
  15. package/dist/{chunk-CILEY36B.js → chunk-HCIV233Z.js} +549 -5193
  16. package/dist/{chunk-VW2MSTIC.js → chunk-JTZRX5XH.js} +5 -5
  17. package/dist/{chunk-M6KROUTV.js → chunk-JZA6HDZD.js} +7 -7
  18. package/dist/{chunk-YDFZZXEF.js → chunk-NPNKHOCI.js} +8 -8
  19. package/dist/{chunk-DUMI3WWW.js → chunk-NZ57TZVJ.js} +5 -5
  20. package/dist/{chunk-7IHX6YK5.js → chunk-PCMIQARD.js} +5 -5
  21. package/dist/{chunk-VXUA6PHH.js → chunk-PZMRR772.js} +5 -5
  22. package/dist/{chunk-UZTXEBTM.js → chunk-RBDYOTWB.js} +10 -6
  23. package/dist/{chunk-67I7CEQJ.js → chunk-UMM35VP5.js} +3 -4
  24. package/dist/{chunk-LI2A3BW3.js → chunk-XC32E7OZ.js} +7 -7
  25. package/dist/{chunk-O7PJNCEU.js → chunk-YT7XUADW.js} +5 -5
  26. package/dist/cli/checkUnsupportedDataProxy.js +17 -19
  27. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +17 -19
  28. package/dist/cli/schemaContext.js +17 -19
  29. package/dist/engine-commands/errorHelpers.js +4 -4
  30. package/dist/engine-commands/formatSchema.js +16 -18
  31. package/dist/engine-commands/getConfig.js +10 -10
  32. package/dist/engine-commands/getDmmf.js +7 -7
  33. package/dist/engine-commands/index.js +25 -27
  34. package/dist/engine-commands/lintSchema.js +8 -8
  35. package/dist/engine-commands/mergeSchemas.js +7 -7
  36. package/dist/engine-commands/validate.js +7 -7
  37. package/dist/get-generators/getGenerators.js +19 -21
  38. package/dist/getPackedPackage.js +3 -5
  39. package/dist/index.js +41 -43
  40. package/dist/resolvePkg.js +2 -2
  41. package/dist/tracing/types.d.ts +0 -1
  42. package/dist/utils/getEnvPaths.js +2 -3
  43. package/dist/utils/getVersionFromPackageJson.js +3 -3
  44. package/dist/utils/isValidJsIdentifier.js +2 -3
  45. package/dist/utils/loadEnvFile.js +3 -4
  46. package/dist/wasm.js +5 -5
  47. package/package.json +14 -14
  48. package/dist/chunk-JYMY3OAI.js +0 -29
  49. package/dist/chunk-LWJT6EL5.js +0 -27
@@ -26,17 +26,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_KNUSDGFT_exports = {};
30
- __export(chunk_KNUSDGFT_exports, {
29
+ var chunk_25ZYKL6G_exports = {};
30
+ __export(chunk_25ZYKL6G_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_KNUSDGFT_exports);
34
+ module.exports = __toCommonJS(chunk_25ZYKL6G_exports);
35
35
  var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
36
36
  var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
37
37
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
38
- var import_chunk_NFGMBIG6 = require("./chunk-NFGMBIG6.js");
39
- var import_chunk_7IHX6YK5 = require("./chunk-7IHX6YK5.js");
38
+ var import_chunk_G2JAHDSB = require("./chunk-G2JAHDSB.js");
39
+ var import_chunk_PCMIQARD = require("./chunk-PCMIQARD.js");
40
40
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
41
41
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
42
42
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
@@ -59,7 +59,7 @@ ${detailsHeader} ${message}`;
59
59
  }).exhaustive();
60
60
  const errorMessageWithContext = `${constructedErrorMessage}
61
61
  [Context: validate]`;
62
- super((0, import_chunk_NFGMBIG6.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_G2JAHDSB.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
63
  this.name = "ValidateError";
64
64
  }
65
65
  };
@@ -71,13 +71,13 @@ function validate(options) {
71
71
  () => {
72
72
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
73
73
  debug("Triggering a Rust panic...");
74
- import_chunk_7IHX6YK5.prismaSchemaWasm.debug_panic();
74
+ import_chunk_PCMIQARD.prismaSchemaWasm.debug_panic();
75
75
  }
76
76
  const params = JSON.stringify({
77
77
  prismaSchema: options.schemas,
78
78
  noColor: Boolean(process.env.NO_COLOR)
79
79
  });
80
- import_chunk_7IHX6YK5.prismaSchemaWasm.validate(params);
80
+ import_chunk_PCMIQARD.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -26,20 +26,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_XLPPGCBH_exports = {};
30
- __export(chunk_XLPPGCBH_exports, {
29
+ var chunk_46ABODUM_exports = {};
30
+ __export(chunk_46ABODUM_exports, {
31
31
  getEnvPaths: () => getEnvPaths
32
32
  });
33
- module.exports = __toCommonJS(chunk_XLPPGCBH_exports);
33
+ module.exports = __toCommonJS(chunk_46ABODUM_exports);
34
34
  var import_chunk_3FP46GUV = require("./chunk-3FP46GUV.js");
35
35
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
36
- var import_chunk_LWJT6EL5 = require("./chunk-LWJT6EL5.js");
37
36
  var import_debug = __toESM(require("@prisma/debug"));
38
37
  var import_node_path = __toESM(require("node:path"));
39
38
  var import_node_process = __toESM(require("node:process"));
40
39
  var import_node_path2 = __toESM(require("node:path"));
41
40
  var import_node_fs = __toESM(require("node:fs"));
42
41
  var import_node_url = require("node:url");
42
+ var import_node_url2 = require("node:url");
43
43
  var import_node_fs2 = __toESM(require("node:fs"));
44
44
  var import_fs = __toESM(require("fs"));
45
45
  var import_path = __toESM(require("path"));
@@ -54,14 +54,14 @@ function checkType(type) {
54
54
  throw new Error(`Invalid type specified: ${type}`);
55
55
  }
56
56
  var matchType = (type, stat) => stat[typeMappings[type]]();
57
- var toPath2 = (urlOrPath) => urlOrPath instanceof URL ? (0, import_node_url.fileURLToPath)(urlOrPath) : urlOrPath;
57
+ var toPath = (urlOrPath) => urlOrPath instanceof URL ? (0, import_node_url.fileURLToPath)(urlOrPath) : urlOrPath;
58
58
  function locatePathSync(paths, {
59
59
  cwd = import_node_process.default.cwd(),
60
60
  type = "file",
61
61
  allowSymlinks = true
62
62
  } = {}) {
63
63
  checkType(type);
64
- cwd = toPath2(cwd);
64
+ cwd = toPath(cwd);
65
65
  const statFunction = allowSymlinks ? import_node_fs.default.statSync : import_node_fs.default.lstatSync;
66
66
  for (const path_ of paths) {
67
67
  try {
@@ -78,6 +78,9 @@ function locatePathSync(paths, {
78
78
  }
79
79
  }
80
80
  }
81
+ function toPath2(urlOrPath) {
82
+ return urlOrPath instanceof URL ? (0, import_node_url2.fileURLToPath)(urlOrPath) : urlOrPath;
83
+ }
81
84
  function pathExistsSync(path4) {
82
85
  try {
83
86
  import_node_fs2.default.accessSync(path4);
@@ -88,9 +91,9 @@ function pathExistsSync(path4) {
88
91
  }
89
92
  var findUpStop = Symbol("findUpStop");
90
93
  function findUpMultipleSync(name, options = {}) {
91
- let directory = import_node_path.default.resolve((0, import_chunk_LWJT6EL5.toPath)(options.cwd) ?? "");
94
+ let directory = import_node_path.default.resolve(toPath2(options.cwd) ?? "");
92
95
  const { root } = import_node_path.default.parse(directory);
93
- const stopAt = import_node_path.default.resolve(directory, (0, import_chunk_LWJT6EL5.toPath)(options.stopAt) ?? root);
96
+ const stopAt = import_node_path.default.resolve(directory, toPath2(options.stopAt) ?? root);
94
97
  const limit = options.limit ?? Number.POSITIVE_INFINITY;
95
98
  const paths = [name].flat();
96
99
  const runMatcher = (locateOptions) => {
@@ -26,17 +26,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_HOKE4PNO_exports = {};
30
- __export(chunk_HOKE4PNO_exports, {
29
+ var chunk_4UZAEMLT_exports = {};
30
+ __export(chunk_4UZAEMLT_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_HOKE4PNO_exports);
34
+ module.exports = __toCommonJS(chunk_4UZAEMLT_exports);
35
35
  var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
36
36
  var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
37
37
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
38
- var import_chunk_WDTSLQEN = require("./chunk-WDTSLQEN.js");
39
- var import_chunk_VW2MSTIC = require("./chunk-VW2MSTIC.js");
38
+ var import_chunk_5KDGMEAP = require("./chunk-5KDGMEAP.js");
39
+ var import_chunk_JTZRX5XH = require("./chunk-JTZRX5XH.js");
40
40
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
41
41
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
42
42
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
@@ -59,7 +59,7 @@ ${detailsHeader} ${message}`;
59
59
  }).exhaustive();
60
60
  const errorMessageWithContext = `${constructedErrorMessage}
61
61
  [Context: validate]`;
62
- super((0, import_chunk_WDTSLQEN.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_5KDGMEAP.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
63
  this.name = "ValidateError";
64
64
  }
65
65
  };
@@ -71,13 +71,13 @@ function validate(options) {
71
71
  () => {
72
72
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
73
73
  debug("Triggering a Rust panic...");
74
- import_chunk_VW2MSTIC.prismaSchemaWasm.debug_panic();
74
+ import_chunk_JTZRX5XH.prismaSchemaWasm.debug_panic();
75
75
  }
76
76
  const params = JSON.stringify({
77
77
  prismaSchema: options.schemas,
78
78
  noColor: Boolean(process.env.NO_COLOR)
79
79
  });
80
- import_chunk_VW2MSTIC.prismaSchemaWasm.validate(params);
80
+ import_chunk_JTZRX5XH.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -16,15 +16,15 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_WDTSLQEN_exports = {};
20
- __export(chunk_WDTSLQEN_exports, {
19
+ var chunk_5KDGMEAP_exports = {};
20
+ __export(chunk_5KDGMEAP_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_WDTSLQEN_exports);
24
- var import_chunk_DUMI3WWW = require("./chunk-DUMI3WWW.js");
23
+ module.exports = __toCommonJS(chunk_5KDGMEAP_exports);
24
+ var import_chunk_GN6I3HBG = require("./chunk-GN6I3HBG.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_DUMI3WWW.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_GN6I3HBG.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_NEBZ3DZA_exports = {};
30
- __export(chunk_NEBZ3DZA_exports, {
29
+ var chunk_7KN54PF2_exports = {};
30
+ __export(chunk_7KN54PF2_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_NEBZ3DZA_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_NEBZ3DZA_exports);
45
+ module.exports = __toCommonJS(chunk_7KN54PF2_exports);
46
46
  var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
47
47
  var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
48
48
  var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
@@ -52,15 +52,15 @@ var import_chunk_5V36RLCO = require("./chunk-5V36RLCO.js");
52
52
  var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
53
53
  var import_chunk_7QC5VORA = require("./chunk-7QC5VORA.js");
54
54
  var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
55
- var import_chunk_XLPPGCBH = require("./chunk-XLPPGCBH.js");
55
+ var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
56
56
  var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
57
57
  var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
58
- var import_chunk_54FPKE23 = require("./chunk-54FPKE23.js");
59
- var import_chunk_GS5UUU42 = require("./chunk-GS5UUU42.js");
60
- var import_chunk_I27JP56G = require("./chunk-I27JP56G.js");
61
- var import_chunk_LI2A3BW3 = require("./chunk-LI2A3BW3.js");
58
+ var import_chunk_BPNHTISD = require("./chunk-BPNHTISD.js");
59
+ var import_chunk_NPNKHOCI = require("./chunk-NPNKHOCI.js");
60
+ var import_chunk_FG3L6VW6 = require("./chunk-FG3L6VW6.js");
61
+ var import_chunk_JZA6HDZD = require("./chunk-JZA6HDZD.js");
62
62
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_VW2MSTIC = require("./chunk-VW2MSTIC.js");
63
+ var import_chunk_JTZRX5XH = require("./chunk-JTZRX5XH.js");
64
64
  var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
65
65
  var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
66
66
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
@@ -68,7 +68,7 @@ var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
68
68
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
69
69
  var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
70
70
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
71
- var import_chunk_CILEY36B = require("./chunk-CILEY36B.js");
71
+ var import_chunk_HCIV233Z = require("./chunk-HCIV233Z.js");
72
72
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
73
73
  var import_path = __toESM(require("path"));
74
74
  var import_debug = __toESM(require("@prisma/debug"));
@@ -102,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
102
102
  async function formatSchema({ schemas }, inputFormattingOptions) {
103
103
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
104
104
  handleFormatPanic(() => {
105
- import_chunk_VW2MSTIC.prismaSchemaWasm.debug_panic();
105
+ import_chunk_JTZRX5XH.prismaSchemaWasm.debug_panic();
106
106
  });
107
107
  }
108
108
  const defaultFormattingOptions = {
@@ -119,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
119
119
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
120
120
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
121
121
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
122
- const lintDiagnostics2 = (0, import_chunk_I27JP56G.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_FG3L6VW6.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_I27JP56G.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_FG3L6VW6.getLintWarningsAsText)(lintDiagnostics);
126
126
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
127
127
  console.warn(lintWarnings);
128
128
  }
@@ -149,7 +149,7 @@ function handleFormatPanic(tryCb) {
149
149
  }
150
150
  }
151
151
  function formatWasm(schema, documentFormattingParams) {
152
- const formattedSchema = import_chunk_VW2MSTIC.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_JTZRX5XH.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
153
153
  return formattedSchema;
154
154
  }
155
155
  async function loadSchemaContext({
@@ -186,7 +186,7 @@ async function processSchemaResult({
186
186
  if (printLoadMessage) {
187
187
  (0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
188
188
  }
189
- const configFromPsl = await (0, import_chunk_54FPKE23.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
189
+ const configFromPsl = await (0, import_chunk_BPNHTISD.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
190
190
  const primaryDatasource = configFromPsl.datasources.at(0);
191
191
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
192
192
  return {
@@ -208,7 +208,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
208
208
  }
209
209
  return null;
210
210
  }
211
- var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_CILEY36B.require_p_map)());
211
+ var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_HCIV233Z.require_p_map)());
212
212
  var debug2 = (0, import_debug2.default)("prisma:getGenerators");
213
213
  async function getGenerators(options) {
214
214
  if (options.registry === void 0 && options.providerAliases !== void 0) {
@@ -246,7 +246,7 @@ async function getGenerators(options) {
246
246
  }
247
247
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
248
248
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
249
- const dmmf = await (0, import_chunk_GS5UUU42.getDMMF)({
249
+ const dmmf = await (0, import_chunk_NPNKHOCI.getDMMF)({
250
250
  datamodel: schemaContext.schemaFiles,
251
251
  previewFeatures
252
252
  });
@@ -297,8 +297,8 @@ You need to define \`output\` in the generator block in the schema file.`
297
297
  fromEnvVar: null
298
298
  };
299
299
  }
300
- const datamodel = (0, import_chunk_LI2A3BW3.mergeSchemas)({ schemas: schemaContext.schemaFiles });
301
- const envPaths = await (0, import_chunk_XLPPGCBH.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
300
+ const datamodel = (0, import_chunk_JZA6HDZD.mergeSchemas)({ schemas: schemaContext.schemaFiles });
301
+ const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
302
302
  const options2 = {
303
303
  datamodel,
304
304
  datasources: schemaContext.datasources,
@@ -389,7 +389,7 @@ generator gen {
389
389
  debug2({ generatorBinaryPaths });
390
390
  generator.setBinaryPaths(generatorBinaryPaths);
391
391
  if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
392
- const customDmmf = await (0, import_chunk_GS5UUU42.getDMMF)({
392
+ const customDmmf = await (0, import_chunk_NPNKHOCI.getDMMF)({
393
393
  datamodel: schemaContext.schemaFiles,
394
394
  previewFeatures
395
395
  });
@@ -510,7 +510,7 @@ function checkUnsupportedDataProxy({
510
510
  }
511
511
  }
512
512
  if (!schemaContext?.primaryDatasource) return;
513
- const url = (0, import_chunk_54FPKE23.resolveUrl)((0, import_chunk_54FPKE23.getEffectiveUrl)(schemaContext.primaryDatasource));
513
+ const url = (0, import_chunk_BPNHTISD.resolveUrl)((0, import_chunk_BPNHTISD.getEffectiveUrl)(schemaContext.primaryDatasource));
514
514
  if (url?.startsWith("prisma://")) {
515
515
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
516
516
  }
@@ -26,20 +26,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_54FPKE23_exports = {};
30
- __export(chunk_54FPKE23_exports, {
29
+ var chunk_AA6INT65_exports = {};
30
+ __export(chunk_AA6INT65_exports, {
31
31
  GetConfigError: () => GetConfigError,
32
32
  getConfig: () => getConfig,
33
33
  getDirectUrl: () => getDirectUrl,
34
34
  getEffectiveUrl: () => getEffectiveUrl,
35
35
  resolveUrl: () => resolveUrl
36
36
  });
37
- module.exports = __toCommonJS(chunk_54FPKE23_exports);
37
+ module.exports = __toCommonJS(chunk_AA6INT65_exports);
38
38
  var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
39
39
  var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
40
40
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
41
- var import_chunk_WDTSLQEN = require("./chunk-WDTSLQEN.js");
42
- var import_chunk_VW2MSTIC = require("./chunk-VW2MSTIC.js");
41
+ var import_chunk_G2JAHDSB = require("./chunk-G2JAHDSB.js");
42
+ var import_chunk_PCMIQARD = require("./chunk-PCMIQARD.js");
43
43
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
44
44
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
45
45
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
@@ -64,7 +64,7 @@ ${detailsHeader} ${message}`;
64
64
  }).exhaustive();
65
65
  const errorMessageWithContext = `${constructedErrorMessage}
66
66
  [Context: getConfig]`;
67
- super((0, import_chunk_WDTSLQEN.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_G2JAHDSB.addVersionDetailsToErrorMessage)(errorMessageWithContext));
68
68
  this.name = "GetConfigError";
69
69
  }
70
70
  };
@@ -89,7 +89,7 @@ async function getConfig(options) {
89
89
  () => {
90
90
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
91
91
  debug("Triggering a Rust panic...");
92
- import_chunk_VW2MSTIC.prismaSchemaWasm.debug_panic();
92
+ import_chunk_PCMIQARD.prismaSchemaWasm.debug_panic();
93
93
  }
94
94
  const params = JSON.stringify({
95
95
  prismaSchema: options.datamodel,
@@ -97,7 +97,7 @@ async function getConfig(options) {
97
97
  ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
98
98
  env: process.env
99
99
  });
100
- const data = import_chunk_VW2MSTIC.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_PCMIQARD.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (e) => ({
@@ -26,20 +26,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_HPK3ZFJD_exports = {};
30
- __export(chunk_HPK3ZFJD_exports, {
29
+ var chunk_BPNHTISD_exports = {};
30
+ __export(chunk_BPNHTISD_exports, {
31
31
  GetConfigError: () => GetConfigError,
32
32
  getConfig: () => getConfig,
33
33
  getDirectUrl: () => getDirectUrl,
34
34
  getEffectiveUrl: () => getEffectiveUrl,
35
35
  resolveUrl: () => resolveUrl
36
36
  });
37
- module.exports = __toCommonJS(chunk_HPK3ZFJD_exports);
37
+ module.exports = __toCommonJS(chunk_BPNHTISD_exports);
38
38
  var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
39
39
  var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
40
40
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
41
- var import_chunk_NFGMBIG6 = require("./chunk-NFGMBIG6.js");
42
- var import_chunk_7IHX6YK5 = require("./chunk-7IHX6YK5.js");
41
+ var import_chunk_5KDGMEAP = require("./chunk-5KDGMEAP.js");
42
+ var import_chunk_JTZRX5XH = require("./chunk-JTZRX5XH.js");
43
43
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
44
44
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
45
45
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
@@ -64,7 +64,7 @@ ${detailsHeader} ${message}`;
64
64
  }).exhaustive();
65
65
  const errorMessageWithContext = `${constructedErrorMessage}
66
66
  [Context: getConfig]`;
67
- super((0, import_chunk_NFGMBIG6.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_5KDGMEAP.addVersionDetailsToErrorMessage)(errorMessageWithContext));
68
68
  this.name = "GetConfigError";
69
69
  }
70
70
  };
@@ -89,7 +89,7 @@ async function getConfig(options) {
89
89
  () => {
90
90
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
91
91
  debug("Triggering a Rust panic...");
92
- import_chunk_7IHX6YK5.prismaSchemaWasm.debug_panic();
92
+ import_chunk_JTZRX5XH.prismaSchemaWasm.debug_panic();
93
93
  }
94
94
  const params = JSON.stringify({
95
95
  prismaSchema: options.datamodel,
@@ -97,7 +97,7 @@ async function getConfig(options) {
97
97
  ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
98
98
  env: process.env
99
99
  });
100
- const data = import_chunk_7IHX6YK5.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_JTZRX5XH.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (e) => ({
@@ -26,16 +26,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_GS5UUU42_exports = {};
30
- __export(chunk_GS5UUU42_exports, {
29
+ var chunk_EHKH2HFN_exports = {};
30
+ __export(chunk_EHKH2HFN_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_GS5UUU42_exports);
34
+ module.exports = __toCommonJS(chunk_EHKH2HFN_exports);
35
35
  var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
36
36
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
37
- var import_chunk_WDTSLQEN = require("./chunk-WDTSLQEN.js");
38
- var import_chunk_VW2MSTIC = require("./chunk-VW2MSTIC.js");
37
+ var import_chunk_G2JAHDSB = require("./chunk-G2JAHDSB.js");
38
+ var import_chunk_PCMIQARD = require("./chunk-PCMIQARD.js");
39
39
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
40
40
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
41
41
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
@@ -58,7 +58,7 @@ ${detailsHeader} ${message}`;
58
58
  }).exhaustive();
59
59
  const errorMessageWithContext = `${constructedErrorMessage}
60
60
  [Context: getDmmf]`;
61
- super((0, import_chunk_WDTSLQEN.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_G2JAHDSB.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
62
  this.name = "GetDmmfError";
63
63
  }
64
64
  };
@@ -70,13 +70,13 @@ async function getDMMF(options) {
70
70
  () => {
71
71
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
72
72
  debug("Triggering a Rust panic...");
73
- import_chunk_VW2MSTIC.prismaSchemaWasm.debug_panic();
73
+ import_chunk_PCMIQARD.prismaSchemaWasm.debug_panic();
74
74
  }
75
75
  const params = JSON.stringify({
76
76
  prismaSchema: options.datamodel,
77
77
  noColor: Boolean(process.env.NO_COLOR)
78
78
  });
79
- const data = import_chunk_VW2MSTIC.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_PCMIQARD.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (e) => ({
@@ -16,11 +16,11 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_N24DSOPZ_exports = {};
20
- __export(chunk_N24DSOPZ_exports, {
19
+ var chunk_ER6ZZFSJ_exports = {};
20
+ __export(chunk_ER6ZZFSJ_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_N24DSOPZ_exports);
23
+ module.exports = __toCommonJS(chunk_ER6ZZFSJ_exports);
24
24
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
25
25
  var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
26
26
  "package.json"(exports, module2) {
@@ -65,6 +65,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
65
65
  "checkpoint-client": "1.1.33",
66
66
  "cli-truncate": "4.0.0",
67
67
  dotenv: "16.5.0",
68
+ empathic: "2.0.0",
68
69
  esbuild: "0.25.5",
69
70
  "escape-string-regexp": "5.0.0",
70
71
  execa: "5.1.1",
@@ -88,7 +89,6 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
88
89
  "npm-packlist": "5.1.3",
89
90
  open: "7.4.2",
90
91
  "p-map": "4.0.0",
91
- "read-package-up": "11.0.0",
92
92
  resolve: "1.22.10",
93
93
  "string-width": "7.2.0",
94
94
  "strip-ansi": "6.0.1",
@@ -113,8 +113,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
113
113
  "@prisma/generator": "workspace:*",
114
114
  "@prisma/generator-helper": "workspace:*",
115
115
  "@prisma/get-platform": "workspace:*",
116
- "@prisma/prisma-schema-wasm": "6.14.0-4.1c4c6a033ef7e7815b76142f9502e03b0d83e1a1",
117
- "@prisma/schema-engine-wasm": "6.14.0-4.1c4c6a033ef7e7815b76142f9502e03b0d83e1a1",
116
+ "@prisma/prisma-schema-wasm": "6.14.0-21.push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4",
117
+ "@prisma/schema-engine-wasm": "6.14.0-21.push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4",
118
118
  "@prisma/schema-files-loader": "workspace:*",
119
119
  arg: "5.0.2",
120
120
  prompts: "2.4.2"
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_7BT2LQT2_exports = {};
30
- __export(chunk_7BT2LQT2_exports, {
29
+ var chunk_FBBKXUNH_exports = {};
30
+ __export(chunk_FBBKXUNH_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_7BT2LQT2_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_7BT2LQT2_exports);
45
+ module.exports = __toCommonJS(chunk_FBBKXUNH_exports);
46
46
  var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
47
47
  var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
48
48
  var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
@@ -52,15 +52,15 @@ var import_chunk_5V36RLCO = require("./chunk-5V36RLCO.js");
52
52
  var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
53
53
  var import_chunk_7QC5VORA = require("./chunk-7QC5VORA.js");
54
54
  var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
55
- var import_chunk_XLPPGCBH = require("./chunk-XLPPGCBH.js");
55
+ var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
56
56
  var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
57
57
  var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
58
- var import_chunk_HPK3ZFJD = require("./chunk-HPK3ZFJD.js");
59
- var import_chunk_YDFZZXEF = require("./chunk-YDFZZXEF.js");
60
- var import_chunk_O7PJNCEU = require("./chunk-O7PJNCEU.js");
61
- var import_chunk_M6KROUTV = require("./chunk-M6KROUTV.js");
58
+ var import_chunk_AA6INT65 = require("./chunk-AA6INT65.js");
59
+ var import_chunk_EHKH2HFN = require("./chunk-EHKH2HFN.js");
60
+ var import_chunk_YT7XUADW = require("./chunk-YT7XUADW.js");
61
+ var import_chunk_XC32E7OZ = require("./chunk-XC32E7OZ.js");
62
62
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_7IHX6YK5 = require("./chunk-7IHX6YK5.js");
63
+ var import_chunk_PCMIQARD = require("./chunk-PCMIQARD.js");
64
64
  var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
65
65
  var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
66
66
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
@@ -68,7 +68,7 @@ var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
68
68
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
69
69
  var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
70
70
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
71
- var import_chunk_CILEY36B = require("./chunk-CILEY36B.js");
71
+ var import_chunk_HCIV233Z = require("./chunk-HCIV233Z.js");
72
72
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
73
73
  var import_path = __toESM(require("path"));
74
74
  var import_debug = __toESM(require("@prisma/debug"));
@@ -102,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
102
102
  async function formatSchema({ schemas }, inputFormattingOptions) {
103
103
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
104
104
  handleFormatPanic(() => {
105
- import_chunk_7IHX6YK5.prismaSchemaWasm.debug_panic();
105
+ import_chunk_PCMIQARD.prismaSchemaWasm.debug_panic();
106
106
  });
107
107
  }
108
108
  const defaultFormattingOptions = {
@@ -119,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
119
119
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
120
120
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
121
121
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
122
- const lintDiagnostics2 = (0, import_chunk_O7PJNCEU.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_YT7XUADW.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_O7PJNCEU.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_YT7XUADW.getLintWarningsAsText)(lintDiagnostics);
126
126
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
127
127
  console.warn(lintWarnings);
128
128
  }
@@ -149,7 +149,7 @@ function handleFormatPanic(tryCb) {
149
149
  }
150
150
  }
151
151
  function formatWasm(schema, documentFormattingParams) {
152
- const formattedSchema = import_chunk_7IHX6YK5.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_PCMIQARD.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
153
153
  return formattedSchema;
154
154
  }
155
155
  async function loadSchemaContext({
@@ -186,7 +186,7 @@ async function processSchemaResult({
186
186
  if (printLoadMessage) {
187
187
  (0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
188
188
  }
189
- const configFromPsl = await (0, import_chunk_HPK3ZFJD.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
189
+ const configFromPsl = await (0, import_chunk_AA6INT65.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
190
190
  const primaryDatasource = configFromPsl.datasources.at(0);
191
191
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
192
192
  return {
@@ -208,7 +208,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
208
208
  }
209
209
  return null;
210
210
  }
211
- var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_CILEY36B.require_p_map)());
211
+ var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_HCIV233Z.require_p_map)());
212
212
  var debug2 = (0, import_debug2.default)("prisma:getGenerators");
213
213
  async function getGenerators(options) {
214
214
  if (options.registry === void 0 && options.providerAliases !== void 0) {
@@ -246,7 +246,7 @@ async function getGenerators(options) {
246
246
  }
247
247
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
248
248
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
249
- const dmmf = await (0, import_chunk_YDFZZXEF.getDMMF)({
249
+ const dmmf = await (0, import_chunk_EHKH2HFN.getDMMF)({
250
250
  datamodel: schemaContext.schemaFiles,
251
251
  previewFeatures
252
252
  });
@@ -297,8 +297,8 @@ You need to define \`output\` in the generator block in the schema file.`
297
297
  fromEnvVar: null
298
298
  };
299
299
  }
300
- const datamodel = (0, import_chunk_M6KROUTV.mergeSchemas)({ schemas: schemaContext.schemaFiles });
301
- const envPaths = await (0, import_chunk_XLPPGCBH.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
300
+ const datamodel = (0, import_chunk_XC32E7OZ.mergeSchemas)({ schemas: schemaContext.schemaFiles });
301
+ const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
302
302
  const options2 = {
303
303
  datamodel,
304
304
  datasources: schemaContext.datasources,
@@ -389,7 +389,7 @@ generator gen {
389
389
  debug2({ generatorBinaryPaths });
390
390
  generator.setBinaryPaths(generatorBinaryPaths);
391
391
  if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
392
- const customDmmf = await (0, import_chunk_YDFZZXEF.getDMMF)({
392
+ const customDmmf = await (0, import_chunk_EHKH2HFN.getDMMF)({
393
393
  datamodel: schemaContext.schemaFiles,
394
394
  previewFeatures
395
395
  });
@@ -510,7 +510,7 @@ function checkUnsupportedDataProxy({
510
510
  }
511
511
  }
512
512
  if (!schemaContext?.primaryDatasource) return;
513
- const url = (0, import_chunk_HPK3ZFJD.resolveUrl)((0, import_chunk_HPK3ZFJD.getEffectiveUrl)(schemaContext.primaryDatasource));
513
+ const url = (0, import_chunk_AA6INT65.resolveUrl)((0, import_chunk_AA6INT65.getEffectiveUrl)(schemaContext.primaryDatasource));
514
514
  if (url?.startsWith("prisma://")) {
515
515
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
516
516
  }