@prisma/internals 6.19.0-integration-next.6 → 6.19.0-integration-feat-remove-binary-engine.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 (45) hide show
  1. package/dist/{chunk-RPDDWVWB.js → chunk-43ZFMWOZ.js} +22 -33
  2. package/dist/{chunk-2ID2JTA6.js → chunk-4IDPZNYW.js} +8 -8
  3. package/dist/{chunk-HO5HRHFZ.js → chunk-5W3BSMTH.js} +3 -6
  4. package/dist/{chunk-F2OZV76L.js → chunk-5XFNC2RY.js} +7 -7
  5. package/dist/{chunk-SOHAJAB2.js → chunk-6JZNCXUA.js} +5 -5
  6. package/dist/{chunk-GRRVYCBJ.js → chunk-A7GNRMO6.js} +8 -8
  7. package/dist/{chunk-VPOOVIA4.js → chunk-ARC7TW3L.js} +4 -12
  8. package/dist/{chunk-RS2R7COT.js → chunk-B22EOFPW.js} +3 -6
  9. package/dist/{chunk-VRGZ3WNR.js → chunk-CEHARWN2.js} +8 -19
  10. package/dist/{chunk-GMW36QQF.js → chunk-FC6CQUSK.js} +5 -5
  11. package/dist/{chunk-ERSH2BQA.js → chunk-FUYRCYVL.js} +3 -8
  12. package/dist/{chunk-YW2MDRZT.js → chunk-HQKRIT7Z.js} +5 -5
  13. package/dist/{chunk-HYI7ZXSJ.js → chunk-LDEKYOKN.js} +8 -8
  14. package/dist/{chunk-XKKLBKTX.js → chunk-RDOF2VXZ.js} +4 -4
  15. package/dist/{chunk-OAT7ZJED.js → chunk-SRZLJFU4.js} +4 -8
  16. package/dist/{chunk-4CGPN5SR.js → chunk-VRGMXDRD.js} +3 -6
  17. package/dist/{chunk-Z476LBOK.js → chunk-XVZQ5TSR.js} +7 -7
  18. package/dist/{chunk-ON2OOTJN.js → chunk-Z3TOT5L3.js} +5 -5
  19. package/dist/{chunk-4MJFCBVI.js → chunk-ZJN5O3G3.js} +5 -5
  20. package/dist/cli/checkUnsupportedDataProxy.js +20 -20
  21. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +20 -20
  22. package/dist/cli/getGeneratorSuccessMessage.js +2 -3
  23. package/dist/cli/schemaContext.js +20 -20
  24. package/dist/client/getClientEngineType.d.ts +0 -1
  25. package/dist/client/getClientEngineType.js +3 -3
  26. package/dist/engine-commands/errorHelpers.js +4 -4
  27. package/dist/engine-commands/formatSchema.js +19 -19
  28. package/dist/engine-commands/getConfig.js +10 -10
  29. package/dist/engine-commands/getDmmf.js +7 -7
  30. package/dist/engine-commands/getEngineVersion.js +3 -3
  31. package/dist/engine-commands/getEnginesInfo.d.ts +0 -1
  32. package/dist/engine-commands/getEnginesInfo.js +4 -4
  33. package/dist/engine-commands/index.js +31 -31
  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 +22 -22
  38. package/dist/get-generators/utils/binaryTypeToEngineType.js +2 -2
  39. package/dist/get-generators/utils/engineTypeToBinaryType.js +2 -2
  40. package/dist/get-generators/utils/getBinaryPathsByVersion.js +4 -4
  41. package/dist/index.js +46 -46
  42. package/dist/utils/getVersionFromPackageJson.js +3 -3
  43. package/dist/utils/serializeQueryEngineName.js +2 -2
  44. package/dist/wasm.js +5 -5
  45. package/package.json +11 -11
