@prisma/internals 6.7.0 → 6.8.0-dev.10

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 (42) hide show
  1. package/dist/{chunk-YLWXHZMQ.js → chunk-27Q2SGV2.js} +8 -8
  2. package/dist/{chunk-3DQPB7T3.js → chunk-2ZROSGJA.js} +19 -19
  3. package/dist/{chunk-2IP7H3BQ.js → chunk-3FP46GUV.js} +11 -10
  4. package/dist/{chunk-XA2IINM7.js → chunk-3FWYQN3C.js} +7 -7
  5. package/dist/{chunk-ALMBYTYD.js → chunk-5O4XI4FY.js} +8 -8
  6. package/dist/{chunk-Q6ZVYPDB.js → chunk-7G7FICFI.js} +7 -7
  7. package/dist/{chunk-Z7DTC25G.js → chunk-7HDI7XS6.js} +5 -5
  8. package/dist/{chunk-HCCOIFW5.js → chunk-7KSIJGXT.js} +5 -5
  9. package/dist/{chunk-AUWTBQ7B.js → chunk-AU2NP4ZF.js} +5 -5
  10. package/dist/{chunk-JNWOBVG4.js → chunk-BRAYTRVS.js} +7 -7
  11. package/dist/{chunk-CO6L3PWM.js → chunk-BWAXVWPK.js} +7 -7
  12. package/dist/{chunk-Y4FY36L7.js → chunk-CNANJEQ7.js} +8 -8
  13. package/dist/{chunk-XBQVGIHJ.js → chunk-DUGMAN5B.js} +5 -5
  14. package/dist/{chunk-BCHR2OFA.js → chunk-HS6BQ3K6.js} +6 -6
  15. package/dist/{chunk-MKGT35J3.js → chunk-MYZ74Z4Z.js} +8 -8
  16. package/dist/{chunk-U2ZCQFKU.js → chunk-NZQV45RJ.js} +5 -5
  17. package/dist/{chunk-SWW4KMF5.js → chunk-ORC6CRVG.js} +19 -19
  18. package/dist/{chunk-XQS25DYR.js → chunk-R7WS3CWW.js} +8 -8
  19. package/dist/{chunk-UYAWHJI3.js → chunk-RCUOWJFQ.js} +8 -8
  20. package/dist/{chunk-OTFF2GFU.js → chunk-TOL7OOGL.js} +5 -5
  21. package/dist/{chunk-7TOTW56M.js → chunk-VORRLPBU.js} +5 -5
  22. package/dist/{chunk-WCPUXXL2.js → chunk-WXRTT6AT.js} +5 -5
  23. package/dist/{chunk-4NFKDFT4.js → chunk-ZU34VEWH.js} +5 -5
  24. package/dist/cli/checkUnsupportedDataProxy.js +15 -15
  25. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +15 -15
  26. package/dist/cli/schemaContext.js +15 -15
  27. package/dist/engine-commands/errorHelpers.js +4 -4
  28. package/dist/engine-commands/formatSchema.js +14 -14
  29. package/dist/engine-commands/getConfig.js +10 -10
  30. package/dist/engine-commands/getDmmf.js +7 -7
  31. package/dist/engine-commands/index.js +23 -23
  32. package/dist/engine-commands/lintSchema.js +8 -8
  33. package/dist/engine-commands/mergeSchemas.js +7 -7
  34. package/dist/engine-commands/validate.js +7 -7
  35. package/dist/get-generators/getGenerators.js +17 -17
  36. package/dist/index.js +37 -37
  37. package/dist/utils/getEnvPaths.js +3 -3
  38. package/dist/utils/getVersionFromPackageJson.js +3 -3
  39. package/dist/utils/loadEnvFile.js +4 -4
  40. package/dist/utils/tryLoadEnvs.js +5 -5
  41. package/dist/wasm.js +5 -5
  42. package/package.json +14 -14
