@prisma/internals 6.14.0-dev.29 → 6.14.0-dev.30

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-GJNUDEMZ.js → chunk-6O62VOZS.js} +8 -8
  2. package/dist/{chunk-N2WLDYCG.js → chunk-72B4UUUF.js} +5 -5
  3. package/dist/{chunk-ZXIFV3EG.js → chunk-74PRE5UO.js} +5 -5
  4. package/dist/{chunk-7VCKILPN.js → chunk-AACTUNBZ.js} +5 -5
  5. package/dist/{chunk-RE5FKGNB.js → chunk-AD3G35XU.js} +5 -5
  6. package/dist/{chunk-EOJHWGQS.js → chunk-AI4MBKBC.js} +17 -17
  7. package/dist/{chunk-TVRYAP4O.js → chunk-CT6MLADE.js} +7 -7
  8. package/dist/{chunk-43TYUWDU.js → chunk-F262ULRY.js} +5 -5
  9. package/dist/{chunk-PO3WGYOZ.js → chunk-G7WND2TV.js} +8 -8
  10. package/dist/{chunk-PGDJN2RA.js → chunk-HJW4EL6H.js} +5 -5
  11. package/dist/{chunk-ENKBKRO3.js → chunk-HMWJ2MY4.js} +5 -5
  12. package/dist/{chunk-RRIQ2XXZ.js → chunk-ILDOWOE6.js} +17 -17
  13. package/dist/{chunk-SIYZ7FI4.js → chunk-IOKXLAEP.js} +8 -8
  14. package/dist/{chunk-HXV3YS3P.js → chunk-IWVJG6HI.js} +5 -5
  15. package/dist/{chunk-EPGDMZUB.js → chunk-OFNSW5XC.js} +8 -8
  16. package/dist/{chunk-DAPLOCSL.js → chunk-PKLTGMOQ.js} +5 -5
  17. package/dist/{chunk-TX4HW6SL.js → chunk-RRG4O5Q7.js} +6 -6
  18. package/dist/{chunk-MTLZUMJH.js → chunk-TSDSYTG5.js} +8 -8
  19. package/dist/{chunk-MFYY3FSQ.js → chunk-X2FCHBNB.js} +7 -7
  20. package/dist/{chunk-PMZTGPZM.js → chunk-XTWHNYGK.js} +8 -8
  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 +13 -13
