@prisma/internals 6.18.0-integration-next.7 → 6.18.0-integration-feat-tml-1074-extract-utilities-entrypoint.1

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 (48) hide show
  1. package/dist/{chunk-YOKPHQTL.js → chunk-2GZ25XFI.js} +5 -5
  2. package/dist/{chunk-LYRYTQ4P.js → chunk-36XU2R7G.js} +5 -5
  3. package/dist/{chunk-UYAPN67U.js → chunk-6P5N24KA.js} +5 -5
  4. package/dist/{chunk-46ABODUM.js → chunk-6QTN4DDB.js} +6 -21
  5. package/dist/{chunk-EZTMS3VJ.js → chunk-7LCGYL6Z.js} +8 -8
  6. package/dist/{chunk-5IMO5EIU.js → chunk-7QLRQ7CT.js} +5 -5
  7. package/dist/{chunk-3SVKMOCW.js → chunk-AONCHXCC.js} +8 -8
  8. package/dist/{chunk-ETLQVNWW.js → chunk-EVQDFCCZ.js} +8 -8
  9. package/dist/{chunk-OIGK7J45.js → chunk-FLJEBLRO.js} +5 -5
  10. package/dist/{chunk-PZMRR772.js → chunk-FURGECAD.js} +6 -6
  11. package/dist/{chunk-MVCV57FY.js → chunk-G4SJXGKV.js} +7 -7
  12. package/dist/{chunk-4JCVHBYR.js → chunk-GL7OANR6.js} +5 -5
  13. package/dist/{chunk-WJRADORA.js → chunk-L4IFXPEJ.js} +7 -7
  14. package/dist/{chunk-JJ7CHWDY.js → chunk-LDRXEUW6.js} +5 -5
  15. package/dist/{chunk-ZFVXSNGN.js → chunk-N3RBOGTN.js} +6 -6
  16. package/dist/{chunk-EYVG6XQS.js → chunk-OKVM3CW4.js} +3 -39
  17. package/dist/{chunk-TXMT4ZDR.js → chunk-RMN3LILP.js} +5 -5
  18. package/dist/{chunk-ZEU2VMSQ.js → chunk-SUUAAJES.js} +5 -5
  19. package/dist/{chunk-5QIB7BVY.js → chunk-TNP6BPDR.js} +43 -29
  20. package/dist/{chunk-BSL7XFKF.js → chunk-VFYE5JAR.js} +8 -8
  21. package/dist/{chunk-BTILGNVN.js → chunk-WTU43MAS.js} +5 -5
  22. package/dist/{chunk-I6MHLDKN.js → chunk-WVNWRFIU.js} +8 -8
  23. package/dist/{chunk-AICO6YSC.js → chunk-XVSCNII7.js} +8 -8
  24. package/dist/{chunk-VJICLPSN.js → chunk-Y5LAPYGN.js} +43 -29
  25. package/dist/cli/checkUnsupportedDataProxy.js +16 -16
  26. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +16 -16
  27. package/dist/cli/getSchema.d.ts +1 -15
  28. package/dist/cli/getSchema.js +4 -5
  29. package/dist/cli/hashes.js +4 -4
  30. package/dist/cli/schemaContext.d.ts +15 -1
  31. package/dist/cli/schemaContext.js +16 -16
  32. package/dist/engine-commands/errorHelpers.js +4 -4
  33. package/dist/engine-commands/formatSchema.js +15 -15
  34. package/dist/engine-commands/getConfig.js +10 -10
  35. package/dist/engine-commands/getDmmf.js +7 -7
  36. package/dist/engine-commands/index.js +24 -24
  37. package/dist/engine-commands/lintSchema.js +8 -8
  38. package/dist/engine-commands/mergeSchemas.js +7 -7
  39. package/dist/engine-commands/validate.js +7 -7
  40. package/dist/get-generators/getGenerators.js +18 -18
  41. package/dist/index.js +42 -42
  42. package/dist/utils/getEnvPaths.d.ts +1 -1
  43. package/dist/utils/getEnvPaths.js +2 -3
  44. package/dist/utils/getVersionFromPackageJson.js +3 -3
  45. package/dist/utils/loadEnvFile.d.ts +1 -1
  46. package/dist/utils/loadEnvFile.js +3 -4
  47. package/dist/wasm.js +5 -5
  48. package/package.json +13 -13