@@ -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_YLWXHZMQ_exports = {};
30
- __export(chunk_YLWXHZMQ_exports, {
29
+ var chunk_27Q2SGV2_exports = {};
30
+ __export(chunk_27Q2SGV2_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_YLWXHZMQ_exports);
34
+ module.exports = __toCommonJS(chunk_27Q2SGV2_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_HCCOIFW5 = require("./chunk-HCCOIFW5.js");
39
- var import_chunk_Z7DTC25G = require("./chunk-Z7DTC25G.js");
38
+ var import_chunk_7KSIJGXT = require("./chunk-7KSIJGXT.js");
39
+ var import_chunk_7HDI7XS6 = require("./chunk-7HDI7XS6.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_HCCOIFW5.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_7KSIJGXT.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_Z7DTC25G.prismaSchemaWasm.debug_panic();
74
+ import_chunk_7HDI7XS6.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_Z7DTC25G.prismaSchemaWasm.validate(params);
80
+ import_chunk_7HDI7XS6.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -26,8 +26,8 @@ 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_3DQPB7T3_exports = {};
30
- __export(chunk_3DQPB7T3_exports, {
29
+ var chunk_2ZROSGJA_exports = {};
30
+ __export(chunk_2ZROSGJA_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_3DQPB7T3_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_3DQPB7T3_exports);
45
+ module.exports = __toCommonJS(chunk_2ZROSGJA_exports);
46
46
  var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
47
47
  var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
48
48
  var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
@@ -52,15 +52,15 @@ var import_chunk_5V36RLCO = require("./chunk-5V36RLCO.js");
52
52
  var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
53
53
  var import_chunk_7QC5VORA = require("./chunk-7QC5VORA.js");
54
54
  var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
55
- var import_chunk_WCPUXXL2 = require("./chunk-WCPUXXL2.js");
55
+ var import_chunk_WXRTT6AT = require("./chunk-WXRTT6AT.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_XQS25DYR = require("./chunk-XQS25DYR.js");
59
- var import_chunk_ALMBYTYD = require("./chunk-ALMBYTYD.js");
60
- var import_chunk_OTFF2GFU = require("./chunk-OTFF2GFU.js");
61
- var import_chunk_XA2IINM7 = require("./chunk-XA2IINM7.js");
58
+ var import_chunk_R7WS3CWW = require("./chunk-R7WS3CWW.js");
59
+ var import_chunk_CNANJEQ7 = require("./chunk-CNANJEQ7.js");
60
+ var import_chunk_TOL7OOGL = require("./chunk-TOL7OOGL.js");
61
+ var import_chunk_3FWYQN3C = require("./chunk-3FWYQN3C.js");
62
62
  var import_chunk_ZCBEMBHR = require("./chunk-ZCBEMBHR.js");
63
- var import_chunk_Z7DTC25G = require("./chunk-Z7DTC25G.js");
63
+ var import_chunk_ZU34VEWH = require("./chunk-ZU34VEWH.js");
64
64
  var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
65
65
  var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
66
66
  var import_chunk_M3GBKLGE = require("./chunk-M3GBKLGE.js");
@@ -104,7 +104,7 @@ var debug = (0, import_debug.default)("prisma:format");
104
104
  async function formatSchema({ schemas }, inputFormattingOptions) {
105
105
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
106
106
  handleFormatPanic(() => {
107
- import_chunk_Z7DTC25G.prismaSchemaWasm.debug_panic();
107
+ import_chunk_ZU34VEWH.prismaSchemaWasm.debug_panic();
108
108
  });
109
109
  }
110
110
  const defaultFormattingOptions = {
@@ -121,10 +121,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
121
121
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
122
122
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
123
123
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
124
- const lintDiagnostics2 = (0, import_chunk_OTFF2GFU.lintSchema)({ schemas: formattedMultipleSchemas2 });
124
+ const lintDiagnostics2 = (0, import_chunk_TOL7OOGL.lintSchema)({ schemas: formattedMultipleSchemas2 });
125
125
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
126
126
  });
127
- const lintWarnings = (0, import_chunk_OTFF2GFU.getLintWarningsAsText)(lintDiagnostics);
127
+ const lintWarnings = (0, import_chunk_TOL7OOGL.getLintWarningsAsText)(lintDiagnostics);
128
128
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
129
129
  console.warn(lintWarnings);
130
130
  }
@@ -151,7 +151,7 @@ function handleFormatPanic(tryCb) {
151
151
  }
152
152
  }
153
153
  function formatWasm(schema, documentFormattingParams) {
154
- const formattedSchema = import_chunk_Z7DTC25G.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
154
+ const formattedSchema = import_chunk_ZU34VEWH.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
155
155
  return formattedSchema;
156
156
  }
157
157
  async function loadSchemaContext({
@@ -188,7 +188,7 @@ async function processSchemaResult({
188
188
  if (printLoadMessage) {
189
189
  (0, import_chunk_ZCBEMBHR.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
190
190
  }
191
- const configFromPsl = await (0, import_chunk_XQS25DYR.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
191
+ const configFromPsl = await (0, import_chunk_R7WS3CWW.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
192
192
  const primaryDatasource = configFromPsl.datasources.at(0);
193
193
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
194
194
  return {
@@ -266,7 +266,7 @@ async function getGenerators(options) {
266
266
  }
267
267
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
268
268
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
269
- const dmmf = await (0, import_chunk_ALMBYTYD.getDMMF)({
269
+ const dmmf = await (0, import_chunk_CNANJEQ7.getDMMF)({
270
270
  datamodel: schemaContext.schemaFiles,
271
271
  previewFeatures
272
272
  });
@@ -317,8 +317,8 @@ You need to define \`output\` in the generator block in the schema file.`
317
317
  fromEnvVar: null
318
318
  };
319
319
  }
320
- const datamodel = (0, import_chunk_XA2IINM7.mergeSchemas)({ schemas: schemaContext.schemaFiles });
321
- const envPaths = await (0, import_chunk_WCPUXXL2.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
320
+ const datamodel = (0, import_chunk_3FWYQN3C.mergeSchemas)({ schemas: schemaContext.schemaFiles });
321
+ const envPaths = await (0, import_chunk_WXRTT6AT.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
322
322
  const options2 = {
323
323
  datamodel,
324
324
  datasources: schemaContext.datasources,
@@ -401,7 +401,7 @@ generator gen {
401
401
  debug2({ generatorBinaryPaths });
402
402
  generator.setBinaryPaths(generatorBinaryPaths);
403
403
  if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
404
- const customDmmf = await (0, import_chunk_ALMBYTYD.getDMMF)({
404
+ const customDmmf = await (0, import_chunk_CNANJEQ7.getDMMF)({
405
405
  datamodel: schemaContext.schemaFiles,
406
406
  previewFeatures
407
407
  });
@@ -522,7 +522,7 @@ function checkUnsupportedDataProxy({
522
522
  }
523
523
  }
524
524
  if (!schemaContext2?.primaryDatasource) return;
525
- const url = (0, import_chunk_XQS25DYR.resolveUrl)((0, import_chunk_XQS25DYR.getEffectiveUrl)(schemaContext2.primaryDatasource));
525
+ const url = (0, import_chunk_R7WS3CWW.resolveUrl)((0, import_chunk_R7WS3CWW.getEffectiveUrl)(schemaContext2.primaryDatasource));
526
526
  if (url?.startsWith("prisma://")) {
527
527
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
528
528
  }
@@ -26,14 +26,14 @@ 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_2IP7H3BQ_exports = {};
30
- __export(chunk_2IP7H3BQ_exports, {
29
+ var chunk_3FP46GUV_exports = {};
30
+ __export(chunk_3FP46GUV_exports, {
31
31
  exists: () => exists,
32
32
  loadEnv: () => loadEnv,
33
33
  pathsEqual: () => pathsEqual,
34
34
  tryLoadEnvs: () => tryLoadEnvs
35
35
  });
36
- module.exports = __toCommonJS(chunk_2IP7H3BQ_exports);
36
+ module.exports = __toCommonJS(chunk_3FP46GUV_exports);
37
37
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
38
38
  var import_chunk_T2PM5TKT = require("./chunk-T2PM5TKT.js");
39
39
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
@@ -41,10 +41,10 @@ var import_debug = __toESM(require("@prisma/debug"));
41
41
  var import_fs = __toESM(require("fs"));
42
42
  var import_path = __toESM(require("path"));
43
43
  var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
44
- "../../node_modules/.pnpm/dotenv@16.4.7/node_modules/dotenv/package.json"(exports, module2) {
44
+ "../../node_modules/.pnpm/dotenv@16.5.0/node_modules/dotenv/package.json"(exports, module2) {
45
45
  module2.exports = {
46
46
  name: "dotenv",
47
- version: "16.4.7",
47
+ version: "16.5.0",
48
48
  description: "Loads environment variables from .env file",
49
49
  main: "lib/main.js",
50
50
  types: "lib/main.d.ts",
@@ -75,6 +75,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
75
75
  type: "git",
76
76
  url: "git://github.com/motdotla/dotenv.git"
77
77
  },
78
+ homepage: "https://github.com/motdotla/dotenv#readme",
78
79
  funding: "https://dotenvx.com",
79
80
  keywords: [
80
81
  "dotenv",
@@ -106,7 +107,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
106
107
  }
107
108
  });
108
109
  var require_main = (0, import_chunk_4VNS5WPM.__commonJS)({
109
- "../../node_modules/.pnpm/dotenv@16.4.7/node_modules/dotenv/lib/main.js"(exports, module2) {
110
+ "../../node_modules/.pnpm/dotenv@16.5.0/node_modules/dotenv/lib/main.js"(exports, module2) {
110
111
  "use strict";
111
112
  var fs2 = (0, import_chunk_4VNS5WPM.__require)("fs");
112
113
  var path2 = (0, import_chunk_4VNS5WPM.__require)("path");
@@ -159,9 +160,6 @@ var require_main = (0, import_chunk_4VNS5WPM.__commonJS)({
159
160
  }
160
161
  return DotenvModule.parse(decrypted);
161
162
  }
162
- function _log(message) {
163
- console.log(`[dotenv@${version}][INFO] ${message}`);
164
- }
165
163
  function _warn(message) {
166
164
  console.log(`[dotenv@${version}][WARN] ${message}`);
167
165
  }
@@ -234,7 +232,10 @@ var require_main = (0, import_chunk_4VNS5WPM.__commonJS)({
234
232
  return envPath[0] === "~" ? path2.join(os.homedir(), envPath.slice(1)) : envPath;
235
233
  }
236
234
  function _configVault(options) {
237
- _log("Loading env from encrypted .env.vault");
235
+ const debug2 = Boolean(options && options.debug);
236
+ if (debug2) {
237
+ _debug("Loading env from encrypted .env.vault");
238
+ }
238
239
  const parsed = DotenvModule._parseVault(options);
239
240
  let processEnv = process.env;
240
241
  if (options && options.processEnv != null) {
@@ -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_XA2IINM7_exports = {};
30
- __export(chunk_XA2IINM7_exports, {
29
+ var chunk_3FWYQN3C_exports = {};
30
+ __export(chunk_3FWYQN3C_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_XA2IINM7_exports);
34
+ module.exports = __toCommonJS(chunk_3FWYQN3C_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_HCCOIFW5 = require("./chunk-HCCOIFW5.js");
39
- var import_chunk_Z7DTC25G = require("./chunk-Z7DTC25G.js");
38
+ var import_chunk_VORRLPBU = require("./chunk-VORRLPBU.js");
39
+ var import_chunk_ZU34VEWH = require("./chunk-ZU34VEWH.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_HCCOIFW5.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_VORRLPBU.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_Z7DTC25G.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_ZU34VEWH.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",
@@ -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_ALMBYTYD_exports = {};
30
- __export(chunk_ALMBYTYD_exports, {
29
+ var chunk_5O4XI4FY_exports = {};
30
+ __export(chunk_5O4XI4FY_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_ALMBYTYD_exports);
34
+ module.exports = __toCommonJS(chunk_5O4XI4FY_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_HCCOIFW5 = require("./chunk-HCCOIFW5.js");
38
- var import_chunk_Z7DTC25G = require("./chunk-Z7DTC25G.js");
37
+ var import_chunk_7KSIJGXT = require("./chunk-7KSIJGXT.js");
38
+ var import_chunk_7HDI7XS6 = require("./chunk-7HDI7XS6.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_HCCOIFW5.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_7KSIJGXT.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_Z7DTC25G.prismaSchemaWasm.debug_panic();
73
+ import_chunk_7HDI7XS6.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_Z7DTC25G.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_7HDI7XS6.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (e) => ({
@@ -16,13 +16,13 @@ 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_Q6ZVYPDB_exports = {};
20
- __export(chunk_Q6ZVYPDB_exports, {
19
+ var chunk_7G7FICFI_exports = {};
20
+ __export(chunk_7G7FICFI_exports, {
21
21
  loadEnvFile: () => loadEnvFile
22
22
  });
23
- module.exports = __toCommonJS(chunk_Q6ZVYPDB_exports);
24
- var import_chunk_WCPUXXL2 = require("./chunk-WCPUXXL2.js");
25
- var import_chunk_2IP7H3BQ = require("./chunk-2IP7H3BQ.js");
23
+ module.exports = __toCommonJS(chunk_7G7FICFI_exports);
24
+ var import_chunk_WXRTT6AT = require("./chunk-WXRTT6AT.js");
25
+ var import_chunk_3FP46GUV = require("./chunk-3FP46GUV.js");
26
26
  async function loadEnvFile({
27
27
  schemaPath,
28
28
  config,
@@ -33,8 +33,8 @@ async function loadEnvFile({
33
33
  `);
34
34
  return;
35
35
  }
36
- const envPaths = await (0, import_chunk_WCPUXXL2.getEnvPaths)(schemaPath);
37
- const envData = (0, import_chunk_2IP7H3BQ.tryLoadEnvs)(envPaths, { conflictCheck: "error" });
36
+ const envPaths = await (0, import_chunk_WXRTT6AT.getEnvPaths)(schemaPath);
37
+ const envData = (0, import_chunk_3FP46GUV.tryLoadEnvs)(envPaths, { conflictCheck: "error" });
38
38
  if (printMessage && envData && envData.message) {
39
39
  process.stdout.write(envData.message + "\n");
40
40
  }
@@ -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_Z7DTC25G_exports = {};
30
- __export(chunk_Z7DTC25G_exports, {
29
+ var chunk_7HDI7XS6_exports = {};
30
+ __export(chunk_7HDI7XS6_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_Z7DTC25G_exports);
37
- var import_chunk_JNWOBVG4 = require("./chunk-JNWOBVG4.js");
36
+ module.exports = __toCommonJS(chunk_7HDI7XS6_exports);
37
+ var import_chunk_HS6BQ3K6 = require("./chunk-HS6BQ3K6.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"));
@@ -45,6 +45,6 @@ var wasm_exports = {};
45
45
  schemaEngineWasmVersion: () => schemaEngineWasmVersion
46
46
  });
47
47
  globalThis.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_WXRVYSYN.WasmPanicRegistry();
48
- var { dependencies } = (0, import_chunk_JNWOBVG4.require_package)();
48
+ var { dependencies } = (0, import_chunk_HS6BQ3K6.require_package)();
49
49
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
50
50
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -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_HCCOIFW5_exports = {};
20
- __export(chunk_HCCOIFW5_exports, {
19
+ var chunk_7KSIJGXT_exports = {};
20
+ __export(chunk_7KSIJGXT_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_HCCOIFW5_exports);
24
- var import_chunk_AUWTBQ7B = require("./chunk-AUWTBQ7B.js");
23
+ module.exports = __toCommonJS(chunk_7KSIJGXT_exports);
24
+ var import_chunk_AU2NP4ZF = require("./chunk-AU2NP4ZF.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_AUWTBQ7B.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_AU2NP4ZF.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -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_AUWTBQ7B_exports = {};
20
- __export(chunk_AUWTBQ7B_exports, {
19
+ var chunk_AU2NP4ZF_exports = {};
20
+ __export(chunk_AU2NP4ZF_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_AUWTBQ7B_exports);
24
- var import_chunk_JNWOBVG4 = require("./chunk-JNWOBVG4.js");
25
- var packageJson = (0, import_chunk_JNWOBVG4.require_package)();
23
+ module.exports = __toCommonJS(chunk_AU2NP4ZF_exports);
24
+ var import_chunk_HS6BQ3K6 = require("./chunk-HS6BQ3K6.js");
25
+ var packageJson = (0, import_chunk_HS6BQ3K6.require_package)();
26
26
  var version = packageJson.version;
@@ -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_JNWOBVG4_exports = {};
20
- __export(chunk_JNWOBVG4_exports, {
19
+ var chunk_BRAYTRVS_exports = {};
20
+ __export(chunk_BRAYTRVS_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_JNWOBVG4_exports);
23
+ module.exports = __toCommonJS(chunk_BRAYTRVS_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.7.0",
29
+ version: "6.8.0-dev.10",
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",
@@ -64,7 +64,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
64
64
  archiver: "6.0.2",
65
65
  "checkpoint-client": "1.1.33",
66
66
  "cli-truncate": "4.0.0",
67
- dotenv: "16.4.7",
67
+ dotenv: "16.5.0",
68
68
  esbuild: "0.25.1",
69
69
  "escape-string-regexp": "5.0.0",
70
70
  execa: "5.1.1",
@@ -113,8 +113,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
113
113
  "@prisma/generator": "workspace:*",
114
114
  "@prisma/generator-helper": "workspace:*",
115
115
  "@prisma/get-platform": "workspace:*",
116
- "@prisma/prisma-schema-wasm": "6.7.0-36.3cff47a7f5d65c3ea74883f1d736e41d68ce91ed",
117
- "@prisma/schema-engine-wasm": "6.7.0-36.3cff47a7f5d65c3ea74883f1d736e41d68ce91ed",
116
+ "@prisma/prisma-schema-wasm": "6.8.0-11.25148b9e00dcffe957ba9f31ed278578aa5fe95c",
117
+ "@prisma/schema-engine-wasm": "6.8.0-11.25148b9e00dcffe957ba9f31ed278578aa5fe95c",
118
118
  "@prisma/schema-files-loader": "workspace:*",
119
119
  arg: "5.0.2",
120
120
  prompts: "2.4.2"
@@ -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_CO6L3PWM_exports = {};
30
- __export(chunk_CO6L3PWM_exports, {
29
+ var chunk_BWAXVWPK_exports = {};
30
+ __export(chunk_BWAXVWPK_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_CO6L3PWM_exports);
34
+ module.exports = __toCommonJS(chunk_BWAXVWPK_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_7TOTW56M = require("./chunk-7TOTW56M.js");
39
- var import_chunk_4NFKDFT4 = require("./chunk-4NFKDFT4.js");
38
+ var import_chunk_7KSIJGXT = require("./chunk-7KSIJGXT.js");
39
+ var import_chunk_7HDI7XS6 = require("./chunk-7HDI7XS6.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_7TOTW56M.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_7KSIJGXT.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_4NFKDFT4.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_7HDI7XS6.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",
@@ -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_Y4FY36L7_exports = {};
30
- __export(chunk_Y4FY36L7_exports, {
29
+ var chunk_CNANJEQ7_exports = {};
30
+ __export(chunk_CNANJEQ7_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_Y4FY36L7_exports);
34
+ module.exports = __toCommonJS(chunk_CNANJEQ7_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_7TOTW56M = require("./chunk-7TOTW56M.js");
38
- var import_chunk_4NFKDFT4 = require("./chunk-4NFKDFT4.js");
37
+ var import_chunk_VORRLPBU = require("./chunk-VORRLPBU.js");
38
+ var import_chunk_ZU34VEWH = require("./chunk-ZU34VEWH.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_7TOTW56M.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_VORRLPBU.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_4NFKDFT4.prismaSchemaWasm.debug_panic();
73
+ import_chunk_ZU34VEWH.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_4NFKDFT4.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_ZU34VEWH.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (e) => ({
@@ -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_XBQVGIHJ_exports = {};
20
- __export(chunk_XBQVGIHJ_exports, {
19
+ var chunk_DUGMAN5B_exports = {};
20
+ __export(chunk_DUGMAN5B_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_XBQVGIHJ_exports);
28
- var import_chunk_4NFKDFT4 = require("./chunk-4NFKDFT4.js");
27
+ module.exports = __toCommonJS(chunk_DUGMAN5B_exports);
28
+ var import_chunk_7HDI7XS6 = require("./chunk-7HDI7XS6.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_4NFKDFT4.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_7HDI7XS6.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_BCHR2OFA_exports = {};
20
- __export(chunk_BCHR2OFA_exports, {
19
+ var chunk_HS6BQ3K6_exports = {};
20
+ __export(chunk_HS6BQ3K6_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_BCHR2OFA_exports);
23
+ module.exports = __toCommonJS(chunk_HS6BQ3K6_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) {
@@ -64,7 +64,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
64
64
  archiver: "6.0.2",
65
65
  "checkpoint-client": "1.1.33",
66
66
  "cli-truncate": "4.0.0",
67
- dotenv: "16.4.7",
67
+ dotenv: "16.5.0",
68
68
  esbuild: "0.25.1",
69
69
  "escape-string-regexp": "5.0.0",
70
70
  execa: "5.1.1",
@@ -113,8 +113,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
113
113
  "@prisma/generator": "workspace:*",
114
114
  "@prisma/generator-helper": "workspace:*",
115
115
  "@prisma/get-platform": "workspace:*",
116
- "@prisma/prisma-schema-wasm": "6.7.0-36.3cff47a7f5d65c3ea74883f1d736e41d68ce91ed",
117
- "@prisma/schema-engine-wasm": "6.7.0-36.3cff47a7f5d65c3ea74883f1d736e41d68ce91ed",
116
+ "@prisma/prisma-schema-wasm": "6.8.0-11.25148b9e00dcffe957ba9f31ed278578aa5fe95c",
117
+ "@prisma/schema-engine-wasm": "6.8.0-11.25148b9e00dcffe957ba9f31ed278578aa5fe95c",
118
118
  "@prisma/schema-files-loader": "workspace:*",
119
119
  arg: "5.0.2",
120
120
  prompts: "2.4.2"