@prisma/internals 6.19.0-integration-next.15 → 6.19.0-integration-engines-6-19-0-31-next-6f525e2b254a97a9c547ae5f2b29c54a171f6b23.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 (70) hide show
  1. package/dist/{chunk-HQAD5FY2.js → chunk-2QAF26LC.js} +5 -5
  2. package/dist/{chunk-BJUIZZOW.js → chunk-3D5WFBNU.js} +41 -28
  3. package/dist/{chunk-4PZUFZNL.js → chunk-3NZLOTZP.js} +8 -8
  4. package/dist/{chunk-6QTN4DDB.js → chunk-46ABODUM.js} +21 -6
  5. package/dist/{chunk-VRGMXDRD.js → chunk-4CGPN5SR.js} +6 -3
  6. package/dist/{chunk-GL7OANR6.js → chunk-4JCVHBYR.js} +5 -5
  7. package/dist/{chunk-DAWUGT2S.js → chunk-4YZH45V6.js} +5 -5
  8. package/dist/{chunk-XTWFEQXH.js → chunk-5MVBCW2Z.js} +5 -5
  9. package/dist/{chunk-S553BGWR.js → chunk-77HI77IU.js} +7 -7
  10. package/dist/{chunk-VIEJEAGW.js → chunk-APZUC47O.js} +5 -5
  11. package/dist/{chunk-HZ6U2UGL.js → chunk-BZFXOLVC.js} +8 -8
  12. package/dist/{chunk-VVF5HBJU.js → chunk-C2HOY5Z2.js} +41 -28
  13. package/dist/{chunk-FUYRCYVL.js → chunk-ERSH2BQA.js} +8 -3
  14. package/dist/{chunk-OKVM3CW4.js → chunk-EYVG6XQS.js} +39 -3
  15. package/dist/{chunk-5XFNC2RY.js → chunk-F2OZV76L.js} +7 -7
  16. package/dist/{chunk-ITUREZTQ.js → chunk-FP7Y7C33.js} +7 -7
  17. package/dist/{chunk-FC6CQUSK.js → chunk-GMW36QQF.js} +5 -5
  18. package/dist/{chunk-GSH4BXBI.js → chunk-HFFWZTVM.js} +6 -4
  19. package/dist/{chunk-5W3BSMTH.js → chunk-HO5HRHFZ.js} +6 -3
  20. package/dist/{chunk-DSOOZF5Q.js → chunk-IE6Y4PMC.js} +5 -5
  21. package/dist/{chunk-CAYOFOK7.js → chunk-NE544QTB.js} +8 -8
  22. package/dist/{chunk-QABDTHAM.js → chunk-NGOAZIZY.js} +8 -8
  23. package/dist/{chunk-SRZLJFU4.js → chunk-OAT7ZJED.js} +8 -4
  24. package/dist/{chunk-HD2CUQO5.js → chunk-OQH4MI73.js} +7 -7
  25. package/dist/{chunk-FURGECAD.js → chunk-PZMRR772.js} +6 -6
  26. package/dist/{chunk-EGJS32NP.js → chunk-Q64XHKHF.js} +8 -8
  27. package/dist/{chunk-MURRA56K.js → chunk-RNYJUEDU.js} +5 -5
  28. package/dist/{chunk-B22EOFPW.js → chunk-RS2R7COT.js} +6 -3
  29. package/dist/{chunk-IZW777ZO.js → chunk-TBA7BNPC.js} +5 -5
  30. package/dist/{chunk-KIFFN3IT.js → chunk-UQUWZJVN.js} +5 -5
  31. package/dist/{chunk-UIYQPPLE.js → chunk-VFCLWZ3O.js} +8 -8
  32. package/dist/{chunk-ZLYKU4D6.js → chunk-VSGMGR6A.js} +8 -8
  33. package/dist/{chunk-ARC7TW3L.js → chunk-WFNB7VRA.js} +14 -4
  34. package/dist/{chunk-N657I3KT.js → chunk-XZBDRJF3.js} +5 -5
  35. package/dist/cli/checkUnsupportedDataProxy.js +26 -26
  36. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +26 -26
  37. package/dist/cli/getGeneratorSuccessMessage.js +3 -2
  38. package/dist/cli/getSchema.d.ts +15 -1
  39. package/dist/cli/getSchema.js +5 -4
  40. package/dist/cli/hashes.js +4 -4
  41. package/dist/cli/schemaContext.js +26 -26
  42. package/dist/client/getClientEngineType.d.ts +1 -0
  43. package/dist/client/getClientEngineType.js +3 -3
  44. package/dist/engine-commands/errorHelpers.js +4 -4
  45. package/dist/engine-commands/formatSchema.js +25 -25
  46. package/dist/engine-commands/getConfig.js +10 -10
  47. package/dist/engine-commands/getDmmf.js +7 -7
  48. package/dist/engine-commands/getEngineVersion.js +3 -3
  49. package/dist/engine-commands/getEnginesInfo.d.ts +1 -0
  50. package/dist/engine-commands/getEnginesInfo.js +4 -4
  51. package/dist/engine-commands/index.js +37 -37
  52. package/dist/engine-commands/lintSchema.js +8 -8
  53. package/dist/engine-commands/mergeSchemas.js +7 -7
  54. package/dist/engine-commands/validate.js +7 -7
  55. package/dist/get-generators/getGenerators.d.ts +1 -0
  56. package/dist/get-generators/getGenerators.js +28 -28
  57. package/dist/get-generators/utils/binaryTypeToEngineType.js +2 -2
  58. package/dist/get-generators/utils/engineTypeToBinaryType.js +2 -2
  59. package/dist/get-generators/utils/getBinaryPathsByVersion.js +4 -4
  60. package/dist/index.js +61 -61
  61. package/dist/sendPanic.js +2 -2
  62. package/dist/utils/getEnvPaths.d.ts +1 -1
  63. package/dist/utils/getEnvPaths.js +3 -2
  64. package/dist/utils/getVersionFromPackageJson.js +3 -3
  65. package/dist/utils/handlePanic.js +3 -3
  66. package/dist/utils/loadEnvFile.d.ts +1 -1
  67. package/dist/utils/loadEnvFile.js +4 -3
  68. package/dist/utils/serializeQueryEngineName.js +2 -2
  69. package/dist/wasm.js +5 -5
  70. package/package.json +15 -15
