@prisma/internals 6.18.0-dev.12 → 6.18.0-dev.13

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-N4DV6JOS.js → chunk-3UMNRYYV.js} +8 -8
  2. package/dist/{chunk-3DLPU2VH.js → chunk-5A73S7W6.js} +8 -8
  3. package/dist/{chunk-6AHVCG6L.js → chunk-6656PCCL.js} +8 -8
  4. package/dist/{chunk-FWYVXOHQ.js → chunk-6NIPWMHG.js} +5 -5
  5. package/dist/{chunk-2GVIBKTA.js → chunk-75BIJ5PX.js} +9 -9
  6. package/dist/{chunk-CBOVNYMF.js → chunk-A2QETD5Q.js} +37 -37
  7. package/dist/{chunk-QTSXZES6.js → chunk-AWKM5KUH.js} +7 -7
  8. package/dist/{chunk-JZYVRGN4.js → chunk-B24WFAOR.js} +5 -5
  9. package/dist/{chunk-QKVGK3CJ.js → chunk-BGBVSEMY.js} +36 -36
  10. package/dist/{chunk-YBTHDTT3.js → chunk-BVJP43JS.js} +7 -7
  11. package/dist/{chunk-7GNJVKMU.js → chunk-CP7DLHK2.js} +5 -5
  12. package/dist/{chunk-FHYZIOZ4.js → chunk-D4VDA2TZ.js} +6 -6
  13. package/dist/{chunk-Q4GRJBUD.js → chunk-HZZXGRMN.js} +8 -8
  14. package/dist/{chunk-RMBRSCMH.js → chunk-IMXXGQBH.js} +5 -5
  15. package/dist/{chunk-N7LAFYBX.js → chunk-IV5PT5YE.js} +7 -7
  16. package/dist/{chunk-VHTDEIXR.js → chunk-JOIIWB3U.js} +9 -23
  17. package/dist/{chunk-LHVODGG2.js → chunk-KB5WUZW4.js} +8 -8
  18. package/dist/{chunk-S6T6LQBL.js → chunk-LIXUNL2F.js} +5 -5
  19. package/dist/{chunk-BBXVW7RP.js → chunk-MHUJECKD.js} +5 -5
  20. package/dist/{chunk-YLZBBEHV.js → chunk-MZ5DWDNU.js} +5 -5
  21. package/dist/{chunk-UHROHX5U.js → chunk-P3ITCNR6.js} +8 -8
  22. package/dist/{chunk-AT4O64L5.js → chunk-P5HU6YXH.js} +19 -19
  23. package/dist/{chunk-T4UWWS6R.js → chunk-TQFONRJP.js} +5 -5
  24. package/dist/{chunk-D3RD25JA.js → chunk-UDBR6KNF.js} +19 -19
  25. package/dist/{chunk-LFELUV5W.js → chunk-W22QE4Q4.js} +5 -5
  26. package/dist/cli/checkUnsupportedDataProxy.js +17 -17
  27. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +17 -17
  28. package/dist/cli/schemaContext.js +17 -17
  29. package/dist/engine-commands/errorHelpers.js +4 -4
  30. package/dist/engine-commands/formatSchema.js +16 -16
  31. package/dist/engine-commands/getConfig.js +10 -10
  32. package/dist/engine-commands/getDmmf.js +7 -7
  33. package/dist/engine-commands/index.js +25 -25
  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 +19 -19
  38. package/dist/getPackedPackage.js +3 -3
  39. package/dist/index.js +40 -40
  40. package/dist/utils/cloudflareD1.js +3 -3
  41. package/dist/utils/fs-functional.js +10 -10
  42. package/dist/utils/fs-utils.js +8 -8
  43. package/dist/utils/getVersionFromPackageJson.js +3 -3
  44. package/dist/wasm.js +5 -5
  45. package/package.json +11 -11
