@prisma/internals 6.1.0-dev.3 → 6.1.0-dev.31

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 (68) hide show
  1. package/dist/{chunk-H3T4L34H.js → chunk-25RJ7YTB.js} +88 -83
  2. package/dist/{chunk-UGN2IMJV.js → chunk-27CQ3HB3.js} +36 -807
  3. package/dist/{chunk-S4LINK5Y.js → chunk-2XRDQCIA.js} +5 -5
  4. package/dist/{chunk-HMGEWJDY.js → chunk-3BND5XB4.js} +232 -47
  5. package/dist/{chunk-JMZHUHCC.js → chunk-3DMEILBC.js} +13 -13
  6. package/dist/{chunk-D4MCOTL5.js → chunk-5XRQ7ONW.js} +5 -5
  7. package/dist/{chunk-I4467NNA.js → chunk-CXEMRKV4.js} +6 -6
  8. package/dist/{chunk-G7LL2H2O.js → chunk-EKBX4J6O.js} +7 -7
  9. package/dist/{chunk-HU3TYMTP.js → chunk-FQF3KNMQ.js} +5 -5
  10. package/dist/{chunk-X4K6SW2Y.js → chunk-JB56QOGN.js} +13 -13
  11. package/dist/{chunk-GWBZ6Z6W.js → chunk-JXYVKREJ.js} +5 -5
  12. package/dist/{chunk-UIGFAS6M.js → chunk-KTGLTJWE.js} +14 -41
  13. package/dist/{chunk-2CHJ6JM2.js → chunk-LBULWX6F.js} +5 -5
  14. package/dist/{chunk-ZW637L2K.js → chunk-LEHBZGS4.js} +5 -5
  15. package/dist/{chunk-7CXYD5ZJ.js → chunk-LWPCBJP2.js} +5 -5
  16. package/dist/{chunk-HM5POBB4.js → chunk-MHQHQRON.js} +5 -5
  17. package/dist/{chunk-ZADYZQO7.js → chunk-MQ2DEFQJ.js} +15 -15
  18. package/dist/{chunk-J4MA2JIK.js → chunk-N6K7M2HZ.js} +5 -5
  19. package/dist/{chunk-LVDENBX2.js → chunk-OBNSXASV.js} +5 -5
  20. package/dist/{chunk-RQPDQSHK.js → chunk-QIVUAERL.js} +777 -4
  21. package/dist/{chunk-FPHZVRV4.js → chunk-QJZIYUVB.js} +5 -5
  22. package/dist/{chunk-SLBBRUQS.js → chunk-QTXYAZFX.js} +5 -5
  23. package/dist/{chunk-4RWCRJYD.js → chunk-TFSZCVKC.js} +5 -5
  24. package/dist/{chunk-HPF5G47V.js → chunk-UPIULDLZ.js} +5 -5
  25. package/dist/{chunk-SODELJQA.js → chunk-W7FRF7CW.js} +14 -14
  26. package/dist/{chunk-LEGPENYH.js → chunk-WLAV76FK.js} +7 -7
  27. package/dist/{chunk-26SJISVZ.js → chunk-YO2HQMQH.js} +6 -6
  28. package/dist/{chunk-EWWCVGRX.js → chunk-YOC6F62R.js} +5 -5
  29. package/dist/{chunk-UFRXTLJ3.js → chunk-YWSWNTSV.js} +14 -14
  30. package/dist/{chunk-WCWDW6XL.js → chunk-Z2BJHHA4.js} +36 -807
  31. package/dist/{chunk-XAL6KTHD.js → chunk-ZEJUQ43B.js} +14 -41
  32. package/dist/{chunk-6VXLRSIV.js → chunk-ZGSGHVFL.js} +13 -13
  33. package/dist/{chunk-W64BQ3QW.js → chunk-ZKQX4HDV.js} +15 -15
  34. package/dist/cli/checkUnsupportedDataProxy.js +25 -25
  35. package/dist/cli/getSchema.js +30 -30
  36. package/dist/cli/hashes.js +25 -25
  37. package/dist/engine-commands/errorHelpers.js +4 -4
  38. package/dist/engine-commands/formatSchema.js +24 -24
  39. package/dist/engine-commands/getConfig.js +12 -12
  40. package/dist/engine-commands/getDmmf.js +9 -9
  41. package/dist/engine-commands/getEngineVersion.js +8 -8
  42. package/dist/engine-commands/getEnginesMetaInfo.js +10 -10
  43. package/dist/engine-commands/index.js +35 -35
  44. package/dist/engine-commands/lintSchema.js +8 -8
  45. package/dist/engine-commands/mergeSchemas.js +9 -9
  46. package/dist/engine-commands/queryEngineCommons.js +6 -6
  47. package/dist/engine-commands/validate.js +9 -9
  48. package/dist/get-generators/generatorResolvers/generatorResolvers.js +24 -24
  49. package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +24 -24
  50. package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +25 -25
  51. package/dist/get-generators/getGenerators.js +27 -27
  52. package/dist/get-generators/utils/getBinaryPathsByVersion.js +3 -3
  53. package/dist/index.js +65 -65
  54. package/dist/resolveBinary.js +7 -7
  55. package/dist/schemaEngineCommands.js +8 -8
  56. package/dist/sendPanic.js +24 -24
  57. package/dist/tracing/types.d.ts +26 -16
  58. package/dist/utils/cloudflareD1.js +3 -3
  59. package/dist/utils/getEnvPaths.js +24 -24
  60. package/dist/utils/getGitHubIssueUrl.js +4 -4
  61. package/dist/utils/getVersionFromPackageJson.js +3 -3
  62. package/dist/utils/handleEngineLoadingErrors.js +3 -3
  63. package/dist/utils/handlePanic.js +24 -24
  64. package/dist/utils/load.js +4 -4
  65. package/dist/utils/loadEnvFile.js +24 -24
  66. package/dist/utils/tryLoadEnvs.js +5 -5
  67. package/dist/wasm.js +4 -4
  68. package/package.json +10 -10
