@prisma/internals 6.19.0-integration-next.11 → 6.19.0-integration-engines-6-19-0-28-next-8f44482e378cd05ba43deae3c6b1d441b5248e08.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-HQWW5WDN.js → chunk-3H7CUSTZ.js} +5 -5
  2. package/dist/{chunk-IA6H4SBF.js → chunk-3WZD7VQV.js} +5 -5
  3. package/dist/{chunk-6QTN4DDB.js → chunk-46ABODUM.js} +21 -6
  4. package/dist/{chunk-VRGMXDRD.js → chunk-4CGPN5SR.js} +6 -3
  5. package/dist/{chunk-GL7OANR6.js → chunk-4JCVHBYR.js} +5 -5
  6. package/dist/{chunk-2S5MYMXP.js → chunk-5GEULB6A.js} +8 -8
  7. package/dist/{chunk-DWTLQ5AF.js → chunk-6KLIEC55.js} +41 -28
  8. package/dist/{chunk-Z3E7RMFN.js → chunk-6NNYHRH5.js} +7 -7
  9. package/dist/{chunk-HSIWYRLV.js → chunk-76OLTURZ.js} +5 -5
  10. package/dist/{chunk-OM366UWA.js → chunk-ABPE5LSS.js} +8 -8
  11. package/dist/{chunk-YJT6Q2O2.js → chunk-DE5G5HUE.js} +8 -8
  12. package/dist/{chunk-FUYRCYVL.js → chunk-ERSH2BQA.js} +8 -3
  13. package/dist/{chunk-OKVM3CW4.js → chunk-EYVG6XQS.js} +39 -3
  14. package/dist/{chunk-5XFNC2RY.js → chunk-F2OZV76L.js} +7 -7
  15. package/dist/{chunk-FC6CQUSK.js → chunk-GMW36QQF.js} +5 -5
  16. package/dist/{chunk-PSPQN5PK.js → chunk-GNUU4JVZ.js} +5 -5
  17. package/dist/{chunk-GSH4BXBI.js → chunk-HFFWZTVM.js} +6 -4
  18. package/dist/{chunk-5W3BSMTH.js → chunk-HO5HRHFZ.js} +6 -3
  19. package/dist/{chunk-QAET5N37.js → chunk-KBNJH2JG.js} +5 -5
  20. package/dist/{chunk-KGKHPZDP.js → chunk-KFVYTLXO.js} +8 -8
  21. package/dist/{chunk-5CGOXR6B.js → chunk-LB7LLVBO.js} +8 -8
  22. package/dist/{chunk-SRZLJFU4.js → chunk-OAT7ZJED.js} +8 -4
  23. package/dist/{chunk-PCQMXW5J.js → chunk-ORXQN5LN.js} +5 -5
  24. package/dist/{chunk-FURGECAD.js → chunk-PZMRR772.js} +6 -6
  25. package/dist/{chunk-WUPVTE26.js → chunk-QFL3CZQX.js} +5 -5
  26. package/dist/{chunk-HTJL6EHK.js → chunk-QT65XC7I.js} +5 -5
  27. package/dist/{chunk-B22EOFPW.js → chunk-RS2R7COT.js} +6 -3
  28. package/dist/{chunk-CPU6CIHK.js → chunk-TIXJU3BS.js} +8 -8
  29. package/dist/{chunk-4PXJULT7.js → chunk-TXOU5F5M.js} +41 -28
  30. package/dist/{chunk-KIFFN3IT.js → chunk-UQUWZJVN.js} +5 -5
  31. package/dist/{chunk-BBC72L3C.js → chunk-V7Z52Q7F.js} +7 -7
  32. package/dist/{chunk-JSSOOYG3.js → chunk-VWJOHYMA.js} +7 -7
  33. package/dist/{chunk-KTP62GW6.js → chunk-W7IWIV7N.js} +8 -8
  34. package/dist/{chunk-ARC7TW3L.js → chunk-WFNB7VRA.js} +14 -4
  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,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,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,15 +26,15 @@ 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_PSPQN5PK_exports = {};
30
- __export(chunk_PSPQN5PK_exports, {
29
+ var chunk_GNUU4JVZ_exports = {};
30
+ __export(chunk_GNUU4JVZ_exports, {
31
31
  prismaSchemaWasm: () => import_prisma_schema_wasm.default,
32
32
  prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
33
33
  schemaEngineWasmVersion: () => schemaEngineWasmVersion,
34
34
  wasm_exports: () => wasm_exports
35
35
  });
36
- module.exports = __toCommonJS(chunk_PSPQN5PK_exports);
37
- var import_chunk_JSSOOYG3 = require("./chunk-JSSOOYG3.js");
36
+ module.exports = __toCommonJS(chunk_GNUU4JVZ_exports);
37
+ var import_chunk_VWJOHYMA = require("./chunk-VWJOHYMA.js");
38
38
  var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
39
39
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
40
40
  var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
@@ -46,6 +46,6 @@ var wasm_exports = {};
46
46
  });
