@prisma/internals 6.17.0-dev.3 → 6.17.0-dev.5

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 (36) hide show
  1. package/dist/{chunk-STB4433D.js → chunk-62QVLZO5.js} +5 -5
  2. package/dist/{chunk-HUZCOOMQ.js → chunk-7EWCT4H6.js} +5 -5
  3. package/dist/{chunk-FR6ARI7J.js → chunk-7FSTY2TK.js} +7 -7
  4. package/dist/{chunk-25S3GPVW.js → chunk-DDWPA3QZ.js} +8 -8
  5. package/dist/{chunk-ZYJQD2CH.js → chunk-HARXTHL7.js} +8 -8
  6. package/dist/{chunk-VQQVQMOL.js → chunk-HCBMO3R2.js} +5 -5
  7. package/dist/{chunk-MM3X7Q65.js → chunk-HJQMJE6G.js} +5 -5
  8. package/dist/{chunk-ERAGRX7O.js → chunk-IG7FYHOQ.js} +8 -8
  9. package/dist/{chunk-FRYOH4IB.js → chunk-J3Q3MTJ4.js} +8 -8
  10. package/dist/{chunk-WUR6EOBP.js → chunk-JWC4AQ52.js} +8 -8
  11. package/dist/{chunk-SBQYDKIB.js → chunk-K3234MUX.js} +5 -5
  12. package/dist/{chunk-AYOS4YC3.js → chunk-N636KM4Y.js} +5 -5
  13. package/dist/{chunk-OGVTXEA7.js → chunk-OQ52BLFY.js} +4 -5
  14. package/dist/{chunk-EYKBXO4E.js → chunk-OYGQMVPB.js} +7 -7
  15. package/dist/{chunk-RB4NKTPC.js → chunk-PQARBUEW.js} +8 -8
  16. package/dist/{chunk-GY62OD5U.js → chunk-RTSS2XR2.js} +17 -17
  17. package/dist/{chunk-BQH2H7YM.js → chunk-T3CIK42V.js} +17 -17
  18. package/dist/{chunk-K55E5MZF.js → chunk-ULE5JLJG.js} +3 -4
  19. package/dist/{chunk-MWXZ7AXF.js → chunk-WXPCOFLF.js} +5 -5
  20. package/dist/{chunk-NABCZ7JF.js → chunk-ZSF3BCHQ.js} +5 -5
  21. package/dist/cli/checkUnsupportedDataProxy.js +12 -12
  22. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +12 -12
  23. package/dist/cli/schemaContext.js +12 -12
  24. package/dist/engine-commands/errorHelpers.js +4 -4
  25. package/dist/engine-commands/formatSchema.js +11 -11
  26. package/dist/engine-commands/getConfig.js +10 -10
  27. package/dist/engine-commands/getDmmf.js +7 -7
  28. package/dist/engine-commands/index.js +20 -20
  29. package/dist/engine-commands/lintSchema.js +8 -8
  30. package/dist/engine-commands/mergeSchemas.js +7 -7
  31. package/dist/engine-commands/validate.js +7 -7
  32. package/dist/get-generators/getGenerators.js +14 -14
  33. package/dist/index.js +31 -31
  34. package/dist/utils/getVersionFromPackageJson.js +3 -3
  35. package/dist/wasm.js +5 -5
  36. package/package.json +11 -12