@@ -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_VVF5HBJU_exports = {};
30
- __export(chunk_VVF5HBJU_exports, {
29
+ var chunk_C2HOY5Z2_exports = {};
30
+ __export(chunk_C2HOY5Z2_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,28 +42,27 @@ __export(chunk_VVF5HBJU_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_VVF5HBJU_exports);
45
+ module.exports = __toCommonJS(chunk_C2HOY5Z2_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");
49
- var import_chunk_5XFNC2RY = require("./chunk-5XFNC2RY.js");
50
- var import_chunk_B22EOFPW = require("./chunk-B22EOFPW.js");
49
+ var import_chunk_F2OZV76L = require("./chunk-F2OZV76L.js");
50
+ var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
51
51
  var import_chunk_GXW4NTU2 = require("./chunk-GXW4NTU2.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_6QTN4DDB = require("./chunk-6QTN4DDB.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_QABDTHAM = require("./chunk-QABDTHAM.js");
59
- var import_chunk_ZLYKU4D6 = require("./chunk-ZLYKU4D6.js");
60
- var import_chunk_DAWUGT2S = require("./chunk-DAWUGT2S.js");
61
- var import_chunk_ITUREZTQ = require("./chunk-ITUREZTQ.js");
62
- var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
63
- var import_chunk_N657I3KT = require("./chunk-N657I3KT.js");
58
+ var import_chunk_NGOAZIZY = require("./chunk-NGOAZIZY.js");
59
+ var import_chunk_Q64XHKHF = require("./chunk-Q64XHKHF.js");
60
+ var import_chunk_APZUC47O = require("./chunk-APZUC47O.js");
61
+ var import_chunk_OQH4MI73 = require("./chunk-OQH4MI73.js");
62
+ var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
+ var import_chunk_XZBDRJF3 = require("./chunk-XZBDRJF3.js");
64
64
  var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
65
65
  var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
66
- var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
67
66
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
68
67
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
69
68
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
@@ -103,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
103
102
  async function formatSchema({ schemas }, inputFormattingOptions) {
104
103
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
105
104
  handleFormatPanic(() => {
106
- import_chunk_N657I3KT.prismaSchemaWasm.debug_panic();
105
+ import_chunk_XZBDRJF3.prismaSchemaWasm.debug_panic();
107
106
  });
108
107
  }
109
108
  const defaultFormattingOptions = {
@@ -120,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
120
119
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
121
120
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
122
121
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
123
- const lintDiagnostics2 = (0, import_chunk_DAWUGT2S.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_APZUC47O.lintSchema)({ schemas: formattedMultipleSchemas2 });
124
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
125
124
  });
126
- const lintWarnings = (0, import_chunk_DAWUGT2S.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_APZUC47O.getLintWarningsAsText)(lintDiagnostics);
127
126
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
128
127
  console.warn(lintWarnings);
129
128
  }
@@ -150,7 +149,7 @@ function handleFormatPanic(tryCb) {
150
149
  }
151
150
  }
152
151
  function formatWasm(schema, documentFormattingParams) {
153
- const formattedSchema = import_chunk_N657I3KT.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_XZBDRJF3.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
154
153
  return formattedSchema;
155
154
  }
156
155
  async function loadSchemaContext({
@@ -165,13 +164,13 @@ async function loadSchemaContext({
165
164
  } = {}) {
166
165
  let schemaResult = null;
167
166
  if (allowNull) {
168
- schemaResult = await (0, import_chunk_OKVM3CW4.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
167
+ schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
169
168
  argumentName: schemaPathArgumentName,
170
169
  cwd
171
170
  });
172
171
  if (!schemaResult) return null;
173
172
  } else {
174
- schemaResult = await (0, import_chunk_OKVM3CW4.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
173
+ schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
175
174
  argumentName: schemaPathArgumentName,
176
175
  cwd
177
176
  });
@@ -188,9 +187,9 @@ async function processSchemaResult({
188
187
  const loadedFromPathForLogMessages = import_path.default.relative(cwd, schemaResult.schemaPath);
189
188
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
190
189
  if (printLoadMessage) {
191
- (0, import_chunk_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
190
+ (0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
192
191
  }
193
- const configFromPsl = await (0, import_chunk_QABDTHAM.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
192
+ const configFromPsl = await (0, import_chunk_NGOAZIZY.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
194
193
  const datasourceFromPsl = configFromPsl.datasources.at(0);
195
194
  const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
196
195
  const { url, directUrl, shadowDatabaseUrl } = datasource;
@@ -248,6 +247,7 @@ async function getGenerators(options) {
248
247
  binaryPathsOverride,
249
248
  generatorNames = [],
250
249
  postinstall,
250
+ noEngine,
251
251
  allowNoModels = true,
252
252
  typedSql
253
253
  } = options;
@@ -260,7 +260,7 @@ async function getGenerators(options) {
260
260
  }
261
261
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
262
262
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
263
- const dmmf = await (0, import_chunk_ZLYKU4D6.getDMMF)({
263
+ const dmmf = await (0, import_chunk_Q64XHKHF.getDMMF)({
264
264
  datamodel: schemaContext.schemaFiles,
265
265
  previewFeatures
266
266
  });
@@ -311,8 +311,8 @@ You need to define \`output\` in the generator block in the schema file.`
311
311
  fromEnvVar: null
312
312
  };
313
313
  }
314
- const datamodel = (0, import_chunk_ITUREZTQ.mergeSchemas)({ schemas: schemaContext.schemaFiles });
315
- const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
314
+ const datamodel = (0, import_chunk_OQH4MI73.mergeSchemas)({ schemas: schemaContext.schemaFiles });
315
+ const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
316
316
  const options2 = {
317
317
  datamodel,
318
318
  datasources: schemaContext.datasources,
@@ -324,6 +324,7 @@ You need to define \`output\` in the generator block in the schema file.`
324
324
  version: version2 || import_engines.enginesVersion,
325
325
  // this version makes no sense anymore and should be ignored
326
326
  postinstall,
327
+ noEngine,
327
328
  allowNoModels,
328
329
  envPaths,
329
330
  typedSql
@@ -377,9 +378,10 @@ generator gen {
377
378
  }
378
379
  }
379
380
  }
380
- const queryEngineType = (0, import_chunk_B22EOFPW.binaryTypeToEngineType)(import_chunk_FYZCPL2Z.BinaryType.QueryEngineLibrary);
381
+ const queryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
382
+ const queryEngineType = (0, import_chunk_RS2R7COT.binaryTypeToEngineType)(queryEngineBinaryType);
381
383
  debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
382
- const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_5XFNC2RY.getBinaryPathsByVersion)({
384
+ const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_F2OZV76L.getBinaryPathsByVersion)({
383
385
  neededVersions,
384
386
  // We're lazily computing the binary target here, to avoid printing the
385
387
  // `Prisma failed to detect the libssl/openssl version to use` warning
@@ -401,7 +403,7 @@ generator gen {
401
403
  debug2({ generatorBinaryPaths });
402
404
  generator.setBinaryPaths(generatorBinaryPaths);
403
405
  if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
404
- const customDmmf = await (0, import_chunk_ZLYKU4D6.getDMMF)({
406
+ const customDmmf = await (0, import_chunk_Q64XHKHF.getDMMF)({
405
407
  datamodel: schemaContext.schemaFiles,
406
408
  previewFeatures
407
409
  });
@@ -435,6 +437,17 @@ var oldToNewBinaryTargetsMapping = {
435
437
  async function validateGenerators(generators) {
436
438
  const binaryTarget = await (0, import_get_platform.getBinaryTargetForCurrentPlatform)();
437
439
  for (const generator of generators) {
440
+ if (generator.config.platforms) {
441
+ throw new Error(
442
+ `The \`platforms\` field on the generator definition is deprecated. Please rename it to \`binaryTargets\`.`
443
+ );
444
+ }
445
+ if (generator.config.pinnedBinaryTargets) {
446
+ throw new Error(
447
+ `The \`pinnedBinaryTargets\` field on the generator definition is deprecated.
448
+ Please use the PRISMA_QUERY_ENGINE_BINARY env var instead to pin the binary target.`
449
+ );
450
+ }
438
451
  if (generator.binaryTargets) {
439
452
  const binaryTargets2 = generator.binaryTargets && generator.binaryTargets.length > 0 ? generator.binaryTargets : [{ fromEnvVar: null, value: "native" }];
440
453
  const resolvedBinaryTargets = binaryTargets2.flatMap((object) => (0, import_chunk_IOIAK7V7.parseBinaryTargetsEnvValue)(object)).map((p) => p === "native" ? binaryTarget : p);
@@ -511,7 +524,7 @@ function checkUnsupportedDataProxy({
511
524
  }
512
525
  }
513
526
  if (!schemaContext?.primaryDatasource) return;
514
- const url = (0, import_chunk_QABDTHAM.resolveUrl)((0, import_chunk_QABDTHAM.getEffectiveUrl)(schemaContext.primaryDatasource));
527
+ const url = (0, import_chunk_NGOAZIZY.resolveUrl)((0, import_chunk_NGOAZIZY.getEffectiveUrl)(schemaContext.primaryDatasource));
515
528
  if (url?.startsWith("prisma://")) {
516
529
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
517
530
  }
@@ -16,14 +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_FUYRCYVL_exports = {};
20
- __export(chunk_FUYRCYVL_exports, {
19
+ var chunk_ERSH2BQA_exports = {};
20
+ __export(chunk_ERSH2BQA_exports, {
21
21
  ClientEngineType: () => ClientEngineType,
22
22
  getClientEngineType: () => getClientEngineType
23
23
  });
24
- module.exports = __toCommonJS(chunk_FUYRCYVL_exports);
24
+ module.exports = __toCommonJS(chunk_ERSH2BQA_exports);
25
25
  var ClientEngineType = /* @__PURE__ */ ((ClientEngineType2) => {
26
26
  ClientEngineType2["Library"] = "library";
27
+ ClientEngineType2["Binary"] = "binary";
27
28
  ClientEngineType2["Client"] = "client";
28
29
  return ClientEngineType2;
29
30
  })(ClientEngineType || {});
@@ -32,6 +33,8 @@ function getClientEngineType(generatorConfig) {
32
33
  if (engineTypeFromEnvVar) return engineTypeFromEnvVar;
33
34
  if (generatorConfig?.config.engineType === "library") {
34
35
  return "library";
36
+ } else if (generatorConfig?.config.engineType === "binary") {
37
+ return "binary";
35
38
  } else if (generatorConfig?.config.engineType === "client") {
36
39
  return "client";
37
40
  } else {
@@ -42,6 +45,8 @@ function getEngineTypeFromEnvVar() {
42
45
  const engineType = process.env.PRISMA_CLIENT_ENGINE_TYPE;
43
46
  if (engineType === "library") {
44
47
  return "library";
48
+ } else if (engineType === "binary") {
49
+ return "binary";
45
50
  } else if (engineType === "client") {
46
51
  return "client";
47
52
  } else {
@@ -26,14 +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_OKVM3CW4_exports = {};
30
- __export(chunk_OKVM3CW4_exports, {
29
+ var chunk_EYVG6XQS_exports = {};
30
+ __export(chunk_EYVG6XQS_exports, {
31
+ getSchemaFromPackageJson: () => getSchemaFromPackageJson,
31
32
  getSchemaWithPath: () => getSchemaWithPath,
32
33
  getSchemaWithPathOptional: () => getSchemaWithPathOptional,
33
34
  printSchemaLoadedMessage: () => printSchemaLoadedMessage
34
35
  });
35
- module.exports = __toCommonJS(chunk_OKVM3CW4_exports);
36
+ module.exports = __toCommonJS(chunk_EYVG6XQS_exports);
36
37
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
38
+ var import_config = require("@prisma/config");
37
39
  var import_debug = require("@prisma/debug");
38
40
  var import_schema_files_loader = require("@prisma/schema-files-loader");
39
41
  var import_fs = __toESM(require("fs"));
@@ -117,6 +119,10 @@ async function getSchemaWithPathInternal(schemaPathFromArgs, schemaPathFromConfi
117
119
  if (prismaConfigResult.ok) {
118
120
  return prismaConfigResult;
119
121
  }
122
+ const pkgJsonResult = await getSchemaFromPackageJson(cwd);
123
+ if (pkgJsonResult.ok) {
124
+ return pkgJsonResult;
125
+ }
120
126
  const defaultResult = await getDefaultSchema(cwd);
121
127
  if (defaultResult.ok) {
122
128
  return defaultResult;
@@ -173,6 +179,36 @@ async function readSchemaFromPrismaConfigBasedLocation(schemaPathFromConfig) {
173
179
  }
174
180
  return schemaResult;
175
181
  }
182
+ async function getSchemaFromPackageJson(cwd) {
183
+ const prismaConfig = await (0, import_config.loadConfigFromPackageJson)(cwd);
184
+ debug("prismaConfig", prismaConfig);
185
+ if (!prismaConfig || !prismaConfig.config?.schema) {
186
+ return { ok: false, error: { kind: "PackageJsonNotConfigured" } };
187
+ }
188
+ const schemaPathFromPkgJson = prismaConfig.config.schema;
189
+ if (typeof schemaPathFromPkgJson !== "string") {
190
+ throw new Error(
191
+ `Provided schema path \`${schemaPathFromPkgJson}\` from \`${import_path.default.relative(
192
+ cwd,
193
+ prismaConfig.loadedFromFile
194
+ )}\` must be of type string`
195
+ );
196
+ }
197
+ const absoluteSchemaPath = import_path.default.isAbsolute(schemaPathFromPkgJson) ? schemaPathFromPkgJson : import_path.default.resolve(import_path.default.dirname(prismaConfig.loadedFromFile), schemaPathFromPkgJson);
198
+ const lookupResult = await readSchemaFromFileOrDirectory(absoluteSchemaPath);
199
+ if (!lookupResult.ok) {
200
+ throw new Error(
201
+ `Could not load schema from \`${import_path.default.relative(
202
+ cwd,
203
+ absoluteSchemaPath
204
+ )}\` provided by "prisma.schema" config of \`${import_path.default.relative(
205
+ cwd,
206
+ prismaConfig.loadedFromFile
207
+ )}\`: ${renderLookupError(lookupResult.error)}`
208
+ );
209
+ }
210
+ return lookupResult;
211
+ }
176
212
  async function getDefaultSchema(cwd, failures = []) {
177
213
  const lookupPaths = [import_path.default.join(cwd, "schema.prisma"), import_path.default.join(cwd, "prisma", "schema.prisma")];
178
214
  for (const path2 of lookupPaths) {
@@ -26,13 +26,13 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_5XFNC2RY_exports = {};
30
- __export(chunk_5XFNC2RY_exports, {
29
+ var chunk_F2OZV76L_exports = {};
30
+ __export(chunk_F2OZV76L_exports, {
31
31
  getBinaryPathsByVersion: () => getBinaryPathsByVersion
32
32
  });
33
- module.exports = __toCommonJS(chunk_5XFNC2RY_exports);
34
- var import_chunk_B22EOFPW = require("./chunk-B22EOFPW.js");
35
- var import_chunk_VRGMXDRD = require("./chunk-VRGMXDRD.js");
33
+ module.exports = __toCommonJS(chunk_F2OZV76L_exports);
34
+ var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
35
+ var import_chunk_4CGPN5SR = require("./chunk-4CGPN5SR.js");
36
36
  var import_chunk_2SDPW6AX = require("./chunk-2SDPW6AX.js");
37
37
  var import_chunk_7B5PXS6N = require("./chunk-7B5PXS6N.js");
38
38
  var import_chunk_IDINCQMN = require("./chunk-IDINCQMN.js");
@@ -91,7 +91,7 @@ async function getBinaryPathsByVersion({
91
91
  }
92
92
  const binariesConfig = neededVersion.engines.reduce((acc, curr) => {
93
93
  if (!binaryPathsOverride?.[curr]) {
94
- acc[(0, import_chunk_VRGMXDRD.engineTypeToBinaryType)(curr)] = binaryTargetBaseDir;
94
+ acc[(0, import_chunk_4CGPN5SR.engineTypeToBinaryType)(curr)] = binaryTargetBaseDir;
95
95
  }
96
96
  return acc;
97
97
  }, /* @__PURE__ */ Object.create(null));
@@ -107,7 +107,7 @@ async function getBinaryPathsByVersion({
107
107
  skipDownload
108
108
  };
109
109
  const binaryPathsWithEngineType = await (0, import_fetch_engine.download)(downloadParams);
110
- const binaryPaths = (0, import_chunk_7B5PXS6N.mapKeys)(binaryPathsWithEngineType, import_chunk_B22EOFPW.binaryTypeToEngineType);
110
+ const binaryPaths = (0, import_chunk_7B5PXS6N.mapKeys)(binaryPathsWithEngineType, import_chunk_RS2R7COT.binaryTypeToEngineType);
111
111
  binaryPathsByVersion[currentVersion] = binaryPaths;
112
112
  }
113
113
  if (binaryPathsOverride) {
@@ -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_ITUREZTQ_exports = {};
30
- __export(chunk_ITUREZTQ_exports, {
29
+ var chunk_FP7Y7C33_exports = {};
30
+ __export(chunk_FP7Y7C33_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_ITUREZTQ_exports);
34
+ module.exports = __toCommonJS(chunk_FP7Y7C33_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_DSOOZF5Q = require("./chunk-DSOOZF5Q.js");
39
- var import_chunk_N657I3KT = require("./chunk-N657I3KT.js");
38
+ var import_chunk_IE6Y4PMC = require("./chunk-IE6Y4PMC.js");
39
+ var import_chunk_2QAF26LC = require("./chunk-2QAF26LC.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: mergeSchemas]`;
62
- super((0, import_chunk_DSOOZF5Q.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_IE6Y4PMC.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
63
  this.name = "MergeSchemasError";
64
64
  }
65
65
  };
@@ -72,7 +72,7 @@ function mergeSchemas(options) {
72
72
  const params = JSON.stringify({
73
73
  schema: options.schemas
74
74
  });
75
- return import_chunk_N657I3KT.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_2QAF26LC.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",
@@ -26,13 +26,13 @@ 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_FC6CQUSK_exports = {};
30
- __export(chunk_FC6CQUSK_exports, {
29
+ var chunk_GMW36QQF_exports = {};
30
+ __export(chunk_GMW36QQF_exports, {
31
31
  getEnginesInfo: () => getEnginesInfo,
32
32
  resolveEngine: () => resolveEngine
33
33
  });
34
- module.exports = __toCommonJS(chunk_FC6CQUSK_exports);
35
- var import_chunk_SRZLJFU4 = require("./chunk-SRZLJFU4.js");
34
+ module.exports = __toCommonJS(chunk_GMW36QQF_exports);
35
+ var import_chunk_OAT7ZJED = require("./chunk-OAT7ZJED.js");
36
36
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
37
37
  var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
38
38
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
@@ -139,7 +139,7 @@ async function resolveEngine(binaryName) {
139
139
  enginePathEither,
140
140
  import_chunk_5DBOS77Y.fromEither,
141
141
  (0, import_chunk_5DBOS77Y.chain)((enginePath) => {
142
- return (0, import_chunk_SRZLJFU4.safeGetEngineVersion)(enginePath, binaryName);
142
+ return (0, import_chunk_OAT7ZJED.safeGetEngineVersion)(enginePath, binaryName);
143
143
  })
144
144
  )();
145
145
  const engineInfo = {
@@ -26,11 +26,11 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_GSH4BXBI_exports = {};
30
- __export(chunk_GSH4BXBI_exports, {
29
+ var chunk_HFFWZTVM_exports = {};
30
+ __export(chunk_HFFWZTVM_exports, {
31
31
  sendPanic: () => sendPanic
32
32
  });
33
- module.exports = __toCommonJS(chunk_GSH4BXBI_exports);
33
+ module.exports = __toCommonJS(chunk_HFFWZTVM_exports);
34
34
  var import_chunk_KDHESRKE = require("./chunk-KDHESRKE.js");
35
35
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
36
36
  var import_chunk_5AI4FIZ3 = require("./chunk-5AI4FIZ3.js");
@@ -1813,7 +1813,9 @@ async function sendPanic({
1813
1813
  return id;
1814
1814
  }
1815
1815
  function getCommand() {
1816
- if (process.argv[2] === "db" && process.argv[3] === "pull") {
1816
+ if (process.argv[2] === "introspect") {
1817
+ return "introspect";
1818
+ } else if (process.argv[2] === "db" && process.argv[3] === "pull") {
1817
1819
  return "db pull";
1818
1820
  }
1819
1821
  return process.argv.slice(2).join(" ");
@@ -16,12 +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_5W3BSMTH_exports = {};
20
- __export(chunk_5W3BSMTH_exports, {
19
+ var chunk_HO5HRHFZ_exports = {};
20
+ __export(chunk_HO5HRHFZ_exports, {
21
21
  serializeQueryEngineName: () => serializeQueryEngineName
22
22
  });
23
- module.exports = __toCommonJS(chunk_5W3BSMTH_exports);
23
+ module.exports = __toCommonJS(chunk_HO5HRHFZ_exports);
24
24
  function serializeQueryEngineName(message) {
25
25
  const normalizedName = "query-engine-NORMALIZED";
26
+ if (process.env.PRISMA_CLI_QUERY_ENGINE_TYPE === "binary") {
27
+ return message.replace(/query-engine binary/g, normalizedName);
28
+ }
26
29
  return message.replace(/query-engine-node-api library/g, normalizedName);
27
30
  }
@@ -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_DSOOZF5Q_exports = {};
20
- __export(chunk_DSOOZF5Q_exports, {
19
+ var chunk_IE6Y4PMC_exports = {};
20
+ __export(chunk_IE6Y4PMC_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_DSOOZF5Q_exports);
24
- var import_chunk_IZW777ZO = require("./chunk-IZW777ZO.js");
23
+ module.exports = __toCommonJS(chunk_IE6Y4PMC_exports);
24
+ var import_chunk_TBA7BNPC = require("./chunk-TBA7BNPC.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_IZW777ZO.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_TBA7BNPC.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -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_CAYOFOK7_exports = {};
30
- __export(chunk_CAYOFOK7_exports, {
29
+ var chunk_NE544QTB_exports = {};
30
+ __export(chunk_NE544QTB_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_CAYOFOK7_exports);
34
+ module.exports = __toCommonJS(chunk_NE544QTB_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_MURRA56K = require("./chunk-MURRA56K.js");
39
- var import_chunk_HQAD5FY2 = require("./chunk-HQAD5FY2.js");
38
+ var import_chunk_RNYJUEDU = require("./chunk-RNYJUEDU.js");
39
+ var import_chunk_XZBDRJF3 = require("./chunk-XZBDRJF3.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_MURRA56K.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_RNYJUEDU.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_HQAD5FY2.prismaSchemaWasm.debug_panic();
74
+ import_chunk_XZBDRJF3.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_HQAD5FY2.prismaSchemaWasm.validate(params);
80
+ import_chunk_XZBDRJF3.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_QABDTHAM_exports = {};
30
- __export(chunk_QABDTHAM_exports, {
29
+ var chunk_NGOAZIZY_exports = {};
30
+ __export(chunk_NGOAZIZY_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_QABDTHAM_exports);
37
+ module.exports = __toCommonJS(chunk_NGOAZIZY_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_DSOOZF5Q = require("./chunk-DSOOZF5Q.js");
42
- var import_chunk_N657I3KT = require("./chunk-N657I3KT.js");
41
+ var import_chunk_RNYJUEDU = require("./chunk-RNYJUEDU.js");
42
+ var import_chunk_XZBDRJF3 = require("./chunk-XZBDRJF3.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_DSOOZF5Q.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_RNYJUEDU.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_N657I3KT.prismaSchemaWasm.debug_panic();
92
+ import_chunk_XZBDRJF3.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_N657I3KT.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_XZBDRJF3.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (e) => ({
@@ -16,20 +16,24 @@ 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_SRZLJFU4_exports = {};
20
- __export(chunk_SRZLJFU4_exports, {
19
+ var chunk_OAT7ZJED_exports = {};
20
+ __export(chunk_OAT7ZJED_exports, {
21
21
  getEngineVersion: () => getEngineVersion,
22
22
  safeGetEngineVersion: () => safeGetEngineVersion
23
23
  });
24
- module.exports = __toCommonJS(chunk_SRZLJFU4_exports);
24
+ module.exports = __toCommonJS(chunk_OAT7ZJED_exports);
25
25
  var import_chunk_6TTRTZXU = require("./chunk-6TTRTZXU.js");
26
26
  var import_chunk_JOIHHXR6 = require("./chunk-JOIHHXR6.js");
27
27
  var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
28
28
  var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
29
+ var import_engines = require("@prisma/engines");
29
30
  var import_fetch_engine = require("@prisma/fetch-engine");
30
31
  var import_get_platform = require("@prisma/get-platform");
31
32
  async function getEngineVersion(enginePath, binaryName) {
32
- enginePath = await (0, import_chunk_FYZCPL2Z.resolveBinary)(binaryName ?? import_fetch_engine.BinaryType.QueryEngineLibrary, enginePath);
33
+ if (!binaryName) {
34
+ binaryName = (0, import_engines.getCliQueryEngineBinaryType)();
35
+ }
36
+ enginePath = await (0, import_chunk_FYZCPL2Z.resolveBinary)(binaryName, enginePath);
33
37
  const platformInfo = await (0, import_get_platform.getPlatformInfo)();
34
38
  if (binaryName === import_fetch_engine.BinaryType.QueryEngineLibrary) {
35
39
  (0, import_get_platform.assertNodeAPISupported)();
@@ -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_HD2CUQO5_exports = {};
30
- __export(chunk_HD2CUQO5_exports, {
29
+ var chunk_OQH4MI73_exports = {};
30
+ __export(chunk_OQH4MI73_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_HD2CUQO5_exports);
34
+ module.exports = __toCommonJS(chunk_OQH4MI73_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_MURRA56K = require("./chunk-MURRA56K.js");
39
- var import_chunk_HQAD5FY2 = require("./chunk-HQAD5FY2.js");
38
+ var import_chunk_RNYJUEDU = require("./chunk-RNYJUEDU.js");
39
+ var import_chunk_XZBDRJF3 = require("./chunk-XZBDRJF3.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: mergeSchemas]`;
62
- super((0, import_chunk_MURRA56K.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_RNYJUEDU.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
63
  this.name = "MergeSchemasError";
64
64
  }
65
65
  };
@@ -72,7 +72,7 @@ function mergeSchemas(options) {
72
72
  const params = JSON.stringify({
73
73
  schema: options.schemas
74
74
  });
75
- return import_chunk_HQAD5FY2.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_XZBDRJF3.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",