@@ -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_YOKPHQTL_exports = {};
20
- __export(chunk_YOKPHQTL_exports, {
19
+ var chunk_2GZ25XFI_exports = {};
20
+ __export(chunk_2GZ25XFI_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_YOKPHQTL_exports);
28
- var import_chunk_BTILGNVN = require("./chunk-BTILGNVN.js");
27
+ module.exports = __toCommonJS(chunk_2GZ25XFI_exports);
28
+ var import_chunk_6P5N24KA = require("./chunk-6P5N24KA.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_BTILGNVN.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_6P5N24KA.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
33
  const lintDiagnostics = JSON.parse(lintResult);
34
34
  return lintDiagnostics;
35
35
  }
@@ -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_LYRYTQ4P_exports = {};
20
- __export(chunk_LYRYTQ4P_exports, {
19
+ var chunk_36XU2R7G_exports = {};
20
+ __export(chunk_36XU2R7G_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_LYRYTQ4P_exports);
24
- var import_chunk_OIGK7J45 = require("./chunk-OIGK7J45.js");
23
+ module.exports = __toCommonJS(chunk_36XU2R7G_exports);
24
+ var import_chunk_FLJEBLRO = require("./chunk-FLJEBLRO.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_OIGK7J45.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_FLJEBLRO.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_UYAPN67U_exports = {};
30
- __export(chunk_UYAPN67U_exports, {
29
+ var chunk_6P5N24KA_exports = {};
30
+ __export(chunk_6P5N24KA_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_UYAPN67U_exports);
37
- var import_chunk_ZFVXSNGN = require("./chunk-ZFVXSNGN.js");
36
+ module.exports = __toCommonJS(chunk_6P5N24KA_exports);
37
+ var import_chunk_N3RBOGTN = require("./chunk-N3RBOGTN.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_ZFVXSNGN.require_package)();
49
+ var { dependencies } = (0, import_chunk_N3RBOGTN.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -26,13 +26,12 @@ 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_46ABODUM_exports = {};
30
- __export(chunk_46ABODUM_exports, {
29
+ var chunk_6QTN4DDB_exports = {};
30
+ __export(chunk_6QTN4DDB_exports, {
31
31
  getEnvPaths: () => getEnvPaths
32
32
  });
33
- module.exports = __toCommonJS(chunk_46ABODUM_exports);
33
+ module.exports = __toCommonJS(chunk_6QTN4DDB_exports);
34
34
  var import_chunk_3FP46GUV = require("./chunk-3FP46GUV.js");
35
- var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
36
35
  var import_debug = __toESM(require("@prisma/debug"));
37
36
  var import_node_path = __toESM(require("node:path"));
38
37
  var import_node_process = __toESM(require("node:process"));
@@ -127,34 +126,20 @@ function findUpSync(name, options = {}) {
127
126
  return matches[0];
128
127
  }
129
128
  var debug = (0, import_debug.default)("prisma:loadEnv");
130
- async function getEnvPaths(schemaPath, opts = { cwd: process.cwd() }) {
129
+ function getEnvPaths(schemaPath, opts = { cwd: process.cwd() }) {
131
130
  const rootEnvPath = getProjectRootEnvPath({ cwd: opts.cwd }) ?? null;
132
131
  const schemaEnvPathFromArgs = schemaPathToEnvPath(schemaPath);
133
- const schemaEnvPathFromPkgJson = schemaPathToEnvPath(await readSchemaPathFromPkgJson());
134
132
  const schemaEnvPaths = [
135
133
  schemaEnvPathFromArgs,
136
134
  // 1 - Check --schema directory for .env
137
- schemaEnvPathFromPkgJson,
138
- // 2 - Check package.json schema directory for .env
139
135
  "./prisma/.env",
140
- // 3 - Check ./prisma directory for .env
136
+ // 2 - Check ./prisma directory for .env
141
137
  "./.env"
142
- // 4 - Check cwd for .env
138
+ // 3 - Check cwd for .env
143
139
  ];
144
140
  const schemaEnvPath = schemaEnvPaths.find(import_chunk_3FP46GUV.exists);
145
141
  return { rootEnvPath, schemaEnvPath };
146
142
  }
147
- async function readSchemaPathFromPkgJson() {
148
- try {
149
- const pkgJsonSchema = await (0, import_chunk_EYVG6XQS.getSchemaFromPackageJson)(process.cwd());
150
- if (pkgJsonSchema.ok) {
151
- pkgJsonSchema.schema.schemaPath;
152
- }
153
- return null;
154
- } catch {
155
- return null;
156
- }
157
- }
158
143
  function getProjectRootEnvPath(opts) {
159
144
  const pkgJsonPath = findUpSync((dir) => {
160
145
  const pkgPath = import_path.default.join(dir, "package.json");
@@ -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_EZTMS3VJ_exports = {};
30
- __export(chunk_EZTMS3VJ_exports, {
29
+ var chunk_7LCGYL6Z_exports = {};
30
+ __export(chunk_7LCGYL6Z_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_EZTMS3VJ_exports);
34
+ module.exports = __toCommonJS(chunk_7LCGYL6Z_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_LYRYTQ4P = require("./chunk-LYRYTQ4P.js");
39
- var import_chunk_BTILGNVN = require("./chunk-BTILGNVN.js");
38
+ var import_chunk_36XU2R7G = require("./chunk-36XU2R7G.js");
39
+ var import_chunk_WTU43MAS = require("./chunk-WTU43MAS.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_LYRYTQ4P.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_36XU2R7G.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_BTILGNVN.prismaSchemaWasm.debug_panic();
74
+ import_chunk_WTU43MAS.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_BTILGNVN.prismaSchemaWasm.validate(params);
80
+ import_chunk_WTU43MAS.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -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_5IMO5EIU_exports = {};
20
- __export(chunk_5IMO5EIU_exports, {
19
+ var chunk_7QLRQ7CT_exports = {};
20
+ __export(chunk_7QLRQ7CT_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_5IMO5EIU_exports);
28
- var import_chunk_UYAPN67U = require("./chunk-UYAPN67U.js");
27
+ module.exports = __toCommonJS(chunk_7QLRQ7CT_exports);
28
+ var import_chunk_WTU43MAS = require("./chunk-WTU43MAS.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_UYAPN67U.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_WTU43MAS.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
33
  const lintDiagnostics = JSON.parse(lintResult);
34
34
  return lintDiagnostics;
35
35
  }
@@ -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_3SVKMOCW_exports = {};
30
- __export(chunk_3SVKMOCW_exports, {
29
+ var chunk_AONCHXCC_exports = {};
30
+ __export(chunk_AONCHXCC_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_3SVKMOCW_exports);
37
+ module.exports = __toCommonJS(chunk_AONCHXCC_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_ZEU2VMSQ = require("./chunk-ZEU2VMSQ.js");
42
- var import_chunk_UYAPN67U = require("./chunk-UYAPN67U.js");
41
+ var import_chunk_SUUAAJES = require("./chunk-SUUAAJES.js");
42
+ var import_chunk_6P5N24KA = require("./chunk-6P5N24KA.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_ZEU2VMSQ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_SUUAAJES.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_UYAPN67U.prismaSchemaWasm.debug_panic();
92
+ import_chunk_6P5N24KA.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_UYAPN67U.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_6P5N24KA.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (e) => ({
@@ -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_ETLQVNWW_exports = {};
30
- __export(chunk_ETLQVNWW_exports, {
29
+ var chunk_EVQDFCCZ_exports = {};
30
+ __export(chunk_EVQDFCCZ_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_ETLQVNWW_exports);
34
+ module.exports = __toCommonJS(chunk_EVQDFCCZ_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_ZEU2VMSQ = require("./chunk-ZEU2VMSQ.js");
38
- var import_chunk_UYAPN67U = require("./chunk-UYAPN67U.js");
37
+ var import_chunk_SUUAAJES = require("./chunk-SUUAAJES.js");
38
+ var import_chunk_6P5N24KA = require("./chunk-6P5N24KA.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_ZEU2VMSQ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_SUUAAJES.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_UYAPN67U.prismaSchemaWasm.debug_panic();
73
+ import_chunk_6P5N24KA.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_UYAPN67U.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_6P5N24KA.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (e) => ({
@@ -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_OIGK7J45_exports = {};
20
- __export(chunk_OIGK7J45_exports, {
19
+ var chunk_FLJEBLRO_exports = {};
20
+ __export(chunk_FLJEBLRO_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_OIGK7J45_exports);
24
- var import_chunk_JJ7CHWDY = require("./chunk-JJ7CHWDY.js");
25
- var packageJson = (0, import_chunk_JJ7CHWDY.require_package)();
23
+ module.exports = __toCommonJS(chunk_FLJEBLRO_exports);
24
+ var import_chunk_LDRXEUW6 = require("./chunk-LDRXEUW6.js");
25
+ var packageJson = (0, import_chunk_LDRXEUW6.require_package)();
26
26
  var version = packageJson.version;
@@ -16,14 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_PZMRR772_exports = {};
20
- __export(chunk_PZMRR772_exports, {
19
+ var chunk_FURGECAD_exports = {};
20
+ __export(chunk_FURGECAD_exports, {
21
21
  loadEnvFile: () => loadEnvFile
22
22
  });
23
- module.exports = __toCommonJS(chunk_PZMRR772_exports);
24
- var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
23
+ module.exports = __toCommonJS(chunk_FURGECAD_exports);
24
+ var import_chunk_6QTN4DDB = require("./chunk-6QTN4DDB.js");
25
25
  var import_chunk_3FP46GUV = require("./chunk-3FP46GUV.js");
26
- async function loadEnvFile({
26
+ function loadEnvFile({
27
27
  schemaPath,
28
28
  config,
29
29
  printMessage = false
@@ -33,7 +33,7 @@ async function loadEnvFile({
33
33
  `);
34
34
  return;
35
35
  }
36
- const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaPath);
36
+ const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaPath);
37
37
  const envData = (0, import_chunk_3FP46GUV.tryLoadEnvs)(envPaths, { conflictCheck: "error" });
38
38
  if (printMessage && envData && envData.message) {
39
39
  process.stderr.write(envData.message + "\n");
@@ -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_MVCV57FY_exports = {};
30
- __export(chunk_MVCV57FY_exports, {
29
+ var chunk_G4SJXGKV_exports = {};
30
+ __export(chunk_G4SJXGKV_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_MVCV57FY_exports);
34
+ module.exports = __toCommonJS(chunk_G4SJXGKV_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_LYRYTQ4P = require("./chunk-LYRYTQ4P.js");
39
- var import_chunk_BTILGNVN = require("./chunk-BTILGNVN.js");
38
+ var import_chunk_SUUAAJES = require("./chunk-SUUAAJES.js");
39
+ var import_chunk_6P5N24KA = require("./chunk-6P5N24KA.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_LYRYTQ4P.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_SUUAAJES.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_BTILGNVN.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_6P5N24KA.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",
@@ -26,16 +26,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_4JCVHBYR_exports = {};
30
- __export(chunk_4JCVHBYR_exports, {
29
+ var chunk_GL7OANR6_exports = {};
30
+ __export(chunk_GL7OANR6_exports, {
31
31
  getCLIPathHash: () => getCLIPathHash,
32
32
  getProjectHash: () => getProjectHash
33
33
  });
34
- module.exports = __toCommonJS(chunk_4JCVHBYR_exports);
35
- var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
34
+ module.exports = __toCommonJS(chunk_GL7OANR6_exports);
35
+ var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
36
36
  var import_crypto = __toESM(require("crypto"));
37
37
  async function getProjectHash(schemaPathFromArgs, schemaPathFromConfig) {
38
- const projectPath = (await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArgs, schemaPathFromConfig))?.schemaPath ?? process.cwd();
38
+ const projectPath = (await (0, import_chunk_OKVM3CW4.getSchemaWithPath)(schemaPathFromArgs, schemaPathFromConfig))?.schemaPath ?? process.cwd();
39
39
  return import_crypto.default.createHash("sha256").update(projectPath).digest("hex").substring(0, 8);
40
40
  }
41
41
  function getCLIPathHash() {
@@ -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_WJRADORA_exports = {};
30
- __export(chunk_WJRADORA_exports, {
29
+ var chunk_L4IFXPEJ_exports = {};
30
+ __export(chunk_L4IFXPEJ_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_WJRADORA_exports);
34
+ module.exports = __toCommonJS(chunk_L4IFXPEJ_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_ZEU2VMSQ = require("./chunk-ZEU2VMSQ.js");
39
- var import_chunk_UYAPN67U = require("./chunk-UYAPN67U.js");
38
+ var import_chunk_36XU2R7G = require("./chunk-36XU2R7G.js");
39
+ var import_chunk_WTU43MAS = require("./chunk-WTU43MAS.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_ZEU2VMSQ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_36XU2R7G.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_UYAPN67U.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_WTU43MAS.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_JJ7CHWDY_exports = {};
20
- __export(chunk_JJ7CHWDY_exports, {
19
+ var chunk_LDRXEUW6_exports = {};
20
+ __export(chunk_LDRXEUW6_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_JJ7CHWDY_exports);
23
+ module.exports = __toCommonJS(chunk_LDRXEUW6_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) {
@@ -109,8 +109,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
109
109
  "@prisma/generator": "workspace:*",
110
110
  "@prisma/generator-helper": "workspace:*",
111
111
  "@prisma/get-platform": "workspace:*",
112
- "@prisma/prisma-schema-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
113
- "@prisma/schema-engine-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
112
+ "@prisma/prisma-schema-wasm": "6.18.0-7.d3fc122f88ca3ce86f67a797debfb179a39ccf48",
113
+ "@prisma/schema-engine-wasm": "6.18.0-7.d3fc122f88ca3ce86f67a797debfb179a39ccf48",
114
114
  "@prisma/schema-files-loader": "workspace:*",
115
115
  arg: "5.0.2",
116
116
  prompts: "2.4.2"
@@ -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_ZFVXSNGN_exports = {};
20
- __export(chunk_ZFVXSNGN_exports, {
19
+ var chunk_N3RBOGTN_exports = {};
20
+ __export(chunk_N3RBOGTN_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_ZFVXSNGN_exports);
23
+ module.exports = __toCommonJS(chunk_N3RBOGTN_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-integration-next.7",
29
+ version: "6.18.0-integration-feat-tml-1074-extract-utilities-entrypoint.1",
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",
@@ -109,8 +109,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
109
109
  "@prisma/generator": "workspace:*",
110
110
  "@prisma/generator-helper": "workspace:*",
111
111
  "@prisma/get-platform": "workspace:*",
112
- "@prisma/prisma-schema-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
113
- "@prisma/schema-engine-wasm": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
112
+ "@prisma/prisma-schema-wasm": "6.18.0-7.d3fc122f88ca3ce86f67a797debfb179a39ccf48",
113
+ "@prisma/schema-engine-wasm": "6.18.0-7.d3fc122f88ca3ce86f67a797debfb179a39ccf48",
114
114
  "@prisma/schema-files-loader": "workspace:*",
115
115
  arg: "5.0.2",
116
116
  prompts: "2.4.2"
@@ -26,16 +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_EYVG6XQS_exports = {};
30
- __export(chunk_EYVG6XQS_exports, {
31
- getSchemaFromPackageJson: () => getSchemaFromPackageJson,
29
+ var chunk_OKVM3CW4_exports = {};
30
+ __export(chunk_OKVM3CW4_exports, {
32
31
  getSchemaWithPath: () => getSchemaWithPath,
33
32
  getSchemaWithPathOptional: () => getSchemaWithPathOptional,
34
33
  printSchemaLoadedMessage: () => printSchemaLoadedMessage
35
34
  });
36
- module.exports = __toCommonJS(chunk_EYVG6XQS_exports);
35
+ module.exports = __toCommonJS(chunk_OKVM3CW4_exports);
37
36
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
38
- var import_config = require("@prisma/config");
39
37
  var import_debug = require("@prisma/debug");
40
38
  var import_schema_files_loader = require("@prisma/schema-files-loader");
41
39
  var import_fs = __toESM(require("fs"));
@@ -119,10 +117,6 @@ async function getSchemaWithPathInternal(schemaPathFromArgs, schemaPathFromConfi
119
117
  if (prismaConfigResult.ok) {
120
118
  return prismaConfigResult;
121
119
  }
122
- const pkgJsonResult = await getSchemaFromPackageJson(cwd);
123
- if (pkgJsonResult.ok) {
124
- return pkgJsonResult;
125
- }
126
120
  const defaultResult = await getDefaultSchema(cwd);
127
121
  if (defaultResult.ok) {
128
122
  return defaultResult;
@@ -179,36 +173,6 @@ async function readSchemaFromPrismaConfigBasedLocation(schemaPathFromConfig) {
179
173
  }
180
174
  return schemaResult;
181
175
  }
182
- async function getSchemaFromPackageJson(cwd) {
183
- const prismaConfig = await (0, import_config.loadConfigFromPackageJson)(cwd);
184
- debug("prismaConfig", prismaConfig);
185
- if (!prismaConfig || !prismaConfig.config?.schema) {
186
- return { ok: false, error: { kind: "PackageJsonNotConfigured" } };
187
- }
188
- const schemaPathFromPkgJson = prismaConfig.config.schema;
189
- if (typeof schemaPathFromPkgJson !== "string") {
190
- throw new Error(
191
- `Provided schema path \`${schemaPathFromPkgJson}\` from \`${import_path.default.relative(
192
- cwd,
193
- prismaConfig.loadedFromFile
194
- )}\` must be of type string`
195
- );
196
- }
197
- const absoluteSchemaPath = import_path.default.isAbsolute(schemaPathFromPkgJson) ? schemaPathFromPkgJson : import_path.default.resolve(import_path.default.dirname(prismaConfig.loadedFromFile), schemaPathFromPkgJson);
198
- const lookupResult = await readSchemaFromFileOrDirectory(absoluteSchemaPath);
199
- if (!lookupResult.ok) {
200
- throw new Error(
201
- `Could not load schema from \`${import_path.default.relative(
202
- cwd,
203
- absoluteSchemaPath
204
- )}\` provided by "prisma.schema" config of \`${import_path.default.relative(
205
- cwd,
206
- prismaConfig.loadedFromFile
207
- )}\`: ${renderLookupError(lookupResult.error)}`
208
- );
209
- }
210
- return lookupResult;
211
- }
212
176
  async function getDefaultSchema(cwd, failures = []) {
213
177
  const lookupPaths = [import_path.default.join(cwd, "schema.prisma"), import_path.default.join(cwd, "prisma", "schema.prisma")];
214
178
  for (const path2 of lookupPaths) {
@@ -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_TXMT4ZDR_exports = {};
20
- __export(chunk_TXMT4ZDR_exports, {
19
+ var chunk_RMN3LILP_exports = {};
20
+ __export(chunk_RMN3LILP_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_TXMT4ZDR_exports);
24
- var import_chunk_ZFVXSNGN = require("./chunk-ZFVXSNGN.js");
25
- var packageJson = (0, import_chunk_ZFVXSNGN.require_package)();
23
+ module.exports = __toCommonJS(chunk_RMN3LILP_exports);
24
+ var import_chunk_N3RBOGTN = require("./chunk-N3RBOGTN.js");
25
+ var packageJson = (0, import_chunk_N3RBOGTN.require_package)();
26
26
  var version = packageJson.version;
@@ -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_ZEU2VMSQ_exports = {};
20
- __export(chunk_ZEU2VMSQ_exports, {
19
+ var chunk_SUUAAJES_exports = {};
20
+ __export(chunk_SUUAAJES_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_ZEU2VMSQ_exports);
24
- var import_chunk_TXMT4ZDR = require("./chunk-TXMT4ZDR.js");
23
+ module.exports = __toCommonJS(chunk_SUUAAJES_exports);
24
+ var import_chunk_RMN3LILP = require("./chunk-RMN3LILP.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_TXMT4ZDR.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_RMN3LILP.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;