@@ -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_GJNUDEMZ_exports = {};
30
- __export(chunk_GJNUDEMZ_exports, {
29
+ var chunk_6O62VOZS_exports = {};
30
+ __export(chunk_6O62VOZS_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_GJNUDEMZ_exports);
37
+ module.exports = __toCommonJS(chunk_6O62VOZS_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_HXV3YS3P = require("./chunk-HXV3YS3P.js");
42
- var import_chunk_ZXIFV3EG = require("./chunk-ZXIFV3EG.js");
41
+ var import_chunk_IWVJG6HI = require("./chunk-IWVJG6HI.js");
42
+ var import_chunk_74PRE5UO = require("./chunk-74PRE5UO.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_HXV3YS3P.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_IWVJG6HI.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_ZXIFV3EG.prismaSchemaWasm.debug_panic();
92
+ import_chunk_74PRE5UO.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_ZXIFV3EG.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_74PRE5UO.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_N2WLDYCG_exports = {};
20
- __export(chunk_N2WLDYCG_exports, {
19
+ var chunk_72B4UUUF_exports = {};
20
+ __export(chunk_72B4UUUF_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_N2WLDYCG_exports);
24
- var import_chunk_43TYUWDU = require("./chunk-43TYUWDU.js");
23
+ module.exports = __toCommonJS(chunk_72B4UUUF_exports);
24
+ var import_chunk_F262ULRY = require("./chunk-F262ULRY.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_43TYUWDU.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_F262ULRY.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -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_ZXIFV3EG_exports = {};
30
- __export(chunk_ZXIFV3EG_exports, {
29
+ var chunk_74PRE5UO_exports = {};
30
+ __export(chunk_74PRE5UO_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_ZXIFV3EG_exports);
37
- var import_chunk_TX4HW6SL = require("./chunk-TX4HW6SL.js");
36
+ module.exports = __toCommonJS(chunk_74PRE5UO_exports);
37
+ var import_chunk_RRG4O5Q7 = require("./chunk-RRG4O5Q7.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_TX4HW6SL.require_package)();
49
+ var { dependencies } = (0, import_chunk_RRG4O5Q7.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -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_7VCKILPN_exports = {};
30
- __export(chunk_7VCKILPN_exports, {
29
+ var chunk_AACTUNBZ_exports = {};
30
+ __export(chunk_AACTUNBZ_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_7VCKILPN_exports);
37
- var import_chunk_ENKBKRO3 = require("./chunk-ENKBKRO3.js");
36
+ module.exports = __toCommonJS(chunk_AACTUNBZ_exports);
37
+ var import_chunk_HMWJ2MY4 = require("./chunk-HMWJ2MY4.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_ENKBKRO3.require_package)();
49
+ var { dependencies } = (0, import_chunk_HMWJ2MY4.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_RE5FKGNB_exports = {};
20
- __export(chunk_RE5FKGNB_exports, {
19
+ var chunk_AD3G35XU_exports = {};
20
+ __export(chunk_AD3G35XU_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_RE5FKGNB_exports);
28
- var import_chunk_ZXIFV3EG = require("./chunk-ZXIFV3EG.js");
27
+ module.exports = __toCommonJS(chunk_AD3G35XU_exports);
28
+ var import_chunk_AACTUNBZ = require("./chunk-AACTUNBZ.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_ZXIFV3EG.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_AACTUNBZ.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
33
  const lintDiagnostics = JSON.parse(lintResult);
34
34
  return lintDiagnostics;
35
35
  }
@@ -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_EOJHWGQS_exports = {};
30
- __export(chunk_EOJHWGQS_exports, {
29
+ var chunk_AI4MBKBC_exports = {};
30
+ __export(chunk_AI4MBKBC_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_EOJHWGQS_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_EOJHWGQS_exports);
45
+ module.exports = __toCommonJS(chunk_AI4MBKBC_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_PO3WGYOZ = require("./chunk-PO3WGYOZ.js");
59
- var import_chunk_EPGDMZUB = require("./chunk-EPGDMZUB.js");
60
- var import_chunk_PGDJN2RA = require("./chunk-PGDJN2RA.js");
61
- var import_chunk_TVRYAP4O = require("./chunk-TVRYAP4O.js");
58
+ var import_chunk_G7WND2TV = require("./chunk-G7WND2TV.js");
59
+ var import_chunk_OFNSW5XC = require("./chunk-OFNSW5XC.js");
60
+ var import_chunk_AD3G35XU = require("./chunk-AD3G35XU.js");
61
+ var import_chunk_CT6MLADE = require("./chunk-CT6MLADE.js");
62
62
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_7VCKILPN = require("./chunk-7VCKILPN.js");
63
+ var import_chunk_AACTUNBZ = require("./chunk-AACTUNBZ.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");
@@ -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_7VCKILPN.prismaSchemaWasm.debug_panic();
105
+ import_chunk_AACTUNBZ.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_PGDJN2RA.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_AD3G35XU.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_PGDJN2RA.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_AD3G35XU.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_7VCKILPN.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_AACTUNBZ.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_PO3WGYOZ.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
189
+ const configFromPsl = await (0, import_chunk_G7WND2TV.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
190
190
  const primaryDatasource = configFromPsl.datasources.at(0);
191
191
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
192
192
  return {
@@ -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_EPGDMZUB.getDMMF)({
249
+ const dmmf = await (0, import_chunk_OFNSW5XC.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_TVRYAP4O.mergeSchemas)({ schemas: schemaContext.schemaFiles });
300
+ const datamodel = (0, import_chunk_CT6MLADE.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_EPGDMZUB.getDMMF)({
392
+ const customDmmf = await (0, import_chunk_OFNSW5XC.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_PO3WGYOZ.resolveUrl)((0, import_chunk_PO3WGYOZ.getEffectiveUrl)(schemaContext.primaryDatasource));
513
+ const url = (0, import_chunk_G7WND2TV.resolveUrl)((0, import_chunk_G7WND2TV.getEffectiveUrl)(schemaContext.primaryDatasource));
514
514
  if (url?.startsWith("prisma://")) {
515
515
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
516
516
  }
@@ -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_TVRYAP4O_exports = {};
30
- __export(chunk_TVRYAP4O_exports, {
29
+ var chunk_CT6MLADE_exports = {};
30
+ __export(chunk_CT6MLADE_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_TVRYAP4O_exports);
34
+ module.exports = __toCommonJS(chunk_CT6MLADE_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_N2WLDYCG = require("./chunk-N2WLDYCG.js");
39
- var import_chunk_7VCKILPN = require("./chunk-7VCKILPN.js");
38
+ var import_chunk_72B4UUUF = require("./chunk-72B4UUUF.js");
39
+ var import_chunk_AACTUNBZ = require("./chunk-AACTUNBZ.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_N2WLDYCG.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_72B4UUUF.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_7VCKILPN.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_AACTUNBZ.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  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_43TYUWDU_exports = {};
20
- __export(chunk_43TYUWDU_exports, {
19
+ var chunk_F262ULRY_exports = {};
20
+ __export(chunk_F262ULRY_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_43TYUWDU_exports);
24
- var import_chunk_ENKBKRO3 = require("./chunk-ENKBKRO3.js");
25
- var packageJson = (0, import_chunk_ENKBKRO3.require_package)();
23
+ module.exports = __toCommonJS(chunk_F262ULRY_exports);
24
+ var import_chunk_HMWJ2MY4 = require("./chunk-HMWJ2MY4.js");
25
+ var packageJson = (0, import_chunk_HMWJ2MY4.require_package)();
26
26
  var version = packageJson.version;
@@ -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_PO3WGYOZ_exports = {};
30
- __export(chunk_PO3WGYOZ_exports, {
29
+ var chunk_G7WND2TV_exports = {};
30
+ __export(chunk_G7WND2TV_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_PO3WGYOZ_exports);
37
+ module.exports = __toCommonJS(chunk_G7WND2TV_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_N2WLDYCG = require("./chunk-N2WLDYCG.js");
42
- var import_chunk_7VCKILPN = require("./chunk-7VCKILPN.js");
41
+ var import_chunk_72B4UUUF = require("./chunk-72B4UUUF.js");
42
+ var import_chunk_AACTUNBZ = require("./chunk-AACTUNBZ.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_N2WLDYCG.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_72B4UUUF.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_7VCKILPN.prismaSchemaWasm.debug_panic();
92
+ import_chunk_AACTUNBZ.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_7VCKILPN.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_AACTUNBZ.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (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_PGDJN2RA_exports = {};
20
- __export(chunk_PGDJN2RA_exports, {
19
+ var chunk_HJW4EL6H_exports = {};
20
+ __export(chunk_HJW4EL6H_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_PGDJN2RA_exports);
28
- var import_chunk_7VCKILPN = require("./chunk-7VCKILPN.js");
27
+ module.exports = __toCommonJS(chunk_HJW4EL6H_exports);
28
+ var import_chunk_74PRE5UO = require("./chunk-74PRE5UO.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_7VCKILPN.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_74PRE5UO.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_ENKBKRO3_exports = {};
20
- __export(chunk_ENKBKRO3_exports, {
19
+ var chunk_HMWJ2MY4_exports = {};
20
+ __export(chunk_HMWJ2MY4_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_ENKBKRO3_exports);
23
+ module.exports = __toCommonJS(chunk_HMWJ2MY4_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) {
@@ -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.14.0-15.2e6fd3a301e62551967cf7e95552db431e65e27d",
117
- "@prisma/schema-engine-wasm": "6.14.0-15.2e6fd3a301e62551967cf7e95552db431e65e27d",
116
+ "@prisma/prisma-schema-wasm": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
117
+ "@prisma/schema-engine-wasm": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
118
118
  "@prisma/schema-files-loader": "workspace:*",
119
119
  arg: "5.0.2",
120
120
  prompts: "2.4.2"
@@ -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_RRIQ2XXZ_exports = {};
30
- __export(chunk_RRIQ2XXZ_exports, {
29
+ var chunk_ILDOWOE6_exports = {};
30
+ __export(chunk_ILDOWOE6_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_RRIQ2XXZ_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_RRIQ2XXZ_exports);
45
+ module.exports = __toCommonJS(chunk_ILDOWOE6_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_GJNUDEMZ = require("./chunk-GJNUDEMZ.js");
59
- var import_chunk_PMZTGPZM = require("./chunk-PMZTGPZM.js");
60
- var import_chunk_RE5FKGNB = require("./chunk-RE5FKGNB.js");
61
- var import_chunk_MFYY3FSQ = require("./chunk-MFYY3FSQ.js");
58
+ var import_chunk_6O62VOZS = require("./chunk-6O62VOZS.js");
59
+ var import_chunk_XTWHNYGK = require("./chunk-XTWHNYGK.js");
60
+ var import_chunk_HJW4EL6H = require("./chunk-HJW4EL6H.js");
61
+ var import_chunk_X2FCHBNB = require("./chunk-X2FCHBNB.js");
62
62
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_ZXIFV3EG = require("./chunk-ZXIFV3EG.js");
63
+ var import_chunk_74PRE5UO = require("./chunk-74PRE5UO.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");
@@ -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_ZXIFV3EG.prismaSchemaWasm.debug_panic();
105
+ import_chunk_74PRE5UO.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_RE5FKGNB.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_HJW4EL6H.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_RE5FKGNB.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_HJW4EL6H.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_ZXIFV3EG.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_74PRE5UO.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_GJNUDEMZ.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
189
+ const configFromPsl = await (0, import_chunk_6O62VOZS.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
190
190
  const primaryDatasource = configFromPsl.datasources.at(0);
191
191
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
192
192
  return {
@@ -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_PMZTGPZM.getDMMF)({
249
+ const dmmf = await (0, import_chunk_XTWHNYGK.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_MFYY3FSQ.mergeSchemas)({ schemas: schemaContext.schemaFiles });
300
+ const datamodel = (0, import_chunk_X2FCHBNB.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_PMZTGPZM.getDMMF)({
392
+ const customDmmf = await (0, import_chunk_XTWHNYGK.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_GJNUDEMZ.resolveUrl)((0, import_chunk_GJNUDEMZ.getEffectiveUrl)(schemaContext.primaryDatasource));
513
+ const url = (0, import_chunk_6O62VOZS.resolveUrl)((0, import_chunk_6O62VOZS.getEffectiveUrl)(schemaContext.primaryDatasource));
514
514
  if (url?.startsWith("prisma://")) {
515
515
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
516
516
  }
@@ -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_SIYZ7FI4_exports = {};
30
- __export(chunk_SIYZ7FI4_exports, {
29
+ var chunk_IOKXLAEP_exports = {};
30
+ __export(chunk_IOKXLAEP_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_SIYZ7FI4_exports);
34
+ module.exports = __toCommonJS(chunk_IOKXLAEP_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_N2WLDYCG = require("./chunk-N2WLDYCG.js");
39
- var import_chunk_7VCKILPN = require("./chunk-7VCKILPN.js");
38
+ var import_chunk_IWVJG6HI = require("./chunk-IWVJG6HI.js");
39
+ var import_chunk_74PRE5UO = require("./chunk-74PRE5UO.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_N2WLDYCG.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_IWVJG6HI.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_7VCKILPN.prismaSchemaWasm.debug_panic();
74
+ import_chunk_74PRE5UO.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_7VCKILPN.prismaSchemaWasm.validate(params);
80
+ import_chunk_74PRE5UO.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -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_HXV3YS3P_exports = {};
20
- __export(chunk_HXV3YS3P_exports, {
19
+ var chunk_IWVJG6HI_exports = {};
20
+ __export(chunk_IWVJG6HI_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_HXV3YS3P_exports);
24
- var import_chunk_DAPLOCSL = require("./chunk-DAPLOCSL.js");
23
+ module.exports = __toCommonJS(chunk_IWVJG6HI_exports);
24
+ var import_chunk_PKLTGMOQ = require("./chunk-PKLTGMOQ.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_DAPLOCSL.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_PKLTGMOQ.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;