@@ -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_RPDDWVWB_exports = {};
30
- __export(chunk_RPDDWVWB_exports, {
29
+ var chunk_43ZFMWOZ_exports = {};
30
+ __export(chunk_43ZFMWOZ_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,12 +42,12 @@ __export(chunk_RPDDWVWB_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_RPDDWVWB_exports);
45
+ module.exports = __toCommonJS(chunk_43ZFMWOZ_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_F2OZV76L = require("./chunk-F2OZV76L.js");
50
- var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
49
+ var import_chunk_5XFNC2RY = require("./chunk-5XFNC2RY.js");
50
+ var import_chunk_B22EOFPW = require("./chunk-B22EOFPW.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");
@@ -55,14 +55,15 @@ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
55
55
  var import_chunk_6QTN4DDB = require("./chunk-6QTN4DDB.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_2ID2JTA6 = require("./chunk-2ID2JTA6.js");
59
- var import_chunk_GRRVYCBJ = require("./chunk-GRRVYCBJ.js");
60
- var import_chunk_ON2OOTJN = require("./chunk-ON2OOTJN.js");
61
- var import_chunk_Z476LBOK = require("./chunk-Z476LBOK.js");
58
+ var import_chunk_4IDPZNYW = require("./chunk-4IDPZNYW.js");
59
+ var import_chunk_A7GNRMO6 = require("./chunk-A7GNRMO6.js");
60
+ var import_chunk_Z3TOT5L3 = require("./chunk-Z3TOT5L3.js");
61
+ var import_chunk_XVZQ5TSR = require("./chunk-XVZQ5TSR.js");
62
62
  var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
63
- var import_chunk_YW2MDRZT = require("./chunk-YW2MDRZT.js");
63
+ var import_chunk_HQKRIT7Z = require("./chunk-HQKRIT7Z.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");
66
67
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
67
68
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
68
69
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
@@ -102,7 +103,7 @@ var debug = (0, import_debug.default)("prisma:format");
102
103
  async function formatSchema({ schemas }, inputFormattingOptions) {
103
104
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
104
105
  handleFormatPanic(() => {
105
- import_chunk_YW2MDRZT.prismaSchemaWasm.debug_panic();
106
+ import_chunk_HQKRIT7Z.prismaSchemaWasm.debug_panic();
106
107
  });
107
108
  }
108
109
  const defaultFormattingOptions = {
@@ -119,10 +120,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
119
120
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
120
121
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
121
122
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
122
- const lintDiagnostics2 = (0, import_chunk_ON2OOTJN.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
+ const lintDiagnostics2 = (0, import_chunk_Z3TOT5L3.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
124
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
125
  });
125
- const lintWarnings = (0, import_chunk_ON2OOTJN.getLintWarningsAsText)(lintDiagnostics);
126
+ const lintWarnings = (0, import_chunk_Z3TOT5L3.getLintWarningsAsText)(lintDiagnostics);
126
127
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
127
128
  console.warn(lintWarnings);
128
129
  }
@@ -149,7 +150,7 @@ function handleFormatPanic(tryCb) {
149
150
  }
150
151
  }
151
152
  function formatWasm(schema, documentFormattingParams) {
152
- const formattedSchema = import_chunk_YW2MDRZT.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
153
+ const formattedSchema = import_chunk_HQKRIT7Z.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
153
154
  return formattedSchema;
154
155
  }
155
156
  async function loadSchemaContext({
@@ -189,7 +190,7 @@ async function processSchemaResult({
189
190
  if (printLoadMessage) {
190
191
  (0, import_chunk_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
191
192
  }
192
- const configFromPsl = await (0, import_chunk_2ID2JTA6.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
193
+ const configFromPsl = await (0, import_chunk_4IDPZNYW.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
193
194
  const datasourceFromPsl = configFromPsl.datasources.at(0);
194
195
  const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
195
196
  const { url, directUrl, shadowDatabaseUrl } = datasource;
@@ -259,7 +260,7 @@ async function getGenerators(options) {
259
260
  }
260
261
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
261
262
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
262
- const dmmf = await (0, import_chunk_GRRVYCBJ.getDMMF)({
263
+ const dmmf = await (0, import_chunk_A7GNRMO6.getDMMF)({
263
264
  datamodel: schemaContext.schemaFiles,
264
265
  previewFeatures
265
266
  });
@@ -310,7 +311,7 @@ You need to define \`output\` in the generator block in the schema file.`
310
311
  fromEnvVar: null
311
312
  };
312
313
  }
313
- const datamodel = (0, import_chunk_Z476LBOK.mergeSchemas)({ schemas: schemaContext.schemaFiles });
314
+ const datamodel = (0, import_chunk_XVZQ5TSR.mergeSchemas)({ schemas: schemaContext.schemaFiles });
314
315
  const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
315
316
  const options2 = {
316
317
  datamodel,
@@ -376,10 +377,9 @@ generator gen {
376
377
  }
377
378
  }
378
379
  }
379
- const queryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
380
- const queryEngineType = (0, import_chunk_RS2R7COT.binaryTypeToEngineType)(queryEngineBinaryType);
380
+ const queryEngineType = (0, import_chunk_B22EOFPW.binaryTypeToEngineType)(import_chunk_FYZCPL2Z.BinaryType.QueryEngineLibrary);
381
381
  debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
382
- const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_F2OZV76L.getBinaryPathsByVersion)({
382
+ const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_5XFNC2RY.getBinaryPathsByVersion)({
383
383
  neededVersions,
384
384
  // We're lazily computing the binary target here, to avoid printing the
385
385
  // `Prisma failed to detect the libssl/openssl version to use` warning
@@ -401,7 +401,7 @@ generator gen {
401
401
  debug2({ generatorBinaryPaths });
402
402
  generator.setBinaryPaths(generatorBinaryPaths);
403
403
  if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
404
- const customDmmf = await (0, import_chunk_GRRVYCBJ.getDMMF)({
404
+ const customDmmf = await (0, import_chunk_A7GNRMO6.getDMMF)({
405
405
  datamodel: schemaContext.schemaFiles,
406
406
  previewFeatures
407
407
  });
@@ -435,17 +435,6 @@ var oldToNewBinaryTargetsMapping = {
435
435
  async function validateGenerators(generators) {
436
436
  const binaryTarget = await (0, import_get_platform.getBinaryTargetForCurrentPlatform)();
437
437
  for (const generator of generators) {
438
- if (generator.config.platforms) {
439
- throw new Error(
440
- `The \`platforms\` field on the generator definition is deprecated. Please rename it to \`binaryTargets\`.`
441
- );
442
- }
443
- if (generator.config.pinnedBinaryTargets) {
444
- throw new Error(
445
- `The \`pinnedBinaryTargets\` field on the generator definition is deprecated.
446
- Please use the PRISMA_QUERY_ENGINE_BINARY env var instead to pin the binary target.`
447
- );
448
- }
449
438
  if (generator.binaryTargets) {
450
439
  const binaryTargets2 = generator.binaryTargets && generator.binaryTargets.length > 0 ? generator.binaryTargets : [{ fromEnvVar: null, value: "native" }];
451
440
  const resolvedBinaryTargets = binaryTargets2.flatMap((object) => (0, import_chunk_IOIAK7V7.parseBinaryTargetsEnvValue)(object)).map((p) => p === "native" ? binaryTarget : p);
@@ -522,7 +511,7 @@ function checkUnsupportedDataProxy({
522
511
  }
523
512
  }
524
513
  if (!schemaContext?.primaryDatasource) return;
525
- const url = (0, import_chunk_2ID2JTA6.resolveUrl)((0, import_chunk_2ID2JTA6.getEffectiveUrl)(schemaContext.primaryDatasource));
514
+ const url = (0, import_chunk_4IDPZNYW.resolveUrl)((0, import_chunk_4IDPZNYW.getEffectiveUrl)(schemaContext.primaryDatasource));
526
515
  if (url?.startsWith("prisma://")) {
527
516
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
528
517
  }
@@ -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_2ID2JTA6_exports = {};
30
- __export(chunk_2ID2JTA6_exports, {
29
+ var chunk_4IDPZNYW_exports = {};
30
+ __export(chunk_4IDPZNYW_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_2ID2JTA6_exports);
37
+ module.exports = __toCommonJS(chunk_4IDPZNYW_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_4MJFCBVI = require("./chunk-4MJFCBVI.js");
42
- var import_chunk_YW2MDRZT = require("./chunk-YW2MDRZT.js");
41
+ var import_chunk_ZJN5O3G3 = require("./chunk-ZJN5O3G3.js");
42
+ var import_chunk_HQKRIT7Z = require("./chunk-HQKRIT7Z.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_4MJFCBVI.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_ZJN5O3G3.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_YW2MDRZT.prismaSchemaWasm.debug_panic();
92
+ import_chunk_HQKRIT7Z.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_YW2MDRZT.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_HQKRIT7Z.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (e) => ({
@@ -16,15 +16,12 @@ 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_HO5HRHFZ_exports = {};
20
- __export(chunk_HO5HRHFZ_exports, {
19
+ var chunk_5W3BSMTH_exports = {};
20
+ __export(chunk_5W3BSMTH_exports, {
21
21
  serializeQueryEngineName: () => serializeQueryEngineName
22
22
  });
23
- module.exports = __toCommonJS(chunk_HO5HRHFZ_exports);
23
+ module.exports = __toCommonJS(chunk_5W3BSMTH_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
- }
29
26
  return message.replace(/query-engine-node-api library/g, normalizedName);
30
27
  }
@@ -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_F2OZV76L_exports = {};
30
- __export(chunk_F2OZV76L_exports, {
29
+ var chunk_5XFNC2RY_exports = {};
30
+ __export(chunk_5XFNC2RY_exports, {
31
31
  getBinaryPathsByVersion: () => getBinaryPathsByVersion
32
32
  });
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");
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");
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_4CGPN5SR.engineTypeToBinaryType)(curr)] = binaryTargetBaseDir;
94
+ acc[(0, import_chunk_VRGMXDRD.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_RS2R7COT.binaryTypeToEngineType);
110
+ const binaryPaths = (0, import_chunk_7B5PXS6N.mapKeys)(binaryPathsWithEngineType, import_chunk_B22EOFPW.binaryTypeToEngineType);
111
111
  binaryPathsByVersion[currentVersion] = binaryPaths;
112
112
  }
113
113
  if (binaryPathsOverride) {
@@ -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_SOHAJAB2_exports = {};
20
- __export(chunk_SOHAJAB2_exports, {
19
+ var chunk_6JZNCXUA_exports = {};
20
+ __export(chunk_6JZNCXUA_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_SOHAJAB2_exports);
24
- var import_chunk_XKKLBKTX = require("./chunk-XKKLBKTX.js");
25
- var packageJson = (0, import_chunk_XKKLBKTX.require_package)();
23
+ module.exports = __toCommonJS(chunk_6JZNCXUA_exports);
24
+ var import_chunk_RDOF2VXZ = require("./chunk-RDOF2VXZ.js");
25
+ var packageJson = (0, import_chunk_RDOF2VXZ.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_GRRVYCBJ_exports = {};
30
- __export(chunk_GRRVYCBJ_exports, {
29
+ var chunk_A7GNRMO6_exports = {};
30
+ __export(chunk_A7GNRMO6_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_GRRVYCBJ_exports);
34
+ module.exports = __toCommonJS(chunk_A7GNRMO6_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_4MJFCBVI = require("./chunk-4MJFCBVI.js");
38
- var import_chunk_YW2MDRZT = require("./chunk-YW2MDRZT.js");
37
+ var import_chunk_ZJN5O3G3 = require("./chunk-ZJN5O3G3.js");
38
+ var import_chunk_HQKRIT7Z = require("./chunk-HQKRIT7Z.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_4MJFCBVI.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_ZJN5O3G3.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_YW2MDRZT.prismaSchemaWasm.debug_panic();
73
+ import_chunk_HQKRIT7Z.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_YW2MDRZT.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_HQKRIT7Z.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (e) => ({
@@ -26,13 +26,12 @@ 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_VPOOVIA4_exports = {};
30
- __export(chunk_VPOOVIA4_exports, {
29
+ var chunk_ARC7TW3L_exports = {};
30
+ __export(chunk_ARC7TW3L_exports, {
31
31
  getGeneratorSuccessMessage: () => getGeneratorSuccessMessage
32
32
  });
33
- module.exports = __toCommonJS(chunk_VPOOVIA4_exports);
33
+ module.exports = __toCommonJS(chunk_ARC7TW3L_exports);
34
34
  var import_chunk_XYCIH36R = require("./chunk-XYCIH36R.js");
35
- var import_chunk_ERSH2BQA = require("./chunk-ERSH2BQA.js");
36
35
  var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
37
36
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
38
37
  var import_path = __toESM(require("path"));
@@ -45,14 +44,7 @@ function getGeneratorSuccessMessage(generator, time) {
45
44
  function formatVersion(generator) {
46
45
  const version = generator.manifest?.version;
47
46
  if (generator.getProvider() === "prisma-client-js") {
48
- const engineType = (0, import_chunk_ERSH2BQA.getClientEngineType)(generator.config);
49
- let engineHint = "";
50
- if (engineType === "binary") {
51
- engineHint = ", engine=binary";
52
- } else if (engineType === "library") {
53
- engineHint = "";
54
- }
55
- return `v${version ?? "?.?.?"}${engineHint}`;
47
+ return `v${version ?? "?.?.?"}`;
56
48
  }
57
49
  return version;
58
50
  }
@@ -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_RS2R7COT_exports = {};
20
- __export(chunk_RS2R7COT_exports, {
19
+ var chunk_B22EOFPW_exports = {};
20
+ __export(chunk_B22EOFPW_exports, {
21
21
  binaryTypeToEngineType: () => binaryTypeToEngineType
22
22
  });
23
- module.exports = __toCommonJS(chunk_RS2R7COT_exports);
23
+ module.exports = __toCommonJS(chunk_B22EOFPW_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,8 +29,5 @@ 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
- }
35
32
  throw new Error(`Could not convert binary type ${binaryType}`);
36
33
  }
@@ -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_VRGZ3WNR_exports = {};
30
- __export(chunk_VRGZ3WNR_exports, {
29
+ var chunk_CEHARWN2_exports = {};
30
+ __export(chunk_CEHARWN2_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,12 +42,12 @@ __export(chunk_VRGZ3WNR_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_VRGZ3WNR_exports);
45
+ module.exports = __toCommonJS(chunk_CEHARWN2_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_F2OZV76L = require("./chunk-F2OZV76L.js");
50
- var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
49
+ var import_chunk_5XFNC2RY = require("./chunk-5XFNC2RY.js");
50
+ var import_chunk_B22EOFPW = require("./chunk-B22EOFPW.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");
@@ -63,6 +63,7 @@ var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
63
63
  var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.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");
66
67
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
67
68
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
68
69
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
@@ -376,10 +377,9 @@ generator gen {
376
377
  }
377
378
  }
378
379
  }
379
- const queryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
380
- const queryEngineType = (0, import_chunk_RS2R7COT.binaryTypeToEngineType)(queryEngineBinaryType);
380
+ const queryEngineType = (0, import_chunk_B22EOFPW.binaryTypeToEngineType)(import_chunk_FYZCPL2Z.BinaryType.QueryEngineLibrary);
381
381
  debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
382
- const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_F2OZV76L.getBinaryPathsByVersion)({
382
+ const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_5XFNC2RY.getBinaryPathsByVersion)({
383
383
  neededVersions,
384
384
  // We're lazily computing the binary target here, to avoid printing the
385
385
  // `Prisma failed to detect the libssl/openssl version to use` warning
@@ -435,17 +435,6 @@ var oldToNewBinaryTargetsMapping = {
435
435
  async function validateGenerators(generators) {
436
436
  const binaryTarget = await (0, import_get_platform.getBinaryTargetForCurrentPlatform)();
437
437
  for (const generator of generators) {
438
- if (generator.config.platforms) {
439
- throw new Error(
440
- `The \`platforms\` field on the generator definition is deprecated. Please rename it to \`binaryTargets\`.`
441
- );
442
- }
443
- if (generator.config.pinnedBinaryTargets) {
444
- throw new Error(
445
- `The \`pinnedBinaryTargets\` field on the generator definition is deprecated.
446
- Please use the PRISMA_QUERY_ENGINE_BINARY env var instead to pin the binary target.`
447
- );
448
- }
449
438
  if (generator.binaryTargets) {
450
439
  const binaryTargets2 = generator.binaryTargets && generator.binaryTargets.length > 0 ? generator.binaryTargets : [{ fromEnvVar: null, value: "native" }];
451
440
  const resolvedBinaryTargets = binaryTargets2.flatMap((object) => (0, import_chunk_IOIAK7V7.parseBinaryTargetsEnvValue)(object)).map((p) => p === "native" ? binaryTarget : p);
@@ -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_GMW36QQF_exports = {};
30
- __export(chunk_GMW36QQF_exports, {
29
+ var chunk_FC6CQUSK_exports = {};
30
+ __export(chunk_FC6CQUSK_exports, {
31
31
  getEnginesInfo: () => getEnginesInfo,
32
32
  resolveEngine: () => resolveEngine
33
33
  });
34
- module.exports = __toCommonJS(chunk_GMW36QQF_exports);
35
- var import_chunk_OAT7ZJED = require("./chunk-OAT7ZJED.js");
34
+ module.exports = __toCommonJS(chunk_FC6CQUSK_exports);
35
+ var import_chunk_SRZLJFU4 = require("./chunk-SRZLJFU4.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_OAT7ZJED.safeGetEngineVersion)(enginePath, binaryName);
142
+ return (0, import_chunk_SRZLJFU4.safeGetEngineVersion)(enginePath, binaryName);
143
143
  })
144
144
  )();
145
145
  const engineInfo = {
@@ -16,15 +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_ERSH2BQA_exports = {};
20
- __export(chunk_ERSH2BQA_exports, {
19
+ var chunk_FUYRCYVL_exports = {};
20
+ __export(chunk_FUYRCYVL_exports, {
21
21
  ClientEngineType: () => ClientEngineType,
22
22
  getClientEngineType: () => getClientEngineType
23
23
  });
24
- module.exports = __toCommonJS(chunk_ERSH2BQA_exports);
24
+ module.exports = __toCommonJS(chunk_FUYRCYVL_exports);
25
25
  var ClientEngineType = /* @__PURE__ */ ((ClientEngineType2) => {
26
26
  ClientEngineType2["Library"] = "library";
27
- ClientEngineType2["Binary"] = "binary";
28
27
  ClientEngineType2["Client"] = "client";
29
28
  return ClientEngineType2;
30
29
  })(ClientEngineType || {});
@@ -33,8 +32,6 @@ function getClientEngineType(generatorConfig) {
33
32
  if (engineTypeFromEnvVar) return engineTypeFromEnvVar;
34
33
  if (generatorConfig?.config.engineType === "library") {
35
34
  return "library";
36
- } else if (generatorConfig?.config.engineType === "binary") {
37
- return "binary";
38
35
  } else if (generatorConfig?.config.engineType === "client") {
39
36
  return "client";
40
37
  } else {
@@ -45,8 +42,6 @@ function getEngineTypeFromEnvVar() {
45
42
  const engineType = process.env.PRISMA_CLIENT_ENGINE_TYPE;
46
43
  if (engineType === "library") {
47
44
  return "library";
48
- } else if (engineType === "binary") {
49
- return "binary";
50
45
  } else if (engineType === "client") {
51
46
  return "client";
52
47
  } else {
@@ -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_YW2MDRZT_exports = {};
30
- __export(chunk_YW2MDRZT_exports, {
29
+ var chunk_HQKRIT7Z_exports = {};
30
+ __export(chunk_HQKRIT7Z_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_YW2MDRZT_exports);
37
- var import_chunk_XKKLBKTX = require("./chunk-XKKLBKTX.js");
36
+ module.exports = __toCommonJS(chunk_HQKRIT7Z_exports);
37
+ var import_chunk_RDOF2VXZ = require("./chunk-RDOF2VXZ.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_XKKLBKTX.require_package)();
49
+ var { dependencies } = (0, import_chunk_RDOF2VXZ.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -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_HYI7ZXSJ_exports = {};
30
- __export(chunk_HYI7ZXSJ_exports, {
29
+ var chunk_LDEKYOKN_exports = {};
30
+ __export(chunk_LDEKYOKN_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_HYI7ZXSJ_exports);
34
+ module.exports = __toCommonJS(chunk_LDEKYOKN_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_4MJFCBVI = require("./chunk-4MJFCBVI.js");
39
- var import_chunk_YW2MDRZT = require("./chunk-YW2MDRZT.js");
38
+ var import_chunk_ZJN5O3G3 = require("./chunk-ZJN5O3G3.js");
39
+ var import_chunk_HQKRIT7Z = require("./chunk-HQKRIT7Z.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_4MJFCBVI.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_ZJN5O3G3.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_YW2MDRZT.prismaSchemaWasm.debug_panic();
74
+ import_chunk_HQKRIT7Z.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_YW2MDRZT.prismaSchemaWasm.validate(params);
80
+ import_chunk_HQKRIT7Z.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -16,17 +16,17 @@ 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_XKKLBKTX_exports = {};
20
- __export(chunk_XKKLBKTX_exports, {
19
+ var chunk_RDOF2VXZ_exports = {};
20
+ __export(chunk_RDOF2VXZ_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_XKKLBKTX_exports);
23
+ module.exports = __toCommonJS(chunk_RDOF2VXZ_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) {
27
27
  module2.exports = {
28
28
  name: "@prisma/internals",
29
- version: "6.19.0-integration-next.6",
29
+ version: "6.19.0-integration-feat-remove-binary-engine.1",
30
30
  description: "This package is intended for Prisma's internal use",
31
31
  main: "dist/index.js",
32
32
  types: "dist/index.d.ts",
@@ -16,24 +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_OAT7ZJED_exports = {};
20
- __export(chunk_OAT7ZJED_exports, {
19
+ var chunk_SRZLJFU4_exports = {};
20
+ __export(chunk_SRZLJFU4_exports, {
21
21
  getEngineVersion: () => getEngineVersion,
22
22
  safeGetEngineVersion: () => safeGetEngineVersion
23
23
  });
24
- module.exports = __toCommonJS(chunk_OAT7ZJED_exports);
24
+ module.exports = __toCommonJS(chunk_SRZLJFU4_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");
30
29
  var import_fetch_engine = require("@prisma/fetch-engine");
31
30
  var import_get_platform = require("@prisma/get-platform");
32
31
  async function getEngineVersion(enginePath, binaryName) {
33
- if (!binaryName) {
34
- binaryName = (0, import_engines.getCliQueryEngineBinaryType)();
35
- }
36
- enginePath = await (0, import_chunk_FYZCPL2Z.resolveBinary)(binaryName, enginePath);
32
+ enginePath = await (0, import_chunk_FYZCPL2Z.resolveBinary)(binaryName ?? import_fetch_engine.BinaryType.QueryEngineLibrary, enginePath);
37
33
  const platformInfo = await (0, import_get_platform.getPlatformInfo)();
38
34
  if (binaryName === import_fetch_engine.BinaryType.QueryEngineLibrary) {
39
35
  (0, import_get_platform.assertNodeAPISupported)();