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

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-75BIJ5PX.js → chunk-2GVIBKTA.js} +9 -9
  2. package/dist/{chunk-5A73S7W6.js → chunk-3DLPU2VH.js} +8 -8
  3. package/dist/{chunk-3UMNRYYV.js → chunk-6AHVCG6L.js} +8 -8
  4. package/dist/{chunk-CP7DLHK2.js → chunk-7GNJVKMU.js} +5 -5
  5. package/dist/{chunk-GFMGPNAI.js → chunk-AT4O64L5.js} +19 -19
  6. package/dist/{chunk-DRB577CT.js → chunk-BBXVW7RP.js} +5 -5
  7. package/dist/{chunk-C6BKDMKQ.js → chunk-CBOVNYMF.js} +37 -37
  8. package/dist/{chunk-P5HU6YXH.js → chunk-D3RD25JA.js} +19 -19
  9. package/dist/{chunk-D4VDA2TZ.js → chunk-FHYZIOZ4.js} +6 -6
  10. package/dist/{chunk-QSZXGSLL.js → chunk-FWYVXOHQ.js} +5 -5
  11. package/dist/{chunk-RYLHMUQT.js → chunk-JZYVRGN4.js} +5 -5
  12. package/dist/{chunk-W22QE4Q4.js → chunk-LFELUV5W.js} +5 -5
  13. package/dist/{chunk-P3ITCNR6.js → chunk-LHVODGG2.js} +8 -8
  14. package/dist/{chunk-ZR2UFOD5.js → chunk-N4DV6JOS.js} +8 -8
  15. package/dist/{chunk-IV5PT5YE.js → chunk-N7LAFYBX.js} +7 -7
  16. package/dist/{chunk-HWOXNOY3.js → chunk-Q4GRJBUD.js} +8 -8
  17. package/dist/{chunk-BGBVSEMY.js → chunk-QKVGK3CJ.js} +36 -36
  18. package/dist/{chunk-JZQHZU6X.js → chunk-QTSXZES6.js} +7 -7
  19. package/dist/{chunk-MZ5DWDNU.js → chunk-RMBRSCMH.js} +5 -5
  20. package/dist/{chunk-B24WFAOR.js → chunk-S6T6LQBL.js} +5 -5
  21. package/dist/{chunk-TQFONRJP.js → chunk-T4UWWS6R.js} +5 -5
  22. package/dist/{chunk-HEBJZ3FL.js → chunk-UHROHX5U.js} +8 -8
  23. package/dist/{chunk-JOIIWB3U.js → chunk-VHTDEIXR.js} +23 -9
  24. package/dist/{chunk-BVJP43JS.js → chunk-YBTHDTT3.js} +7 -7
  25. package/dist/{chunk-UFQHRQA5.js → chunk-YLZBBEHV.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
@@ -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_75BIJ5PX_exports = {};
30
- __export(chunk_75BIJ5PX_exports, {
29
+ var chunk_2GVIBKTA_exports = {};
30
+ __export(chunk_2GVIBKTA_exports, {
31
31
  createDirIfNotExists: () => createDirIfNotExists2,
32
32
  fs_functional_exports: () => fs_functional_exports,
33
33
  getFilesInDir: () => getFilesInDir2,
@@ -37,8 +37,8 @@ __export(chunk_75BIJ5PX_exports, {
37
37
  removeFile: () => removeFile,
38
38
  writeFile: () => writeFile2
39
39
  });
40
- module.exports = __toCommonJS(chunk_75BIJ5PX_exports);
41
- var import_chunk_TQFONRJP = require("./chunk-TQFONRJP.js");
40
+ module.exports = __toCommonJS(chunk_2GVIBKTA_exports);
41
+ var import_chunk_T4UWWS6R = require("./chunk-T4UWWS6R.js");
42
42
  var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
43
43
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
44
44
  var import_promises = __toESM(require("fs/promises"));
@@ -3981,13 +3981,13 @@ var fs_functional_exports = {};
3981
3981
  });
3982
3982
  var import_function = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_R6QH57HZ.require_function)());
3983
3983
  var TE = (0, import_chunk_4VNS5WPM.__toESM)(require_TaskEither());
3984
- var createDirIfNotExists2 = (dir) => TE.tryCatch(() => (0, import_chunk_TQFONRJP.createDirIfNotExists)(dir), createTaggedSystemError("fs-create-dir", { dir }));
3985
- var writeFile2 = (params) => TE.tryCatch(() => (0, import_chunk_TQFONRJP.writeFile)(params), createTaggedSystemError("fs-write-file", params));
3986
- var removeEmptyDirs2 = (dir) => TE.tryCatch(() => (0, import_chunk_TQFONRJP.removeEmptyDirs)(dir), createTaggedSystemError("fs-remove-empty-dirs", { dir }));
3984
+ var createDirIfNotExists2 = (dir) => TE.tryCatch(() => (0, import_chunk_T4UWWS6R.createDirIfNotExists)(dir), createTaggedSystemError("fs-create-dir", { dir }));
3985
+ var writeFile2 = (params) => TE.tryCatch(() => (0, import_chunk_T4UWWS6R.writeFile)(params), createTaggedSystemError("fs-write-file", params));
3986
+ var removeEmptyDirs2 = (dir) => TE.tryCatch(() => (0, import_chunk_T4UWWS6R.removeEmptyDirs)(dir), createTaggedSystemError("fs-remove-empty-dirs", { dir }));
3987
3987
  var removeDir = (dir) => (0, import_function.pipe)(TE.tryCatch(() => import_promises.default.rm(dir, { recursive: true }), createTaggedSystemError("fs-remove-dir", { dir })));
3988
3988
  var removeFile = (filePath) => (0, import_function.pipe)(TE.tryCatch(() => import_promises.default.unlink(filePath), createTaggedSystemError("fs-remove-file", { filePath })));
3989
- var getNestedFoldersInDir2 = (dir) => () => (0, import_chunk_TQFONRJP.getNestedFoldersInDir)(dir);
3990
- var getFilesInDir2 = (dir, pattern = "**") => () => (0, import_chunk_TQFONRJP.getFilesInDir)(dir, pattern);
3989
+ var getNestedFoldersInDir2 = (dir) => () => (0, import_chunk_T4UWWS6R.getNestedFoldersInDir)(dir);
3990
+ var getFilesInDir2 = (dir, pattern = "**") => () => (0, import_chunk_T4UWWS6R.getFilesInDir)(dir, pattern);
3991
3991
  function createTaggedSystemError(type, meta) {
3992
3992
  return (e) => ({
3993
3993
  type,
@@ -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_5A73S7W6_exports = {};
30
- __export(chunk_5A73S7W6_exports, {
29
+ var chunk_3DLPU2VH_exports = {};
30
+ __export(chunk_3DLPU2VH_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_5A73S7W6_exports);
34
+ module.exports = __toCommonJS(chunk_3DLPU2VH_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_CP7DLHK2 = require("./chunk-CP7DLHK2.js");
38
- var import_chunk_B24WFAOR = require("./chunk-B24WFAOR.js");
37
+ var import_chunk_FWYVXOHQ = require("./chunk-FWYVXOHQ.js");
38
+ var import_chunk_S6T6LQBL = require("./chunk-S6T6LQBL.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_CP7DLHK2.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_FWYVXOHQ.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_B24WFAOR.prismaSchemaWasm.debug_panic();
73
+ import_chunk_S6T6LQBL.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_B24WFAOR.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_S6T6LQBL.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_3UMNRYYV_exports = {};
30
- __export(chunk_3UMNRYYV_exports, {
29
+ var chunk_6AHVCG6L_exports = {};
30
+ __export(chunk_6AHVCG6L_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_3UMNRYYV_exports);
37
+ module.exports = __toCommonJS(chunk_6AHVCG6L_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_CP7DLHK2 = require("./chunk-CP7DLHK2.js");
42
- var import_chunk_B24WFAOR = require("./chunk-B24WFAOR.js");
41
+ var import_chunk_7GNJVKMU = require("./chunk-7GNJVKMU.js");
42
+ var import_chunk_JZYVRGN4 = require("./chunk-JZYVRGN4.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_CP7DLHK2.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_7GNJVKMU.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_B24WFAOR.prismaSchemaWasm.debug_panic();
92
+ import_chunk_JZYVRGN4.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_B24WFAOR.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_JZYVRGN4.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_CP7DLHK2_exports = {};
20
- __export(chunk_CP7DLHK2_exports, {
19
+ var chunk_7GNJVKMU_exports = {};
20
+ __export(chunk_7GNJVKMU_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_CP7DLHK2_exports);
24
- var import_chunk_MZ5DWDNU = require("./chunk-MZ5DWDNU.js");
23
+ module.exports = __toCommonJS(chunk_7GNJVKMU_exports);
24
+ var import_chunk_RMBRSCMH = require("./chunk-RMBRSCMH.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_MZ5DWDNU.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_RMBRSCMH.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -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_GFMGPNAI_exports = {};
30
- __export(chunk_GFMGPNAI_exports, {
29
+ var chunk_AT4O64L5_exports = {};
30
+ __export(chunk_AT4O64L5_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_GFMGPNAI_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_GFMGPNAI_exports);
45
+ module.exports = __toCommonJS(chunk_AT4O64L5_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_ZR2UFOD5 = require("./chunk-ZR2UFOD5.js");
59
- var import_chunk_HWOXNOY3 = require("./chunk-HWOXNOY3.js");
60
- var import_chunk_DRB577CT = require("./chunk-DRB577CT.js");
61
- var import_chunk_JZQHZU6X = require("./chunk-JZQHZU6X.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");
62
62
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_RYLHMUQT = require("./chunk-RYLHMUQT.js");
63
+ var import_chunk_S6T6LQBL = require("./chunk-S6T6LQBL.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_BVJP43JS = require("./chunk-BVJP43JS.js");
71
+ var import_chunk_YBTHDTT3 = require("./chunk-YBTHDTT3.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_RYLHMUQT.prismaSchemaWasm.debug_panic();
105
+ import_chunk_S6T6LQBL.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_DRB577CT.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_LFELUV5W.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_DRB577CT.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_LFELUV5W.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_RYLHMUQT.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_S6T6LQBL.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_ZR2UFOD5.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
189
+ const configFromPsl = await (0, import_chunk_N4DV6JOS.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_BVJP43JS.require_p_map)());
211
+ var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_YBTHDTT3.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_HWOXNOY3.getDMMF)({
249
+ const dmmf = await (0, import_chunk_3DLPU2VH.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_JZQHZU6X.mergeSchemas)({ schemas: schemaContext.schemaFiles });
300
+ const datamodel = (0, import_chunk_N7LAFYBX.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_HWOXNOY3.getDMMF)({
392
+ const customDmmf = await (0, import_chunk_3DLPU2VH.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_ZR2UFOD5.resolveUrl)((0, import_chunk_ZR2UFOD5.getEffectiveUrl)(schemaContext.primaryDatasource));
513
+ const url = (0, import_chunk_N4DV6JOS.resolveUrl)((0, import_chunk_N4DV6JOS.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_DRB577CT_exports = {};
20
- __export(chunk_DRB577CT_exports, {
19
+ var chunk_BBXVW7RP_exports = {};
20
+ __export(chunk_BBXVW7RP_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_DRB577CT_exports);
28
- var import_chunk_RYLHMUQT = require("./chunk-RYLHMUQT.js");
27
+ module.exports = __toCommonJS(chunk_BBXVW7RP_exports);
28
+ var import_chunk_JZYVRGN4 = require("./chunk-JZYVRGN4.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_RYLHMUQT.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_JZYVRGN4.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
33
  const lintDiagnostics = JSON.parse(lintResult);
34
34
  return lintDiagnostics;
35
35
  }
@@ -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_C6BKDMKQ_exports = {};
20
- __export(chunk_C6BKDMKQ_exports, {
19
+ var chunk_CBOVNYMF_exports = {};
20
+ __export(chunk_CBOVNYMF_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_C6BKDMKQ_exports);
23
+ module.exports = __toCommonJS(chunk_CBOVNYMF_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.18.0-dev.11",
29
+ version: "6.18.0-dev.12",
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",
@@ -54,49 +54,49 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
54
54
  ],
55
55
  devDependencies: {
56
56
  "@babel/helper-validator-identifier": "7.25.9",
57
- "@opentelemetry/api": "1.9.0",
58
- "@swc/core": "1.11.5",
59
- "@swc/jest": "0.2.37",
57
+ "@opentelemetry/api": "catalog:",
58
+ "@swc/core": "catalog:",
59
+ "@swc/jest": "catalog:",
60
60
  "@types/babel__helper-validator-identifier": "7.15.2",
61
- "@types/jest": "29.5.14",
62
- "@types/node": "18.19.76",
63
- "@types/resolve": "1.20.6",
61
+ "@types/jest": "catalog:",
62
+ "@types/node": "catalog:",
63
+ "@types/resolve": "catalog:",
64
64
  archiver: "6.0.2",
65
- "checkpoint-client": "1.1.33",
65
+ "checkpoint-client": "catalog:",
66
66
  "cli-truncate": "4.0.0",
67
67
  dotenv: "16.5.0",
68
- empathic: "2.0.0",
69
- "escape-string-regexp": "5.0.0",
70
- execa: "8.0.1",
71
- "fast-glob": "3.3.3",
68
+ empathic: "catalog:",
69
+ "escape-string-regexp": "catalog:",
70
+ execa: "catalog:",
71
+ "fast-glob": "catalog:",
72
72
  "find-up": "7.0.0",
73
- "fp-ts": "2.16.9",
74
- "fs-extra": "11.3.0",
73
+ "fp-ts": "catalog:",
74
+ "fs-extra": "catalog:",
75
75
  "global-directory": "4.0.0",
76
- globby: "11.1.0",
76
+ globby: "catalog:",
77
77
  "identifier-regex": "1.0.0",
78
- "indent-string": "4.0.0",
78
+ "indent-string": "catalog:",
79
79
  "is-windows": "1.0.2",
80
80
  "is-wsl": "3.1.0",
81
- jest: "29.7.0",
82
- "jest-junit": "16.0.0",
83
- kleur: "4.1.5",
84
- "mock-stdin": "1.0.0",
85
- "new-github-issue-url": "0.2.1",
86
- "node-fetch": "3.3.2",
87
- "npm-packlist": "5.1.3",
88
- open: "7.4.2",
89
- "p-map": "4.0.0",
90
- resolve: "1.22.10",
81
+ jest: "catalog:",
82
+ "jest-junit": "catalog:",
83
+ kleur: "catalog:",
84
+ "mock-stdin": "catalog:",
85
+ "new-github-issue-url": "catalog:",
86
+ "node-fetch": "catalog:",
87
+ "npm-packlist": "catalog:",
88
+ open: "catalog:",
89
+ "p-map": "catalog:",
90
+ resolve: "catalog:",
91
91
  "string-width": "7.2.0",
92
- "strip-indent": "4.0.0",
93
- "temp-dir": "2.0.0",
94
- tempy: "1.0.1",
95
- "terminal-link": "4.0.0",
92
+ "strip-indent": "catalog:",
93
+ "temp-dir": "catalog:",
94
+ tempy: "catalog:",
95
+ "terminal-link": "catalog:",
96
96
  tmp: "0.2.3",
97
- "ts-pattern": "5.6.2",
98
- "ts-toolbelt": "9.6.0",
99
- typescript: "5.4.5",
97
+ "ts-pattern": "catalog:",
98
+ "ts-toolbelt": "catalog:",
99
+ typescript: "catalog:",
100
100
  yarn: "1.22.22"
101
101
  },
102
102
  dependencies: {
@@ -112,7 +112,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
112
112
  "@prisma/prisma-schema-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
113
113
  "@prisma/schema-engine-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
114
114
  "@prisma/schema-files-loader": "workspace:*",
115
- arg: "5.0.2",
115
+ arg: "catalog:",
116
116
  prompts: "2.4.2"
117
117
  },
118
118
  peerDependencies: {
@@ -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_P5HU6YXH_exports = {};
30
- __export(chunk_P5HU6YXH_exports, {
29
+ var chunk_D3RD25JA_exports = {};
30
+ __export(chunk_D3RD25JA_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_P5HU6YXH_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_P5HU6YXH_exports);
45
+ module.exports = __toCommonJS(chunk_D3RD25JA_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_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");
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");
62
62
  var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_B24WFAOR = require("./chunk-B24WFAOR.js");
63
+ var import_chunk_JZYVRGN4 = require("./chunk-JZYVRGN4.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_BVJP43JS = require("./chunk-BVJP43JS.js");
71
+ var import_chunk_YBTHDTT3 = require("./chunk-YBTHDTT3.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_B24WFAOR.prismaSchemaWasm.debug_panic();
105
+ import_chunk_JZYVRGN4.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_W22QE4Q4.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_BBXVW7RP.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_W22QE4Q4.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_BBXVW7RP.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_B24WFAOR.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_JZYVRGN4.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_3UMNRYYV.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
189
+ const configFromPsl = await (0, import_chunk_6AHVCG6L.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_BVJP43JS.require_p_map)());
211
+ var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_YBTHDTT3.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_5A73S7W6.getDMMF)({
249
+ const dmmf = await (0, import_chunk_Q4GRJBUD.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_IV5PT5YE.mergeSchemas)({ schemas: schemaContext.schemaFiles });
300
+ const datamodel = (0, import_chunk_QTSXZES6.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_5A73S7W6.getDMMF)({
392
+ const customDmmf = await (0, import_chunk_Q4GRJBUD.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_3UMNRYYV.resolveUrl)((0, import_chunk_3UMNRYYV.getEffectiveUrl)(schemaContext.primaryDatasource));
513
+ const url = (0, import_chunk_6AHVCG6L.resolveUrl)((0, import_chunk_6AHVCG6L.getEffectiveUrl)(schemaContext.primaryDatasource));
514
514
  if (url?.startsWith("prisma://")) {
515
515
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
516
516
  }
@@ -26,18 +26,18 @@ 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_D4VDA2TZ_exports = {};
30
- __export(chunk_D4VDA2TZ_exports, {
29
+ var chunk_FHYZIOZ4_exports = {};
30
+ __export(chunk_FHYZIOZ4_exports, {
31
31
  locateLocalCloudflareD1: () => locateLocalCloudflareD1
32
32
  });
33
- module.exports = __toCommonJS(chunk_D4VDA2TZ_exports);
33
+ module.exports = __toCommonJS(chunk_FHYZIOZ4_exports);
34
34
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
35
- var import_chunk_JOIIWB3U = require("./chunk-JOIIWB3U.js");
35
+ var import_chunk_VHTDEIXR = require("./chunk-VHTDEIXR.js");
36
36
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
37
37
  var import_node_path = __toESM(require("node:path"));
38
38
  var import_node_process = __toESM(require("node:process"));
39
- var import_fast_glob = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_JOIIWB3U.require_out)());
40
- var import_globby = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_JOIIWB3U.require_globby)());
39
+ var import_fast_glob = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_VHTDEIXR.require_out)());
40
+ var import_globby = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_VHTDEIXR.require_globby)());
41
41
  var defaultD1DirPath = import_node_path.default.join(".wrangler", "state", "v3", "d1", "miniflare-D1DatabaseObject");
42
42
  async function locateLocalCloudflareD1({ arg }) {
43
43
  const cwd = import_node_process.default.cwd();
@@ -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_QSZXGSLL_exports = {};
20
- __export(chunk_QSZXGSLL_exports, {
19
+ var chunk_FWYVXOHQ_exports = {};
20
+ __export(chunk_FWYVXOHQ_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_QSZXGSLL_exports);
24
- var import_chunk_UFQHRQA5 = require("./chunk-UFQHRQA5.js");
23
+ module.exports = __toCommonJS(chunk_FWYVXOHQ_exports);
24
+ var import_chunk_YLZBBEHV = require("./chunk-YLZBBEHV.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_UFQHRQA5.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_YLZBBEHV.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_RYLHMUQT_exports = {};
30
- __export(chunk_RYLHMUQT_exports, {
29
+ var chunk_JZYVRGN4_exports = {};
30
+ __export(chunk_JZYVRGN4_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_RYLHMUQT_exports);
37
- var import_chunk_C6BKDMKQ = require("./chunk-C6BKDMKQ.js");
36
+ module.exports = __toCommonJS(chunk_JZYVRGN4_exports);
37
+ var import_chunk_QKVGK3CJ = require("./chunk-QKVGK3CJ.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_C6BKDMKQ.require_package)();
49
+ var { dependencies } = (0, import_chunk_QKVGK3CJ.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];