@@ -26,14 +26,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_GWBZ6Z6W_exports = {};
30
- __export(chunk_GWBZ6Z6W_exports, {
29
+ var chunk_JXYVKREJ_exports = {};
30
+ __export(chunk_JXYVKREJ_exports, {
31
31
  prismaSchemaWasm: () => import_prisma_schema_wasm.default,
32
32
  prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
33
33
  wasm_exports: () => wasm_exports
34
34
  });
35
- module.exports = __toCommonJS(chunk_GWBZ6Z6W_exports);
36
- var import_chunk_26SJISVZ = require("./chunk-26SJISVZ.js");
35
+ module.exports = __toCommonJS(chunk_JXYVKREJ_exports);
36
+ var import_chunk_YO2HQMQH = require("./chunk-YO2HQMQH.js");
37
37
  var import_chunk_HOZFIXMD = require("./chunk-HOZFIXMD.js");
38
38
  var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
39
39
  var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
@@ -42,6 +42,6 @@ var wasm_exports = {};
42
42
  prismaSchemaWasm: () => import_prisma_schema_wasm.default,
43
43
  prismaSchemaWasmVersion: () => prismaSchemaWasmVersion
44
44
  });
45
- var { dependencies } = (0, import_chunk_26SJISVZ.require_package)();
45
+ var { dependencies } = (0, import_chunk_YO2HQMQH.require_package)();
46
46
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
47
47
  globalThis.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_HOZFIXMD.WasmPanicRegistry();