@@ -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_STB4433D_exports = {};
20
- __export(chunk_STB4433D_exports, {
19
+ var chunk_62QVLZO5_exports = {};
20
+ __export(chunk_62QVLZO5_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_STB4433D_exports);
24
- var import_chunk_HUZCOOMQ = require("./chunk-HUZCOOMQ.js");
23
+ module.exports = __toCommonJS(chunk_62QVLZO5_exports);
24
+ var import_chunk_K3234MUX = require("./chunk-K3234MUX.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_HUZCOOMQ.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_K3234MUX.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_HUZCOOMQ_exports = {};
20
- __export(chunk_HUZCOOMQ_exports, {
19
+ var chunk_7EWCT4H6_exports = {};
20
+ __export(chunk_7EWCT4H6_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_HUZCOOMQ_exports);
24
- var import_chunk_K55E5MZF = require("./chunk-K55E5MZF.js");
25
- var packageJson = (0, import_chunk_K55E5MZF.require_package)();
23
+ module.exports = __toCommonJS(chunk_7EWCT4H6_exports);
24
+ var import_chunk_ULE5JLJG = require("./chunk-ULE5JLJG.js");
25
+ var packageJson = (0, import_chunk_ULE5JLJG.require_package)();
26
26
  var version = packageJson.version;
@@ -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_FR6ARI7J_exports = {};
30
- __export(chunk_FR6ARI7J_exports, {
29
+ var chunk_7FSTY2TK_exports = {};
30
+ __export(chunk_7FSTY2TK_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_FR6ARI7J_exports);
34
+ module.exports = __toCommonJS(chunk_7FSTY2TK_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_VQQVQMOL = require("./chunk-VQQVQMOL.js");
39
- var import_chunk_NABCZ7JF = require("./chunk-NABCZ7JF.js");
38
+ var import_chunk_62QVLZO5 = require("./chunk-62QVLZO5.js");
39
+ var import_chunk_ZSF3BCHQ = require("./chunk-ZSF3BCHQ.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_VQQVQMOL.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_62QVLZO5.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_NABCZ7JF.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_ZSF3BCHQ.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_25S3GPVW_exports = {};
30
- __export(chunk_25S3GPVW_exports, {
29
+ var chunk_DDWPA3QZ_exports = {};
30
+ __export(chunk_DDWPA3QZ_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_25S3GPVW_exports);
34
+ module.exports = __toCommonJS(chunk_DDWPA3QZ_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_VQQVQMOL = require("./chunk-VQQVQMOL.js");
38
- var import_chunk_NABCZ7JF = require("./chunk-NABCZ7JF.js");
37
+ var import_chunk_HCBMO3R2 = require("./chunk-HCBMO3R2.js");
38
+ var import_chunk_N636KM4Y = require("./chunk-N636KM4Y.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_VQQVQMOL.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_HCBMO3R2.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_NABCZ7JF.prismaSchemaWasm.debug_panic();
73
+ import_chunk_N636KM4Y.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_NABCZ7JF.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_N636KM4Y.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_ZYJQD2CH_exports = {};
30
- __export(chunk_ZYJQD2CH_exports, {
29
+ var chunk_HARXTHL7_exports = {};
30
+ __export(chunk_HARXTHL7_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_ZYJQD2CH_exports);
37
+ module.exports = __toCommonJS(chunk_HARXTHL7_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_STB4433D = require("./chunk-STB4433D.js");
42
- var import_chunk_AYOS4YC3 = require("./chunk-AYOS4YC3.js");
41
+ var import_chunk_62QVLZO5 = require("./chunk-62QVLZO5.js");
42
+ var import_chunk_ZSF3BCHQ = require("./chunk-ZSF3BCHQ.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_STB4433D.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_62QVLZO5.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_AYOS4YC3.prismaSchemaWasm.debug_panic();
92
+ import_chunk_ZSF3BCHQ.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_AYOS4YC3.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_ZSF3BCHQ.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (e) => ({
@@ -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_VQQVQMOL_exports = {};
20
- __export(chunk_VQQVQMOL_exports, {
19
+ var chunk_HCBMO3R2_exports = {};
20
+ __export(chunk_HCBMO3R2_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_VQQVQMOL_exports);
24
- var import_chunk_SBQYDKIB = require("./chunk-SBQYDKIB.js");
23
+ module.exports = __toCommonJS(chunk_HCBMO3R2_exports);
24
+ var import_chunk_7EWCT4H6 = require("./chunk-7EWCT4H6.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_SBQYDKIB.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_7EWCT4H6.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -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_MM3X7Q65_exports = {};
20
- __export(chunk_MM3X7Q65_exports, {
19
+ var chunk_HJQMJE6G_exports = {};
20
+ __export(chunk_HJQMJE6G_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_MM3X7Q65_exports);
28
- var import_chunk_AYOS4YC3 = require("./chunk-AYOS4YC3.js");
27
+ module.exports = __toCommonJS(chunk_HJQMJE6G_exports);
28
+ var import_chunk_N636KM4Y = require("./chunk-N636KM4Y.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_AYOS4YC3.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_N636KM4Y.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
33
  const lintDiagnostics = JSON.parse(lintResult);
34
34
  return lintDiagnostics;
35
35
  }
@@ -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_ERAGRX7O_exports = {};
30
- __export(chunk_ERAGRX7O_exports, {
29
+ var chunk_IG7FYHOQ_exports = {};
30
+ __export(chunk_IG7FYHOQ_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_ERAGRX7O_exports);
34
+ module.exports = __toCommonJS(chunk_IG7FYHOQ_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_STB4433D = require("./chunk-STB4433D.js");
38
- var import_chunk_AYOS4YC3 = require("./chunk-AYOS4YC3.js");
37
+ var import_chunk_62QVLZO5 = require("./chunk-62QVLZO5.js");
38
+ var import_chunk_ZSF3BCHQ = require("./chunk-ZSF3BCHQ.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_STB4433D.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_62QVLZO5.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_AYOS4YC3.prismaSchemaWasm.debug_panic();
73
+ import_chunk_ZSF3BCHQ.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_AYOS4YC3.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_ZSF3BCHQ.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (e) => ({
@@ -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_FRYOH4IB_exports = {};
30
- __export(chunk_FRYOH4IB_exports, {
29
+ var chunk_J3Q3MTJ4_exports = {};
30
+ __export(chunk_J3Q3MTJ4_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_FRYOH4IB_exports);
34
+ module.exports = __toCommonJS(chunk_J3Q3MTJ4_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_VQQVQMOL = require("./chunk-VQQVQMOL.js");
39
- var import_chunk_NABCZ7JF = require("./chunk-NABCZ7JF.js");
38
+ var import_chunk_HCBMO3R2 = require("./chunk-HCBMO3R2.js");
39
+ var import_chunk_N636KM4Y = require("./chunk-N636KM4Y.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_VQQVQMOL.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_HCBMO3R2.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_NABCZ7JF.prismaSchemaWasm.debug_panic();
74
+ import_chunk_N636KM4Y.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_NABCZ7JF.prismaSchemaWasm.validate(params);
80
+ import_chunk_N636KM4Y.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -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_WUR6EOBP_exports = {};
30
- __export(chunk_WUR6EOBP_exports, {
29
+ var chunk_JWC4AQ52_exports = {};
30
+ __export(chunk_JWC4AQ52_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_WUR6EOBP_exports);
34
+ module.exports = __toCommonJS(chunk_JWC4AQ52_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_STB4433D = require("./chunk-STB4433D.js");
39
- var import_chunk_AYOS4YC3 = require("./chunk-AYOS4YC3.js");
38
+ var import_chunk_62QVLZO5 = require("./chunk-62QVLZO5.js");
39
+ var import_chunk_ZSF3BCHQ = require("./chunk-ZSF3BCHQ.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_STB4433D.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_62QVLZO5.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_AYOS4YC3.prismaSchemaWasm.debug_panic();
74
+ import_chunk_ZSF3BCHQ.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_AYOS4YC3.prismaSchemaWasm.validate(params);
80
+ import_chunk_ZSF3BCHQ.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -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_SBQYDKIB_exports = {};
20
- __export(chunk_SBQYDKIB_exports, {
19
+ var chunk_K3234MUX_exports = {};
20
+ __export(chunk_K3234MUX_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_SBQYDKIB_exports);
24
- var import_chunk_OGVTXEA7 = require("./chunk-OGVTXEA7.js");
25
- var packageJson = (0, import_chunk_OGVTXEA7.require_package)();
23
+ module.exports = __toCommonJS(chunk_K3234MUX_exports);
24
+ var import_chunk_OQ52BLFY = require("./chunk-OQ52BLFY.js");
25
+ var packageJson = (0, import_chunk_OQ52BLFY.require_package)();
26
26
  var version = packageJson.version;
@@ -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_AYOS4YC3_exports = {};
30
- __export(chunk_AYOS4YC3_exports, {
29
+ var chunk_N636KM4Y_exports = {};
30
+ __export(chunk_N636KM4Y_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_AYOS4YC3_exports);
37
- var import_chunk_K55E5MZF = require("./chunk-K55E5MZF.js");
36
+ module.exports = __toCommonJS(chunk_N636KM4Y_exports);
37
+ var import_chunk_ULE5JLJG = require("./chunk-ULE5JLJG.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_K55E5MZF.require_package)();
49
+ var { dependencies } = (0, import_chunk_ULE5JLJG.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -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_OGVTXEA7_exports = {};
20
- __export(chunk_OGVTXEA7_exports, {
19
+ var chunk_OQ52BLFY_exports = {};
20
+ __export(chunk_OQ52BLFY_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_OGVTXEA7_exports);
23
+ module.exports = __toCommonJS(chunk_OQ52BLFY_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.17.0-dev.3",
29
+ version: "6.17.0-dev.5",
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",
@@ -72,7 +72,6 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
72
72
  "find-up": "7.0.0",
73
73
  "fp-ts": "2.16.9",
74
74
  "fs-extra": "11.3.0",
75
- "fs-jetpack": "5.1.0",
76
75
  "global-directory": "4.0.0",
77
76
  globby: "11.1.0",
78
77
  "identifier-regex": "1.0.0",
@@ -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_EYKBXO4E_exports = {};
30
- __export(chunk_EYKBXO4E_exports, {
29
+ var chunk_OYGQMVPB_exports = {};
30
+ __export(chunk_OYGQMVPB_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_EYKBXO4E_exports);
34
+ module.exports = __toCommonJS(chunk_OYGQMVPB_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_STB4433D = require("./chunk-STB4433D.js");
39
- var import_chunk_AYOS4YC3 = require("./chunk-AYOS4YC3.js");
38
+ var import_chunk_HCBMO3R2 = require("./chunk-HCBMO3R2.js");
39
+ var import_chunk_N636KM4Y = require("./chunk-N636KM4Y.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_STB4433D.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_HCBMO3R2.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_AYOS4YC3.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_N636KM4Y.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",
@@ -26,20 +26,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_RB4NKTPC_exports = {};
30
- __export(chunk_RB4NKTPC_exports, {
29
+ var chunk_PQARBUEW_exports = {};
30
+ __export(chunk_PQARBUEW_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_RB4NKTPC_exports);
37
+ module.exports = __toCommonJS(chunk_PQARBUEW_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_VQQVQMOL = require("./chunk-VQQVQMOL.js");
42
- var import_chunk_NABCZ7JF = require("./chunk-NABCZ7JF.js");
41
+ var import_chunk_HCBMO3R2 = require("./chunk-HCBMO3R2.js");
42
+ var import_chunk_N636KM4Y = require("./chunk-N636KM4Y.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_VQQVQMOL.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_HCBMO3R2.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_NABCZ7JF.prismaSchemaWasm.debug_panic();
92
+ import_chunk_N636KM4Y.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_NABCZ7JF.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_N636KM4Y.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (e) => ({