47
47
  var globalWithPanicRegistry = globalThis;
48
48
  globalWithPanicRegistry.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_WXRVYSYN.WasmPanicRegistry();
49
- var { dependencies } = (0, import_chunk_JSSOOYG3.require_package)();
49
+ var { dependencies } = (0, import_chunk_VWJOHYMA.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -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,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_QAET5N37_exports = {};
20
- __export(chunk_QAET5N37_exports, {
19
+ var chunk_KBNJH2JG_exports = {};
20
+ __export(chunk_KBNJH2JG_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_QAET5N37_exports);
24
- var import_chunk_YJT6Q2O2 = require("./chunk-YJT6Q2O2.js");
25
- var packageJson = (0, import_chunk_YJT6Q2O2.require_package)();
23
+ module.exports = __toCommonJS(chunk_KBNJH2JG_exports);
24
+ var import_chunk_DE5G5HUE = require("./chunk-DE5G5HUE.js");
25
+ var packageJson = (0, import_chunk_DE5G5HUE.require_package)();
26
26
  var version = packageJson.version;
@@ -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_KGKHPZDP_exports = {};
30
- __export(chunk_KGKHPZDP_exports, {
29
+ var chunk_KFVYTLXO_exports = {};
30
+ __export(chunk_KFVYTLXO_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_KGKHPZDP_exports);
34
+ module.exports = __toCommonJS(chunk_KFVYTLXO_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_HQWW5WDN = require("./chunk-HQWW5WDN.js");
38
- var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.js");
37
+ var import_chunk_3H7CUSTZ = require("./chunk-3H7CUSTZ.js");
38
+ var import_chunk_ORXQN5LN = require("./chunk-ORXQN5LN.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_HQWW5WDN.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_3H7CUSTZ.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_PCQMXW5J.prismaSchemaWasm.debug_panic();
73
+ import_chunk_ORXQN5LN.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_PCQMXW5J.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_ORXQN5LN.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (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_5CGOXR6B_exports = {};
30
- __export(chunk_5CGOXR6B_exports, {
29
+ var chunk_LB7LLVBO_exports = {};
30
+ __export(chunk_LB7LLVBO_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_5CGOXR6B_exports);
37
+ module.exports = __toCommonJS(chunk_LB7LLVBO_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_HQWW5WDN = require("./chunk-HQWW5WDN.js");
42
- var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.js");
41
+ var import_chunk_3WZD7VQV = require("./chunk-3WZD7VQV.js");
42
+ var import_chunk_GNUU4JVZ = require("./chunk-GNUU4JVZ.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_HQWW5WDN.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_3WZD7VQV.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_PCQMXW5J.prismaSchemaWasm.debug_panic();
92
+ import_chunk_GNUU4JVZ.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_PCQMXW5J.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_GNUU4JVZ.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,15 +26,15 @@ 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_PCQMXW5J_exports = {};
30
- __export(chunk_PCQMXW5J_exports, {
29
+ var chunk_ORXQN5LN_exports = {};
30
+ __export(chunk_ORXQN5LN_exports, {
31
31
  prismaSchemaWasm: () => import_prisma_schema_wasm.default,
32
32
  prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
33
33
  schemaEngineWasmVersion: () => schemaEngineWasmVersion,
34
34
  wasm_exports: () => wasm_exports
35
35
  });
36
- module.exports = __toCommonJS(chunk_PCQMXW5J_exports);
37
- var import_chunk_YJT6Q2O2 = require("./chunk-YJT6Q2O2.js");
36
+ module.exports = __toCommonJS(chunk_ORXQN5LN_exports);
37
+ var import_chunk_DE5G5HUE = require("./chunk-DE5G5HUE.js");
38
38
  var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
39
39
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
40
40
  var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
@@ -46,6 +46,6 @@ var wasm_exports = {};
46
46
  });
47
47
  var globalWithPanicRegistry = globalThis;
48
48
  globalWithPanicRegistry.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_WXRVYSYN.WasmPanicRegistry();
49
- var { dependencies } = (0, import_chunk_YJT6Q2O2.require_package)();
49
+ var { dependencies } = (0, import_chunk_DE5G5HUE.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -16,14 +16,14 @@ 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_FURGECAD_exports = {};
20
- __export(chunk_FURGECAD_exports, {
19
+ var chunk_PZMRR772_exports = {};
20
+ __export(chunk_PZMRR772_exports, {
21
21
  loadEnvFile: () => loadEnvFile
22
22
  });
23
- module.exports = __toCommonJS(chunk_FURGECAD_exports);
24
- var import_chunk_6QTN4DDB = require("./chunk-6QTN4DDB.js");
23
+ module.exports = __toCommonJS(chunk_PZMRR772_exports);
24
+ var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
25
25
  var import_chunk_3FP46GUV = require("./chunk-3FP46GUV.js");
26
- function loadEnvFile({
26
+ async function loadEnvFile({
27
27
  schemaPath,
28
28
  config,
29
29
  printMessage = false
@@ -33,7 +33,7 @@ function loadEnvFile({
33
33
  `);
34
34
  return;
35
35
  }
36
- const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaPath);
36
+ const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaPath);
37
37
  const envData = (0, import_chunk_3FP46GUV.tryLoadEnvs)(envPaths, { conflictCheck: "error" });
38
38
  if (printMessage && envData && envData.message) {
39
39
  process.stderr.write(envData.message + "\n");
@@ -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_WUPVTE26_exports = {};
20
- __export(chunk_WUPVTE26_exports, {
19
+ var chunk_QFL3CZQX_exports = {};
20
+ __export(chunk_QFL3CZQX_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_WUPVTE26_exports);
24
- var import_chunk_JSSOOYG3 = require("./chunk-JSSOOYG3.js");
25
- var packageJson = (0, import_chunk_JSSOOYG3.require_package)();
23
+ module.exports = __toCommonJS(chunk_QFL3CZQX_exports);
24
+ var import_chunk_VWJOHYMA = require("./chunk-VWJOHYMA.js");
25
+ var packageJson = (0, import_chunk_VWJOHYMA.require_package)();
26
26
  var version = packageJson.version;
@@ -16,20 +16,20 @@ 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_HTJL6EHK_exports = {};
20
- __export(chunk_HTJL6EHK_exports, {
19
+ var chunk_QT65XC7I_exports = {};
20
+ __export(chunk_QT65XC7I_exports, {
21
21
  getLintWarnings: () => getLintWarnings,
22
22
  getLintWarningsAsText: () => getLintWarningsAsText,
23
23
  handleLintPanic: () => handleLintPanic,
24
24
  lintSchema: () => lintSchema,
25
25
  warningToString: () => warningToString
26
26
  });
27
- module.exports = __toCommonJS(chunk_HTJL6EHK_exports);
28
- var import_chunk_PSPQN5PK = require("./chunk-PSPQN5PK.js");
27
+ module.exports = __toCommonJS(chunk_QT65XC7I_exports);
28
+ var import_chunk_ORXQN5LN = require("./chunk-ORXQN5LN.js");
29
29
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
30
30
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
31
31
  function lintSchema({ schemas }) {
32
- const lintResult = import_chunk_PSPQN5PK.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_ORXQN5LN.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
33
  const lintDiagnostics = JSON.parse(lintResult);
34
34
  return lintDiagnostics;
35
35
  }
@@ -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_B22EOFPW_exports = {};
20
- __export(chunk_B22EOFPW_exports, {
19
+ var chunk_RS2R7COT_exports = {};
20
+ __export(chunk_RS2R7COT_exports, {
21
21
  binaryTypeToEngineType: () => binaryTypeToEngineType
22
22
  });
23
- module.exports = __toCommonJS(chunk_B22EOFPW_exports);
23
+ module.exports = __toCommonJS(chunk_RS2R7COT_exports);
24
24
  var import_fetch_engine = require("@prisma/fetch-engine");
25
25
  function binaryTypeToEngineType(binaryType) {
26
26
  if (binaryType === import_fetch_engine.BinaryType.SchemaEngineBinary) {
@@ -29,5 +29,8 @@ function binaryTypeToEngineType(binaryType) {
29
29
  if (binaryType === import_fetch_engine.BinaryType.QueryEngineLibrary) {
30
30
  return "libqueryEngine";
31
31
  }
32
+ if (binaryType === import_fetch_engine.BinaryType.QueryEngineBinary) {
33
+ return "queryEngine";
34
+ }
32
35
  throw new Error(`Could not convert binary type ${binaryType}`);
33
36
  }
@@ -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_CPU6CIHK_exports = {};
30
- __export(chunk_CPU6CIHK_exports, {
29
+ var chunk_TIXJU3BS_exports = {};
30
+ __export(chunk_TIXJU3BS_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_CPU6CIHK_exports);
34
+ module.exports = __toCommonJS(chunk_TIXJU3BS_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_HQWW5WDN = require("./chunk-HQWW5WDN.js");
39
- var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.js");
38
+ var import_chunk_3H7CUSTZ = require("./chunk-3H7CUSTZ.js");
39
+ var import_chunk_ORXQN5LN = require("./chunk-ORXQN5LN.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_HQWW5WDN.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_3H7CUSTZ.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_PCQMXW5J.prismaSchemaWasm.debug_panic();
74
+ import_chunk_ORXQN5LN.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_PCQMXW5J.prismaSchemaWasm.validate(params);
80
+ import_chunk_ORXQN5LN.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",