@@ -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_UIGFAS6M_exports = {};
30
- __export(chunk_UIGFAS6M_exports, {
29
+ var chunk_KTGLTJWE_exports = {};
30
+ __export(chunk_KTGLTJWE_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_UIGFAS6M_exports);
34
+ module.exports = __toCommonJS(chunk_KTGLTJWE_exports);
35
35
  var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
36
- var import_chunk_I4467NNA = require("./chunk-I4467NNA.js");
37
- var import_chunk_EWWCVGRX = require("./chunk-EWWCVGRX.js");
36
+ var import_chunk_CXEMRKV4 = require("./chunk-CXEMRKV4.js");
37
+ var import_chunk_FQF3KNMQ = require("./chunk-FQF3KNMQ.js");
38
38
  var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
39
- var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
40
- var import_chunk_7CXYD5ZJ = require("./chunk-7CXYD5ZJ.js");
39
+ var import_chunk_25RJ7YTB = require("./chunk-25RJ7YTB.js");
40
+ var import_chunk_LWPCBJP2 = require("./chunk-LWPCBJP2.js");
41
41
  var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
42
42
  var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
43
43
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
@@ -48,7 +48,7 @@ var import_function = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_PFLLVW
48
48
  var debug = (0, import_debug.default)("prisma:getDMMF");
49
49
  var GetDmmfError = class extends Error {
50
50
  constructor(params) {
51
- const constructedErrorMessage = (0, import_chunk_H3T4L34H.$)(params).with({ _tag: "parsed" }, ({ errorCode, message, reason }) => {
51
+ const constructedErrorMessage = (0, import_chunk_25RJ7YTB.z)(params).with({ _tag: "parsed" }, ({ errorCode, message, reason }) => {
52
52
  const errorCodeMessage = errorCode ? `Error code: ${errorCode}` : "";
53
53
  return `${reason}
54
54
  ${errorCodeMessage}
@@ -60,13 +60,12 @@ ${detailsHeader} ${message}`;
60
60
  }).exhaustive();
61
61
  const errorMessageWithContext = `${constructedErrorMessage}
62
62
  [Context: getDmmf]`;
63
- super((0, import_chunk_EWWCVGRX.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
+ super((0, import_chunk_FQF3KNMQ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
64
64
  this.name = "GetDmmfError";
65
65
  }
66
66
  };
67
67
  async function getDMMF(options) {
68
- warnOnDeprecatedFeatureFlag(options.previewFeatures);
69
- const debugErrorType = (0, import_chunk_I4467NNA.createDebugErrorType)(debug, "getDmmfWasm");
68
+ const debugErrorType = (0, import_chunk_CXEMRKV4.createDebugErrorType)(debug, "getDmmfWasm");
70
69
  debug(`Using getDmmf Wasm`);
71
70
  const dmmfPipeline = (0, import_function.pipe)(
72
71
  (0, import_chunk_7MD6344A.tryCatch2)(
@@ -91,13 +90,13 @@ async function getDMMF(options) {
91
90
  () => {
92
91
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
93
92
  debug("Triggering a Rust panic...");
94
- import_chunk_7CXYD5ZJ.prismaSchemaWasm.debug_panic();
93
+ import_chunk_LWPCBJP2.prismaSchemaWasm.debug_panic();
95
94
  }
96
95
  const params = JSON.stringify({
97
96
  prismaSchema: datamodel,
98
97
  noColor: Boolean(process.env.NO_COLOR)
99
98
  });
100
- const data = import_chunk_7CXYD5ZJ.prismaSchemaWasm.get_dmmf(params);
99
+ const data = import_chunk_LWPCBJP2.prismaSchemaWasm.get_dmmf(params);
101
100
  return data;
102
101
  },
103
102
  (e) => ({
@@ -130,7 +129,7 @@ async function getDMMF(options) {
130
129
  const { right: data } = dmmfEither;
131
130
  return Promise.resolve(data);
132
131
  }
133
- const error = (0, import_chunk_H3T4L34H.$)(dmmfEither.left).with({ type: "read-datamodel-path" }, (e) => {
132
+ const error = (0, import_chunk_25RJ7YTB.z)(dmmfEither.left).with({ type: "read-datamodel-path" }, (e) => {
134
133
  debugErrorType(e);
135
134
  return new GetDmmfError({
136
135
  _tag: "unparsed",
@@ -158,36 +157,10 @@ Datamodel path: "${e.datamodelPath}"`,
158
157
  return panic;
159
158
  }
160
159
  const errorOutput = e.error.message;
161
- return new GetDmmfError((0, import_chunk_I4467NNA.parseQueryEngineError)({ errorOutput, reason: e.reason }));
160
+ return new GetDmmfError((0, import_chunk_CXEMRKV4.parseQueryEngineError)({ errorOutput, reason: e.reason }));
162
161
  }).with({ type: "parse-json" }, (e) => {
163
162
  debugErrorType(e);
164
163
  return new GetDmmfError({ _tag: "unparsed", message: e.error.message, reason: e.reason });
165
164
  }).exhaustive();
166
165
  throw error;
167
166
  }
168
- function warnOnDeprecatedFeatureFlag(previewFeatures) {
169
- const getMessage = (flag) => `${(0, import_chunk_PG5FDKSF.blue)((0, import_chunk_PG5FDKSF.bold)("info"))} The preview flag "${flag}" is not needed anymore, please remove it from your schema.prisma`;
170
- const removedFeatureFlagMap = {
171
- insensitiveFilters: getMessage("insensitiveFilters"),
172
- atomicNumberOperations: getMessage("atomicNumberOperations"),
173
- connectOrCreate: getMessage("connectOrCreate"),
174
- transaction: getMessage("transaction"),
175
- nApi: getMessage("nApi"),
176
- transactionApi: getMessage("transactionApi"),
177
- uncheckedScalarInputs: getMessage("uncheckedScalarInputs"),
178
- nativeTypes: getMessage("nativeTypes"),
179
- createMany: getMessage("createMany"),
180
- groupBy: getMessage("groupBy"),
181
- referentialActions: getMessage("referentialActions"),
182
- microsoftSqlServer: getMessage("microsoftSqlServer"),
183
- selectRelationCount: getMessage("selectRelationCount"),
184
- orderByRelation: getMessage("orderByRelation"),
185
- orderByAggregateGroup: getMessage("orderByAggregateGroup")
186
- };
187
- previewFeatures?.forEach((f) => {
188
- const removedMessage = removedFeatureFlagMap[f];
189
- if (removedMessage && !process.env.PRISMA_HIDE_PREVIEW_FLAG_WARNINGS) {
190
- console.warn(removedMessage);
191
- }
192
- });
193
- }
@@ -16,21 +16,21 @@ 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_2CHJ6JM2_exports = {};
20
- __export(chunk_2CHJ6JM2_exports, {
19
+ var chunk_LBULWX6F_exports = {};
20
+ __export(chunk_LBULWX6F_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_2CHJ6JM2_exports);
27
+ module.exports = __toCommonJS(chunk_LBULWX6F_exports);
28
28
  var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
29
- var import_chunk_7CXYD5ZJ = require("./chunk-7CXYD5ZJ.js");
29
+ var import_chunk_LWPCBJP2 = require("./chunk-LWPCBJP2.js");
30
30
  var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
31
31
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
32
32
  function lintSchema({ schemas }) {
33
- const lintResult = import_chunk_7CXYD5ZJ.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
+ const lintResult = import_chunk_LWPCBJP2.prismaSchemaWasm.lint(JSON.stringify(schemas));
34
34
  const lintDiagnostics = JSON.parse(lintResult);
35
35
  return lintDiagnostics;
36
36
  }
@@ -16,21 +16,21 @@ 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_ZW637L2K_exports = {};
20
- __export(chunk_ZW637L2K_exports, {
19
+ var chunk_LEHBZGS4_exports = {};
20
+ __export(chunk_LEHBZGS4_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_ZW637L2K_exports);
27
+ module.exports = __toCommonJS(chunk_LEHBZGS4_exports);
28
28
  var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
29
- var import_chunk_GWBZ6Z6W = require("./chunk-GWBZ6Z6W.js");
29
+ var import_chunk_JXYVKREJ = require("./chunk-JXYVKREJ.js");
30
30
  var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
31
31
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
32
32
  function lintSchema({ schemas }) {
33
- const lintResult = import_chunk_GWBZ6Z6W.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
+ const lintResult = import_chunk_JXYVKREJ.prismaSchemaWasm.lint(JSON.stringify(schemas));
34
34
  const lintDiagnostics = JSON.parse(lintResult);
35
35
  return lintDiagnostics;
36
36
  }
@@ -26,14 +26,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_7CXYD5ZJ_exports = {};
30
- __export(chunk_7CXYD5ZJ_exports, {
29
+ var chunk_LWPCBJP2_exports = {};
30
+ __export(chunk_LWPCBJP2_exports, {
31
31
  prismaSchemaWasm: () => import_prisma_schema_wasm.default,
32
32
  prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
33
33
  wasm_exports: () => wasm_exports
34
34
  });
35
- module.exports = __toCommonJS(chunk_7CXYD5ZJ_exports);
36
- var import_chunk_LEGPENYH = require("./chunk-LEGPENYH.js");
35
+ module.exports = __toCommonJS(chunk_LWPCBJP2_exports);
36
+ var import_chunk_WLAV76FK = require("./chunk-WLAV76FK.js");
37
37
  var import_chunk_HOZFIXMD = require("./chunk-HOZFIXMD.js");
38
38
  var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
39
39
  var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
@@ -42,6 +42,6 @@ var wasm_exports = {};
42
42
  prismaSchemaWasm: () => import_prisma_schema_wasm.default,
43
43
  prismaSchemaWasmVersion: () => prismaSchemaWasmVersion
44
44
  });
45
- var { dependencies } = (0, import_chunk_LEGPENYH.require_package)();
45
+ var { dependencies } = (0, import_chunk_WLAV76FK.require_package)();
46
46
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
47
47
  globalThis.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_HOZFIXMD.WasmPanicRegistry();
@@ -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_HM5POBB4_exports = {};
20
- __export(chunk_HM5POBB4_exports, {
19
+ var chunk_MHQHQRON_exports = {};
20
+ __export(chunk_MHQHQRON_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_HM5POBB4_exports);
24
- var import_chunk_LEGPENYH = require("./chunk-LEGPENYH.js");
25
- var packageJson = (0, import_chunk_LEGPENYH.require_package)();
23
+ module.exports = __toCommonJS(chunk_MHQHQRON_exports);
24
+ var import_chunk_WLAV76FK = require("./chunk-WLAV76FK.js");
25
+ var packageJson = (0, import_chunk_WLAV76FK.require_package)();
26
26
  var version = packageJson.version;
@@ -26,22 +26,22 @@ 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_ZADYZQO7_exports = {};
30
- __export(chunk_ZADYZQO7_exports, {
29
+ var chunk_MQ2DEFQJ_exports = {};
30
+ __export(chunk_MQ2DEFQJ_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_ZADYZQO7_exports);
37
+ module.exports = __toCommonJS(chunk_MQ2DEFQJ_exports);
38
38
  var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
39
- var import_chunk_I4467NNA = require("./chunk-I4467NNA.js");
39
+ var import_chunk_CXEMRKV4 = require("./chunk-CXEMRKV4.js");
40
40
  var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
41
- var import_chunk_HU3TYMTP = require("./chunk-HU3TYMTP.js");
41
+ var import_chunk_FQF3KNMQ = require("./chunk-FQF3KNMQ.js");
42
42
  var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
43
- var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
44
- var import_chunk_GWBZ6Z6W = require("./chunk-GWBZ6Z6W.js");
43
+ var import_chunk_25RJ7YTB = require("./chunk-25RJ7YTB.js");
44
+ var import_chunk_LWPCBJP2 = require("./chunk-LWPCBJP2.js");
45
45
  var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
46
46
  var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
47
47
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
@@ -53,7 +53,7 @@ var debug = (0, import_debug.default)("prisma:getConfig");
53
53
  var SCHEMA_VALIDATION_ERROR_CODE = "P1012";
54
54
  var GetConfigError = class extends Error {
55
55
  constructor(params) {
56
- const constructedErrorMessage = (0, import_chunk_H3T4L34H.$)(params).with({ _tag: "parsed" }, ({ errorCode, message, reason }) => {
56
+ const constructedErrorMessage = (0, import_chunk_25RJ7YTB.z)(params).with({ _tag: "parsed" }, ({ errorCode, message, reason }) => {
57
57
  const errorCodeMessage = errorCode ? `Error code: ${errorCode}` : "";
58
58
  return `${reason}
59
59
  ${errorCodeMessage}
@@ -65,7 +65,7 @@ ${detailsHeader} ${message}`;
65
65
  }).exhaustive();
66
66
  const errorMessageWithContext = `${constructedErrorMessage}
67
67
  [Context: getConfig]`;
68
- super((0, import_chunk_HU3TYMTP.addVersionDetailsToErrorMessage)(errorMessageWithContext));
68
+ super((0, import_chunk_FQF3KNMQ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
69
69
  this.name = "GetConfigError";
70
70
  }
71
71
  };
@@ -83,14 +83,14 @@ function resolveUrl(envValue) {
83
83
  return urlFromValue ?? urlEnvVarValue;
84
84
  }
85
85
  async function getConfig(options) {
86
- const debugErrorType = (0, import_chunk_I4467NNA.createDebugErrorType)(debug, "getConfigWasm");
86
+ const debugErrorType = (0, import_chunk_CXEMRKV4.createDebugErrorType)(debug, "getConfigWasm");
87
87
  debug(`Using getConfig Wasm`);
88
88
  const configEither = (0, import_function.pipe)(
89
89
  (0, import_chunk_7MD6344A.tryCatch)(
90
90
  () => {
91
91
  if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
92
92
  debug("Triggering a Rust panic...");
93
- import_chunk_GWBZ6Z6W.prismaSchemaWasm.debug_panic();
93
+ import_chunk_LWPCBJP2.prismaSchemaWasm.debug_panic();
94
94
  }
95
95
  const params = JSON.stringify({
96
96
  prismaSchema: options.datamodel,
@@ -98,7 +98,7 @@ async function getConfig(options) {
98
98
  ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
99
99
  env: process.env
100
100
  });
101
- const data = import_chunk_GWBZ6Z6W.prismaSchemaWasm.get_config(params);
101
+ const data = import_chunk_LWPCBJP2.prismaSchemaWasm.get_config(params);
102
102
  return data;
103
103
  },
104
104
  (e) => ({
@@ -140,7 +140,7 @@ async function getConfig(options) {
140
140
  }
141
141
  return Promise.resolve(data);
142
142
  }
143
- const error = (0, import_chunk_H3T4L34H.$)(configEither.left).with({ type: "wasm-error" }, (e) => {
143
+ const error = (0, import_chunk_25RJ7YTB.z)(configEither.left).with({ type: "wasm-error" }, (e) => {
144
144
  debugErrorType(e);
145
145
  if ((0, import_chunk_A4QWQE3W.isWasmPanic)(e.error)) {
146
146
  const { message, stack } = (0, import_chunk_A4QWQE3W.getWasmError)(e.error);
@@ -160,12 +160,12 @@ async function getConfig(options) {
160
160
  return panic;
161
161
  }
162
162
  const errorOutput = e.error.message;
163
- return new GetConfigError((0, import_chunk_I4467NNA.parseQueryEngineError)({ errorOutput, reason: e.reason }));
163
+ return new GetConfigError((0, import_chunk_CXEMRKV4.parseQueryEngineError)({ errorOutput, reason: e.reason }));
164
164
  }).with({ type: "validation-error" }, (e) => {
165
165
  return new GetConfigError({
166
166
  _tag: "parsed",
167
167
  errorCode: SCHEMA_VALIDATION_ERROR_CODE,
168
- reason: (0, import_chunk_I4467NNA.createSchemaValidationError)(e.reason),
168
+ reason: (0, import_chunk_CXEMRKV4.createSchemaValidationError)(e.reason),
169
169
  message: formatErrors(e.error)
170
170
  });
171
171
  }).otherwise((e) => {
@@ -16,12 +16,12 @@ 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_J4MA2JIK_exports = {};
20
- __export(chunk_J4MA2JIK_exports, {
19
+ var chunk_N6K7M2HZ_exports = {};
20
+ __export(chunk_N6K7M2HZ_exports, {
21
21
  handleLibraryLoadingErrors: () => handleLibraryLoadingErrors
22
22
  });
23
- module.exports = __toCommonJS(chunk_J4MA2JIK_exports);
24
- var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
23
+ module.exports = __toCommonJS(chunk_N6K7M2HZ_exports);
24
+ var import_chunk_25RJ7YTB = require("./chunk-25RJ7YTB.js");
25
25
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
26
26
  var import_get_platform = require("@prisma/get-platform");
27
27
  function handleLibraryLoadingErrors(args) {
@@ -32,7 +32,7 @@ function handleLibraryLoadingErrors(args) {
32
32
  "https://pris.ly/d/system-requirements"
33
33
  )}`;
34
34
  const errorTitle = `Unable to require(\`${(0, import_chunk_PG5FDKSF.dim)(args.id)}\`).`;
35
- const potentialReasonMessage = (0, import_chunk_H3T4L34H.$)({ message: error.message, code: error.code }).with({ code: "ENOENT" }, () => `File does not exist.`).when(
35
+ const potentialReasonMessage = (0, import_chunk_25RJ7YTB.z)({ message: error.message, code: error.code }).with({ code: "ENOENT" }, () => `File does not exist.`).when(
36
36
  ({ message }) => hasLinkingProblem && message.includes("libz"),
37
37
  () => {
38
38
  return `${systemLibraryNotFound("libz")}. Please install it and try again.`;
@@ -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_LVDENBX2_exports = {};
20
- __export(chunk_LVDENBX2_exports, {
19
+ var chunk_OBNSXASV_exports = {};
20
+ __export(chunk_OBNSXASV_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_LVDENBX2_exports);
24
- var import_chunk_26SJISVZ = require("./chunk-26SJISVZ.js");
25
- var packageJson = (0, import_chunk_26SJISVZ.require_package)();
23
+ module.exports = __toCommonJS(chunk_OBNSXASV_exports);
24
+ var import_chunk_YO2HQMQH = require("./chunk-YO2HQMQH.js");
25
+ var packageJson = (0, import_chunk_YO2HQMQH.require_package)();
26
26
  var version = packageJson.version;