@@ -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_RMBRSCMH_exports = {};
20
- __export(chunk_RMBRSCMH_exports, {
19
+ var chunk_IMXXGQBH_exports = {};
20
+ __export(chunk_IMXXGQBH_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_RMBRSCMH_exports);
24
- var import_chunk_QKVGK3CJ = require("./chunk-QKVGK3CJ.js");
25
- var packageJson = (0, import_chunk_QKVGK3CJ.require_package)();
23
+ module.exports = __toCommonJS(chunk_IMXXGQBH_exports);
24
+ var import_chunk_A2QETD5Q = require("./chunk-A2QETD5Q.js");
25
+ var packageJson = (0, import_chunk_A2QETD5Q.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_N7LAFYBX_exports = {};
30
- __export(chunk_N7LAFYBX_exports, {
29
+ var chunk_IV5PT5YE_exports = {};
30
+ __export(chunk_IV5PT5YE_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_N7LAFYBX_exports);
34
+ module.exports = __toCommonJS(chunk_IV5PT5YE_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_FWYVXOHQ = require("./chunk-FWYVXOHQ.js");
39
- var import_chunk_S6T6LQBL = require("./chunk-S6T6LQBL.js");
38
+ var import_chunk_CP7DLHK2 = require("./chunk-CP7DLHK2.js");
39
+ var import_chunk_B24WFAOR = require("./chunk-B24WFAOR.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_FWYVXOHQ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_CP7DLHK2.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_S6T6LQBL.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_B24WFAOR.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",
@@ -16,14 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_VHTDEIXR_exports = {};
20
- __export(chunk_VHTDEIXR_exports, {
19
+ var chunk_JOIIWB3U_exports = {};
20
+ __export(chunk_JOIIWB3U_exports, {
21
21
  require_globby: () => require_globby,
22
22
  require_is_glob: () => require_is_glob,
23
23
  require_out: () => require_out4,
24
24
  require_slash: () => require_slash
25
25
  });
26
- module.exports = __toCommonJS(chunk_VHTDEIXR_exports);
26
+ module.exports = __toCommonJS(chunk_JOIIWB3U_exports);
27
27
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
28
28
  var require_array = (0, import_chunk_4VNS5WPM.__commonJS)({
29
29
  "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.js"(exports) {
@@ -5461,7 +5461,7 @@ var require_dir_glob = (0, import_chunk_4VNS5WPM.__commonJS)({
5461
5461
  }
5462
5462
  });
5463
5463
  var require_ignore = (0, import_chunk_4VNS5WPM.__commonJS)({
5464
- "../../node_modules/.pnpm/ignore@5.3.2/node_modules/ignore/index.js"(exports, module2) {
5464
+ "../../node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.js"(exports, module2) {
5465
5465
  "use strict";
5466
5466
  function makeArray(subject) {
5467
5467
  return Array.isArray(subject) ? subject : [subject];
@@ -5493,32 +5493,18 @@ var require_ignore = (0, import_chunk_4VNS5WPM.__commonJS)({
5493
5493
  return slashes.slice(0, length - length % 2);
5494
5494
  };
5495
5495
  var REPLACERS = [
5496
- [
5497
- // remove BOM
5498
- // TODO:
5499
- // Other similar zero-width characters?
5500
- /^\uFEFF/,
5501
- () => EMPTY
5502
- ],
5503
5496
  // > Trailing spaces are ignored unless they are quoted with backslash ("\")
5504
5497
  [
5505
5498
  // (a\ ) -> (a )
5506
5499
  // (a ) -> (a)
5507
- // (a ) -> (a)
5508
5500
  // (a \ ) -> (a )
5509
- /((?:\\\\)*?)(\\?\s+)$/,
5510
- (_, m1, m2) => m1 + (m2.indexOf("\\") === 0 ? SPACE : EMPTY)
5501
+ /\\?\s+$/,
5502
+ (match) => match.indexOf("\\") === 0 ? SPACE : EMPTY
5511
5503
  ],
5512
5504
  // replace (\ ) with ' '
5513
- // (\ ) -> ' '
5514
- // (\\ ) -> '\\ '
5515
- // (\\\ ) -> '\\ '
5516
5505
  [
5517
- /(\\+?)\s/g,
5518
- (_, m1) => {
5519
- const { length } = m1;
5520
- return m1.slice(0, length - length % 2) + SPACE;
5521
- }
5506
+ /\\\s/g,
5507
+ () => SPACE
5522
5508
  ],
5523
5509
  // Escape metacharacters
5524
5510
  // which is written down by users but means special for regular expressions.
@@ -5653,7 +5639,7 @@ var require_ignore = (0, import_chunk_4VNS5WPM.__commonJS)({
5653
5639
  let source = regexCache[pattern];
5654
5640
  if (!source) {
5655
5641
  source = REPLACERS.reduce(
5656
- (prev, [matcher, replacer]) => prev.replace(matcher, replacer.bind(pattern)),
5642
+ (prev, current) => prev.replace(current[0], current[1].bind(pattern)),
5657
5643
  pattern
5658
5644
  );
5659
5645
  regexCache[pattern] = source;
@@ -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_LHVODGG2_exports = {};
30
- __export(chunk_LHVODGG2_exports, {
29
+ var chunk_KB5WUZW4_exports = {};
30
+ __export(chunk_KB5WUZW4_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_LHVODGG2_exports);
34
+ module.exports = __toCommonJS(chunk_KB5WUZW4_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_7GNJVKMU = require("./chunk-7GNJVKMU.js");
39
- var import_chunk_JZYVRGN4 = require("./chunk-JZYVRGN4.js");
38
+ var import_chunk_6NIPWMHG = require("./chunk-6NIPWMHG.js");
39
+ var import_chunk_LIXUNL2F = require("./chunk-LIXUNL2F.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_7GNJVKMU.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_6NIPWMHG.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_JZYVRGN4.prismaSchemaWasm.debug_panic();
74
+ import_chunk_LIXUNL2F.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_JZYVRGN4.prismaSchemaWasm.validate(params);
80
+ import_chunk_LIXUNL2F.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -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_S6T6LQBL_exports = {};
30
- __export(chunk_S6T6LQBL_exports, {
29
+ var chunk_LIXUNL2F_exports = {};
30
+ __export(chunk_LIXUNL2F_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_S6T6LQBL_exports);
37
- var import_chunk_CBOVNYMF = require("./chunk-CBOVNYMF.js");
36
+ module.exports = __toCommonJS(chunk_LIXUNL2F_exports);
37
+ var import_chunk_A2QETD5Q = require("./chunk-A2QETD5Q.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_CBOVNYMF.require_package)();
49
+ var { dependencies } = (0, import_chunk_A2QETD5Q.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -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_BBXVW7RP_exports = {};
20
- __export(chunk_BBXVW7RP_exports, {
19
+ var chunk_MHUJECKD_exports = {};
20
+ __export(chunk_MHUJECKD_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_BBXVW7RP_exports);
28
- var import_chunk_JZYVRGN4 = require("./chunk-JZYVRGN4.js");
27
+ module.exports = __toCommonJS(chunk_MHUJECKD_exports);
28
+ var import_chunk_LIXUNL2F = require("./chunk-LIXUNL2F.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_JZYVRGN4.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_LIXUNL2F.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_YLZBBEHV_exports = {};
20
- __export(chunk_YLZBBEHV_exports, {
19
+ var chunk_MZ5DWDNU_exports = {};
20
+ __export(chunk_MZ5DWDNU_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_YLZBBEHV_exports);
24
- var import_chunk_CBOVNYMF = require("./chunk-CBOVNYMF.js");
25
- var packageJson = (0, import_chunk_CBOVNYMF.require_package)();
23
+ module.exports = __toCommonJS(chunk_MZ5DWDNU_exports);
24
+ var import_chunk_BGBVSEMY = require("./chunk-BGBVSEMY.js");
25
+ var packageJson = (0, import_chunk_BGBVSEMY.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_UHROHX5U_exports = {};
30
- __export(chunk_UHROHX5U_exports, {
29
+ var chunk_P3ITCNR6_exports = {};
30
+ __export(chunk_P3ITCNR6_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_UHROHX5U_exports);
34
+ module.exports = __toCommonJS(chunk_P3ITCNR6_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_FWYVXOHQ = require("./chunk-FWYVXOHQ.js");
39
- var import_chunk_S6T6LQBL = require("./chunk-S6T6LQBL.js");
38
+ var import_chunk_CP7DLHK2 = require("./chunk-CP7DLHK2.js");
39
+ var import_chunk_B24WFAOR = require("./chunk-B24WFAOR.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_FWYVXOHQ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_CP7DLHK2.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_S6T6LQBL.prismaSchemaWasm.debug_panic();
74
+ import_chunk_B24WFAOR.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_S6T6LQBL.prismaSchemaWasm.validate(params);
80
+ import_chunk_B24WFAOR.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -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_AT4O64L5_exports = {};
30
- __export(chunk_AT4O64L5_exports, {
29
+ var chunk_P5HU6YXH_exports = {};
30
+ __export(chunk_P5HU6YXH_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_AT4O64L5_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_AT4O64L5_exports);
45
+ module.exports = __toCommonJS(chunk_P5HU6YXH_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");
@@ -55,12 +55,12 @@ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
55
55
  var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
56
56
  var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
57
57
  var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
58
- var import_chunk_N4DV6JOS = require("./chunk-N4DV6JOS.js");
59
- var import_chunk_3DLPU2VH = require("./chunk-3DLPU2VH.js");
60
- var import_chunk_LFELUV5W = require("./chunk-LFELUV5W.js");
61
- var import_chunk_N7LAFYBX = require("./chunk-N7LAFYBX.js");
58
+ var import_chunk_3UMNRYYV = require("./chunk-3UMNRYYV.js");
59
+ var import_chunk_5A73S7W6 = require("./chunk-5A73S7W6.js");
60
+ var import_chunk_W22QE4Q4 = require("./chunk-W22QE4Q4.js");
61
+ var import_chunk_IV5PT5YE = require("./chunk-IV5PT5YE.js");
62
62
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_S6T6LQBL = require("./chunk-S6T6LQBL.js");
63
+ var import_chunk_B24WFAOR = require("./chunk-B24WFAOR.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_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
@@ -68,7 +68,7 @@ var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
68
68
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
69
69
  var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
70
70
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
71
- var import_chunk_YBTHDTT3 = require("./chunk-YBTHDTT3.js");
71
+ var import_chunk_BVJP43JS = require("./chunk-BVJP43JS.js");
72
72
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
73
73
  var import_path = __toESM(require("path"));
74
74
  var import_debug = __toESM(require("@prisma/debug"));
@@ -102,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
102
102
  async function formatSchema({ schemas }, inputFormattingOptions) {
103
103
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
104
104
  handleFormatPanic(() => {
105
- import_chunk_S6T6LQBL.prismaSchemaWasm.debug_panic();
105
+ import_chunk_B24WFAOR.prismaSchemaWasm.debug_panic();
106
106
  });
107
107
  }
108
108
  const defaultFormattingOptions = {
@@ -119,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
119
119
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
120
120
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
121
121
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
122
- const lintDiagnostics2 = (0, import_chunk_LFELUV5W.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_W22QE4Q4.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_LFELUV5W.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_W22QE4Q4.getLintWarningsAsText)(lintDiagnostics);
126
126
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
127
127
  console.warn(lintWarnings);
128
128
  }
@@ -149,7 +149,7 @@ function handleFormatPanic(tryCb) {
149
149
  }
150
150
  }
151
151
  function formatWasm(schema, documentFormattingParams) {
152
- const formattedSchema = import_chunk_S6T6LQBL.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_B24WFAOR.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
153
153
  return formattedSchema;
154
154
  }
155
155
  async function loadSchemaContext({
@@ -186,7 +186,7 @@ async function processSchemaResult({
186
186
  if (printLoadMessage) {
187
187
  (0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
188
188
  }
189
- const configFromPsl = await (0, import_chunk_N4DV6JOS.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
189
+ const configFromPsl = await (0, import_chunk_3UMNRYYV.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
190
190
  const primaryDatasource = configFromPsl.datasources.at(0);
191
191
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
192
192
  return {
@@ -208,7 +208,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
208
208
  }
209
209
  return null;
210
210
  }
211
- var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_YBTHDTT3.require_p_map)());
211
+ var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_BVJP43JS.require_p_map)());
212
212
  var debug2 = (0, import_debug2.default)("prisma:getGenerators");
213
213
  async function getGenerators(options) {
214
214
  if (options.registry === void 0 && options.providerAliases !== void 0) {
@@ -246,7 +246,7 @@ async function getGenerators(options) {
246
246
  }
247
247
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
248
248
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
249
- const dmmf = await (0, import_chunk_3DLPU2VH.getDMMF)({
249
+ const dmmf = await (0, import_chunk_5A73S7W6.getDMMF)({
250
250
  datamodel: schemaContext.schemaFiles,
251
251
  previewFeatures
252
252
  });
@@ -297,7 +297,7 @@ You need to define \`output\` in the generator block in the schema file.`
297
297
  fromEnvVar: null
298
298
  };
299
299
  }
300
- const datamodel = (0, import_chunk_N7LAFYBX.mergeSchemas)({ schemas: schemaContext.schemaFiles });
300
+ const datamodel = (0, import_chunk_IV5PT5YE.mergeSchemas)({ schemas: schemaContext.schemaFiles });
301
301
  const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
302
302
  const options2 = {
303
303
  datamodel,
@@ -389,7 +389,7 @@ generator gen {
389
389
  debug2({ generatorBinaryPaths });
390
390
  generator.setBinaryPaths(generatorBinaryPaths);
391
391
  if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
392
- const customDmmf = await (0, import_chunk_3DLPU2VH.getDMMF)({
392
+ const customDmmf = await (0, import_chunk_5A73S7W6.getDMMF)({
393
393
  datamodel: schemaContext.schemaFiles,
394
394
  previewFeatures
395
395
  });
@@ -510,7 +510,7 @@ function checkUnsupportedDataProxy({
510
510
  }
511
511
  }
512
512
  if (!schemaContext?.primaryDatasource) return;
513
- const url = (0, import_chunk_N4DV6JOS.resolveUrl)((0, import_chunk_N4DV6JOS.getEffectiveUrl)(schemaContext.primaryDatasource));
513
+ const url = (0, import_chunk_3UMNRYYV.resolveUrl)((0, import_chunk_3UMNRYYV.getEffectiveUrl)(schemaContext.primaryDatasource));
514
514
  if (url?.startsWith("prisma://")) {
515
515
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
516
516
  }
@@ -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_T4UWWS6R_exports = {};
30
- __export(chunk_T4UWWS6R_exports, {
29
+ var chunk_TQFONRJP_exports = {};
30
+ __export(chunk_TQFONRJP_exports, {
31
31
  createDirIfNotExists: () => createDirIfNotExists,
32
32
  fs_utils_exports: () => fs_utils_exports,
33
33
  getFilesInDir: () => getFilesInDir,
@@ -36,9 +36,9 @@ __export(chunk_T4UWWS6R_exports, {
36
36
  removeEmptyDirs: () => removeEmptyDirs,
37
37
  writeFile: () => writeFile
38
38
  });
39
- module.exports = __toCommonJS(chunk_T4UWWS6R_exports);
39
+ module.exports = __toCommonJS(chunk_TQFONRJP_exports);
40
40
  var import_chunk_J77ZIDXB = require("./chunk-J77ZIDXB.js");
41
- var import_chunk_VHTDEIXR = require("./chunk-VHTDEIXR.js");
41
+ var import_chunk_JOIIWB3U = require("./chunk-JOIIWB3U.js");
42
42
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
43
43
  var import_promises = __toESM(require("fs/promises"));
44
44
  var import_path = __toESM(require("path"));
@@ -51,7 +51,7 @@ var fs_utils_exports = {};
51
51
  removeEmptyDirs: () => removeEmptyDirs,
52
52
  writeFile: () => writeFile
53
53
  });
54
- var import_globby = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_VHTDEIXR.require_globby)());
54
+ var import_globby = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_JOIIWB3U.require_globby)());
55
55
  function createDirIfNotExists(dir) {
56
56
  return import_promises.default.mkdir(dir, { recursive: true });
57
57
  }
@@ -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_D3RD25JA_exports = {};
30
- __export(chunk_D3RD25JA_exports, {
29
+ var chunk_UDBR6KNF_exports = {};
30
+ __export(chunk_UDBR6KNF_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_D3RD25JA_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_D3RD25JA_exports);
45
+ module.exports = __toCommonJS(chunk_UDBR6KNF_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");
@@ -55,12 +55,12 @@ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
55
55
  var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
56
56
  var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
57
57
  var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
58
- var import_chunk_6AHVCG6L = require("./chunk-6AHVCG6L.js");
59
- var import_chunk_Q4GRJBUD = require("./chunk-Q4GRJBUD.js");
60
- var import_chunk_BBXVW7RP = require("./chunk-BBXVW7RP.js");
61
- var import_chunk_QTSXZES6 = require("./chunk-QTSXZES6.js");
58
+ var import_chunk_6656PCCL = require("./chunk-6656PCCL.js");
59
+ var import_chunk_HZZXGRMN = require("./chunk-HZZXGRMN.js");
60
+ var import_chunk_MHUJECKD = require("./chunk-MHUJECKD.js");
61
+ var import_chunk_AWKM5KUH = require("./chunk-AWKM5KUH.js");
62
62
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_JZYVRGN4 = require("./chunk-JZYVRGN4.js");
63
+ var import_chunk_LIXUNL2F = require("./chunk-LIXUNL2F.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_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
@@ -68,7 +68,7 @@ var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
68
68
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
69
69
  var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
70
70
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
71
- var import_chunk_YBTHDTT3 = require("./chunk-YBTHDTT3.js");
71
+ var import_chunk_BVJP43JS = require("./chunk-BVJP43JS.js");
72
72
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
73
73
  var import_path = __toESM(require("path"));
74
74
  var import_debug = __toESM(require("@prisma/debug"));
@@ -102,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
102
102
  async function formatSchema({ schemas }, inputFormattingOptions) {
103
103
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
104
104
  handleFormatPanic(() => {
105
- import_chunk_JZYVRGN4.prismaSchemaWasm.debug_panic();
105
+ import_chunk_LIXUNL2F.prismaSchemaWasm.debug_panic();
106
106
  });
107
107
  }
108
108
  const defaultFormattingOptions = {
@@ -119,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
119
119
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
120
120
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
121
121
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
122
- const lintDiagnostics2 = (0, import_chunk_BBXVW7RP.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_MHUJECKD.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_BBXVW7RP.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_MHUJECKD.getLintWarningsAsText)(lintDiagnostics);
126
126
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
127
127
  console.warn(lintWarnings);
128
128
  }
@@ -149,7 +149,7 @@ function handleFormatPanic(tryCb) {
149
149
  }
150
150
  }
151
151
  function formatWasm(schema, documentFormattingParams) {
152
- const formattedSchema = import_chunk_JZYVRGN4.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_LIXUNL2F.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
153
153
  return formattedSchema;
154
154
  }
155
155
  async function loadSchemaContext({
@@ -186,7 +186,7 @@ async function processSchemaResult({
186
186
  if (printLoadMessage) {
187
187
  (0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
188
188
  }
189
- const configFromPsl = await (0, import_chunk_6AHVCG6L.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
189
+ const configFromPsl = await (0, import_chunk_6656PCCL.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
190
190
  const primaryDatasource = configFromPsl.datasources.at(0);
191
191
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
192
192
  return {
@@ -208,7 +208,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
208
208
  }
209
209
  return null;
210
210
  }
211
- var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_YBTHDTT3.require_p_map)());
211
+ var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_BVJP43JS.require_p_map)());
212
212
  var debug2 = (0, import_debug2.default)("prisma:getGenerators");
213
213
  async function getGenerators(options) {
214
214
  if (options.registry === void 0 && options.providerAliases !== void 0) {
@@ -246,7 +246,7 @@ async function getGenerators(options) {
246
246
  }
247
247
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
248
248
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
249
- const dmmf = await (0, import_chunk_Q4GRJBUD.getDMMF)({
249
+ const dmmf = await (0, import_chunk_HZZXGRMN.getDMMF)({
250
250
  datamodel: schemaContext.schemaFiles,
251
251
  previewFeatures
252
252
  });
@@ -297,7 +297,7 @@ You need to define \`output\` in the generator block in the schema file.`
297
297
  fromEnvVar: null
298
298
  };
299
299
  }
300
- const datamodel = (0, import_chunk_QTSXZES6.mergeSchemas)({ schemas: schemaContext.schemaFiles });
300
+ const datamodel = (0, import_chunk_AWKM5KUH.mergeSchemas)({ schemas: schemaContext.schemaFiles });
301
301
  const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
302
302
  const options2 = {
303
303
  datamodel,
@@ -389,7 +389,7 @@ generator gen {
389
389
  debug2({ generatorBinaryPaths });
390
390
  generator.setBinaryPaths(generatorBinaryPaths);
391
391
  if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
392
- const customDmmf = await (0, import_chunk_Q4GRJBUD.getDMMF)({
392
+ const customDmmf = await (0, import_chunk_HZZXGRMN.getDMMF)({
393
393
  datamodel: schemaContext.schemaFiles,
394
394
  previewFeatures
395
395
  });
@@ -510,7 +510,7 @@ function checkUnsupportedDataProxy({
510
510
  }
511
511
  }
512
512
  if (!schemaContext?.primaryDatasource) return;
513
- const url = (0, import_chunk_6AHVCG6L.resolveUrl)((0, import_chunk_6AHVCG6L.getEffectiveUrl)(schemaContext.primaryDatasource));
513
+ const url = (0, import_chunk_6656PCCL.resolveUrl)((0, import_chunk_6656PCCL.getEffectiveUrl)(schemaContext.primaryDatasource));
514
514
  if (url?.startsWith("prisma://")) {
515
515
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
516
516
  }
@@ -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_LFELUV5W_exports = {};
20
- __export(chunk_LFELUV5W_exports, {
19
+ var chunk_W22QE4Q4_exports = {};
20
+ __export(chunk_W22QE4Q4_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_LFELUV5W_exports);
28
- var import_chunk_S6T6LQBL = require("./chunk-S6T6LQBL.js");
27
+ module.exports = __toCommonJS(chunk_W22QE4Q4_exports);
28
+ var import_chunk_B24WFAOR = require("./chunk-B24WFAOR.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_S6T6LQBL.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_B24WFAOR.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
33
  const lintDiagnostics = JSON.parse(lintResult);
34
34
  return lintDiagnostics;
35
35
  }