@prisma/internals 6.18.0 → 6.19.0-integration-next.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 (51) hide show
  1. package/dist/{chunk-NJW4EFLF.js → chunk-2AYJLW73.js} +5 -5
  2. package/dist/{chunk-POBASTBB.js → chunk-3GX3XWYB.js} +7 -7
  3. package/dist/{chunk-EDJG747U.js → chunk-4XXX5FAL.js} +8 -8
  4. package/dist/{chunk-GSLIECP7.js → chunk-5FMGE2LW.js} +7 -7
  5. package/dist/{chunk-46ABODUM.js → chunk-6QTN4DDB.js} +6 -21
  6. package/dist/{chunk-A27KLQAG.js → chunk-BXLJID4Q.js} +5 -5
  7. package/dist/{chunk-Z3ZJNYCJ.js → chunk-DGWYSK57.js} +8 -8
  8. package/dist/{chunk-7JU32NS2.js → chunk-F7CQKRCZ.js} +8 -8
  9. package/dist/{chunk-PZMRR772.js → chunk-FURGECAD.js} +6 -6
  10. package/dist/{chunk-AJ46DNA5.js → chunk-FYIQ63ZN.js} +23 -23
  11. package/dist/{chunk-24C47EAZ.js → chunk-GECJ57Z5.js} +5 -5
  12. package/dist/{chunk-4JCVHBYR.js → chunk-GL7OANR6.js} +5 -5
  13. package/dist/{chunk-HFFWZTVM.js → chunk-GSH4BXBI.js} +4 -6
  14. package/dist/{chunk-KW64OOL4.js → chunk-HEJWJKAQ.js} +5 -5
  15. package/dist/{chunk-QA5E7OBA.js → chunk-IV6ZGJI6.js} +5 -5
  16. package/dist/{chunk-6O5OFJET.js → chunk-J5MCD45U.js} +5 -5
  17. package/dist/{chunk-UQUWZJVN.js → chunk-KIFFN3IT.js} +5 -5
  18. package/dist/{chunk-AOJGBMAG.js → chunk-LA474P6A.js} +8 -8
  19. package/dist/{chunk-BF5EUMUN.js → chunk-LPRU2BI6.js} +6 -6
  20. package/dist/{chunk-EYVG6XQS.js → chunk-OKVM3CW4.js} +3 -39
  21. package/dist/{chunk-BVRIYA3J.js → chunk-PELP7NEY.js} +5 -5
  22. package/dist/{chunk-B2SH6EN5.js → chunk-PNLK5PK2.js} +8 -8
  23. package/dist/{chunk-OPU2WO2W.js → chunk-QVGOIGOM.js} +23 -23
  24. package/dist/{chunk-IJI3OV7A.js → chunk-R76ZWDJI.js} +5 -5
  25. package/dist/{chunk-IT43VE3X.js → chunk-YEXB7FXJ.js} +5 -5
  26. package/dist/{chunk-NFWGB27K.js → chunk-ZS7BPEEA.js} +8 -8
  27. package/dist/cli/checkUnsupportedDataProxy.js +18 -18
  28. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +18 -18
  29. package/dist/cli/getSchema.d.ts +1 -15
  30. package/dist/cli/getSchema.js +4 -5
  31. package/dist/cli/hashes.js +4 -4
  32. package/dist/cli/schemaContext.js +18 -18
  33. package/dist/engine-commands/errorHelpers.js +4 -4
  34. package/dist/engine-commands/formatSchema.js +17 -17
  35. package/dist/engine-commands/getConfig.js +10 -10
  36. package/dist/engine-commands/getDmmf.js +7 -7
  37. package/dist/engine-commands/index.js +26 -26
  38. package/dist/engine-commands/lintSchema.js +8 -8
  39. package/dist/engine-commands/mergeSchemas.js +7 -7
  40. package/dist/engine-commands/validate.js +7 -7
  41. package/dist/get-generators/getGenerators.js +20 -20
  42. package/dist/index.js +46 -46
  43. package/dist/sendPanic.js +2 -2
  44. package/dist/utils/getEnvPaths.d.ts +1 -1
  45. package/dist/utils/getEnvPaths.js +2 -3
  46. package/dist/utils/getVersionFromPackageJson.js +3 -3
  47. package/dist/utils/handlePanic.js +3 -3
  48. package/dist/utils/loadEnvFile.d.ts +1 -1
  49. package/dist/utils/loadEnvFile.js +3 -4
  50. package/dist/wasm.js +5 -5
  51. package/package.json +13 -13
@@ -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_NJW4EFLF_exports = {};
20
- __export(chunk_NJW4EFLF_exports, {
19
+ var chunk_2AYJLW73_exports = {};
20
+ __export(chunk_2AYJLW73_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_NJW4EFLF_exports);
24
- var import_chunk_BF5EUMUN = require("./chunk-BF5EUMUN.js");
25
- var packageJson = (0, import_chunk_BF5EUMUN.require_package)();
23
+ module.exports = __toCommonJS(chunk_2AYJLW73_exports);
24
+ var import_chunk_BXLJID4Q = require("./chunk-BXLJID4Q.js");
25
+ var packageJson = (0, import_chunk_BXLJID4Q.require_package)();
26
26
  var version = packageJson.version;
@@ -26,17 +26,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_POBASTBB_exports = {};
30
- __export(chunk_POBASTBB_exports, {
29
+ var chunk_3GX3XWYB_exports = {};
30
+ __export(chunk_3GX3XWYB_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_POBASTBB_exports);
34
+ module.exports = __toCommonJS(chunk_3GX3XWYB_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_QA5E7OBA = require("./chunk-QA5E7OBA.js");
39
- var import_chunk_KW64OOL4 = require("./chunk-KW64OOL4.js");
38
+ var import_chunk_IV6ZGJI6 = require("./chunk-IV6ZGJI6.js");
39
+ var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.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_QA5E7OBA.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_IV6ZGJI6.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_KW64OOL4.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_HEJWJKAQ.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_EDJG747U_exports = {};
30
- __export(chunk_EDJG747U_exports, {
29
+ var chunk_4XXX5FAL_exports = {};
30
+ __export(chunk_4XXX5FAL_exports, {
31
31
  GetDmmfError: () => GetDmmfError,
32
32
  getDMMF: () => getDMMF
33
33
  });
34
- module.exports = __toCommonJS(chunk_EDJG747U_exports);
34
+ module.exports = __toCommonJS(chunk_4XXX5FAL_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_24C47EAZ = require("./chunk-24C47EAZ.js");
38
- var import_chunk_IJI3OV7A = require("./chunk-IJI3OV7A.js");
37
+ var import_chunk_IV6ZGJI6 = require("./chunk-IV6ZGJI6.js");
38
+ var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.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_24C47EAZ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
61
+ super((0, import_chunk_IV6ZGJI6.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_IJI3OV7A.prismaSchemaWasm.debug_panic();
73
+ import_chunk_HEJWJKAQ.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_IJI3OV7A.prismaSchemaWasm.get_dmmf(params);
79
+ const data = import_chunk_HEJWJKAQ.prismaSchemaWasm.get_dmmf(params);
80
80
  return data;
81
81
  },
82
82
  (e) => ({
@@ -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_GSLIECP7_exports = {};
30
- __export(chunk_GSLIECP7_exports, {
29
+ var chunk_5FMGE2LW_exports = {};
30
+ __export(chunk_5FMGE2LW_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_GSLIECP7_exports);
34
+ module.exports = __toCommonJS(chunk_5FMGE2LW_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_24C47EAZ = require("./chunk-24C47EAZ.js");
39
- var import_chunk_IJI3OV7A = require("./chunk-IJI3OV7A.js");
38
+ var import_chunk_GECJ57Z5 = require("./chunk-GECJ57Z5.js");
39
+ var import_chunk_R76ZWDJI = require("./chunk-R76ZWDJI.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_24C47EAZ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_GECJ57Z5.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_IJI3OV7A.prismaSchemaWasm.merge_schemas(params);
75
+ return import_chunk_R76ZWDJI.prismaSchemaWasm.merge_schemas(params);
76
76
  },
77
77
  (e) => ({
78
78
  type: "wasm-error",
@@ -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");
@@ -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_A27KLQAG_exports = {};
20
- __export(chunk_A27KLQAG_exports, {
19
+ var chunk_BXLJID4Q_exports = {};
20
+ __export(chunk_BXLJID4Q_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_A27KLQAG_exports);
23
+ module.exports = __toCommonJS(chunk_BXLJID4Q_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) {
@@ -59,7 +59,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
59
59
  "@swc/jest": "0.2.37",
60
60
  "@types/babel__helper-validator-identifier": "7.15.2",
61
61
  "@types/jest": "29.5.14",
62
- "@types/node": "18.19.76",
62
+ "@types/node": "~20.19.0",
63
63
  "@types/resolve": "1.20.6",
64
64
  archiver: "6.0.2",
65
65
  "checkpoint-client": "1.1.33",
@@ -116,7 +116,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
116
116
  prompts: "2.4.2"
117
117
  },
118
118
  peerDependencies: {
119
- typescript: ">=5.1.0"
119
+ typescript: ">=5.4.0"
120
120
  },
121
121
  peerDependenciesMeta: {
122
122
  typescript: {
@@ -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_Z3ZJNYCJ_exports = {};
30
- __export(chunk_Z3ZJNYCJ_exports, {
29
+ var chunk_DGWYSK57_exports = {};
30
+ __export(chunk_DGWYSK57_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_Z3ZJNYCJ_exports);
37
+ module.exports = __toCommonJS(chunk_DGWYSK57_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_24C47EAZ = require("./chunk-24C47EAZ.js");
42
- var import_chunk_IJI3OV7A = require("./chunk-IJI3OV7A.js");
41
+ var import_chunk_IV6ZGJI6 = require("./chunk-IV6ZGJI6.js");
42
+ var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.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_24C47EAZ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
67
+ super((0, import_chunk_IV6ZGJI6.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_IJI3OV7A.prismaSchemaWasm.debug_panic();
92
+ import_chunk_HEJWJKAQ.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_IJI3OV7A.prismaSchemaWasm.get_config(params);
100
+ const data = import_chunk_HEJWJKAQ.prismaSchemaWasm.get_config(params);
101
101
  return data;
102
102
  },
103
103
  (e) => ({
@@ -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_7JU32NS2_exports = {};
30
- __export(chunk_7JU32NS2_exports, {
29
+ var chunk_F7CQKRCZ_exports = {};
30
+ __export(chunk_F7CQKRCZ_exports, {
31
31
  ValidateError: () => ValidateError,
32
32
  validate: () => validate
33
33
  });
34
- module.exports = __toCommonJS(chunk_7JU32NS2_exports);
34
+ module.exports = __toCommonJS(chunk_F7CQKRCZ_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_24C47EAZ = require("./chunk-24C47EAZ.js");
39
- var import_chunk_IJI3OV7A = require("./chunk-IJI3OV7A.js");
38
+ var import_chunk_GECJ57Z5 = require("./chunk-GECJ57Z5.js");
39
+ var import_chunk_R76ZWDJI = require("./chunk-R76ZWDJI.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_24C47EAZ.addVersionDetailsToErrorMessage)(errorMessageWithContext));
62
+ super((0, import_chunk_GECJ57Z5.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_IJI3OV7A.prismaSchemaWasm.debug_panic();
74
+ import_chunk_R76ZWDJI.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_IJI3OV7A.prismaSchemaWasm.validate(params);
80
+ import_chunk_R76ZWDJI.prismaSchemaWasm.validate(params);
81
81
  },
82
82
  (e) => ({
83
83
  type: "wasm-error",
@@ -16,14 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_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,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_AJ46DNA5_exports = {};
30
- __export(chunk_AJ46DNA5_exports, {
29
+ var chunk_FYIQ63ZN_exports = {};
30
+ __export(chunk_FYIQ63ZN_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -42,7 +42,7 @@ __export(chunk_AJ46DNA5_exports, {
42
42
  processSchemaResult: () => processSchemaResult,
43
43
  skipIndex: () => skipIndex
44
44
  });
45
- module.exports = __toCommonJS(chunk_AJ46DNA5_exports);
45
+ module.exports = __toCommonJS(chunk_FYIQ63ZN_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");
@@ -52,15 +52,15 @@ var import_chunk_GXW4NTU2 = require("./chunk-GXW4NTU2.js");
52
52
  var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
53
53
  var import_chunk_7QC5VORA = require("./chunk-7QC5VORA.js");
54
54
  var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
55
- var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
55
+ var import_chunk_6QTN4DDB = require("./chunk-6QTN4DDB.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_Z3ZJNYCJ = require("./chunk-Z3ZJNYCJ.js");
59
- var import_chunk_EDJG747U = require("./chunk-EDJG747U.js");
60
- var import_chunk_IT43VE3X = require("./chunk-IT43VE3X.js");
61
- var import_chunk_GSLIECP7 = require("./chunk-GSLIECP7.js");
62
- var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
63
- var import_chunk_IJI3OV7A = require("./chunk-IJI3OV7A.js");
58
+ var import_chunk_DGWYSK57 = require("./chunk-DGWYSK57.js");
59
+ var import_chunk_4XXX5FAL = require("./chunk-4XXX5FAL.js");
60
+ var import_chunk_PELP7NEY = require("./chunk-PELP7NEY.js");
61
+ var import_chunk_3GX3XWYB = require("./chunk-3GX3XWYB.js");
62
+ var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
63
+ var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.js");
64
64
  var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
65
65
  var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
66
66
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
@@ -102,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
102
102
  async function formatSchema({ schemas }, inputFormattingOptions) {
103
103
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
104
104
  handleFormatPanic(() => {
105
- import_chunk_IJI3OV7A.prismaSchemaWasm.debug_panic();
105
+ import_chunk_HEJWJKAQ.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_IT43VE3X.lintSchema)({ schemas: formattedMultipleSchemas2 });
122
+ const lintDiagnostics2 = (0, import_chunk_PELP7NEY.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
123
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
124
124
  });
125
- const lintWarnings = (0, import_chunk_IT43VE3X.getLintWarningsAsText)(lintDiagnostics);
125
+ const lintWarnings = (0, import_chunk_PELP7NEY.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_IJI3OV7A.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
152
+ const formattedSchema = import_chunk_HEJWJKAQ.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
153
153
  return formattedSchema;
154
154
  }
155
155
  async function loadSchemaContext({
@@ -164,13 +164,13 @@ async function loadSchemaContext({
164
164
  } = {}) {
165
165
  let schemaResult = null;
166
166
  if (allowNull) {
167
- schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
167
+ schemaResult = await (0, import_chunk_OKVM3CW4.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
168
168
  argumentName: schemaPathArgumentName,
169
169
  cwd
170
170
  });
171
171
  if (!schemaResult) return null;
172
172
  } else {
173
- schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
173
+ schemaResult = await (0, import_chunk_OKVM3CW4.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
174
174
  argumentName: schemaPathArgumentName,
175
175
  cwd
176
176
  });
@@ -187,9 +187,9 @@ async function processSchemaResult({
187
187
  const loadedFromPathForLogMessages = import_path.default.relative(cwd, schemaResult.schemaPath);
188
188
  const schemaRootDir = schemaResult.schemaRootDir || cwd;
189
189
  if (printLoadMessage) {
190
- (0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
190
+ (0, import_chunk_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
191
191
  }
192
- const configFromPsl = await (0, import_chunk_Z3ZJNYCJ.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
192
+ const configFromPsl = await (0, import_chunk_DGWYSK57.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
193
193
  const datasourceFromPsl = configFromPsl.datasources.at(0);
194
194
  const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
195
195
  const { url, directUrl, shadowDatabaseUrl } = datasource;
@@ -260,7 +260,7 @@ async function getGenerators(options) {
260
260
  }
261
261
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
262
262
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
263
- const dmmf = await (0, import_chunk_EDJG747U.getDMMF)({
263
+ const dmmf = await (0, import_chunk_4XXX5FAL.getDMMF)({
264
264
  datamodel: schemaContext.schemaFiles,
265
265
  previewFeatures
266
266
  });
@@ -311,8 +311,8 @@ You need to define \`output\` in the generator block in the schema file.`
311
311
  fromEnvVar: null
312
312
  };
313
313
  }
314
- const datamodel = (0, import_chunk_GSLIECP7.mergeSchemas)({ schemas: schemaContext.schemaFiles });
315
- const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
314
+ const datamodel = (0, import_chunk_3GX3XWYB.mergeSchemas)({ schemas: schemaContext.schemaFiles });
315
+ const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
316
316
  const options2 = {
317
317
  datamodel,
318
318
  datasources: schemaContext.datasources,
@@ -403,7 +403,7 @@ generator gen {
403
403
  debug2({ generatorBinaryPaths });
404
404
  generator.setBinaryPaths(generatorBinaryPaths);
405
405
  if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
406
- const customDmmf = await (0, import_chunk_EDJG747U.getDMMF)({
406
+ const customDmmf = await (0, import_chunk_4XXX5FAL.getDMMF)({
407
407
  datamodel: schemaContext.schemaFiles,
408
408
  previewFeatures
409
409
  });
@@ -524,7 +524,7 @@ function checkUnsupportedDataProxy({
524
524
  }
525
525
  }
526
526
  if (!schemaContext?.primaryDatasource) return;
527
- const url = (0, import_chunk_Z3ZJNYCJ.resolveUrl)((0, import_chunk_Z3ZJNYCJ.getEffectiveUrl)(schemaContext.primaryDatasource));
527
+ const url = (0, import_chunk_DGWYSK57.resolveUrl)((0, import_chunk_DGWYSK57.getEffectiveUrl)(schemaContext.primaryDatasource));
528
528
  if (url?.startsWith("prisma://")) {
529
529
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
530
530
  }
@@ -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_24C47EAZ_exports = {};
20
- __export(chunk_24C47EAZ_exports, {
19
+ var chunk_GECJ57Z5_exports = {};
20
+ __export(chunk_GECJ57Z5_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_24C47EAZ_exports);
24
- var import_chunk_NJW4EFLF = require("./chunk-NJW4EFLF.js");
23
+ module.exports = __toCommonJS(chunk_GECJ57Z5_exports);
24
+ var import_chunk_J5MCD45U = require("./chunk-J5MCD45U.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_NJW4EFLF.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_J5MCD45U.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -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,11 +26,11 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_HFFWZTVM_exports = {};
30
- __export(chunk_HFFWZTVM_exports, {
29
+ var chunk_GSH4BXBI_exports = {};
30
+ __export(chunk_GSH4BXBI_exports, {
31
31
  sendPanic: () => sendPanic
32
32
  });
33
- module.exports = __toCommonJS(chunk_HFFWZTVM_exports);
33
+ module.exports = __toCommonJS(chunk_GSH4BXBI_exports);
34
34
  var import_chunk_KDHESRKE = require("./chunk-KDHESRKE.js");
35
35
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
36
36
  var import_chunk_5AI4FIZ3 = require("./chunk-5AI4FIZ3.js");
@@ -1813,9 +1813,7 @@ async function sendPanic({
1813
1813
  return id;
1814
1814
  }
1815
1815
  function getCommand() {
1816
- if (process.argv[2] === "introspect") {
1817
- return "introspect";
1818
- } else if (process.argv[2] === "db" && process.argv[3] === "pull") {
1816
+ if (process.argv[2] === "db" && process.argv[3] === "pull") {
1819
1817
  return "db pull";
1820
1818
  }
1821
1819
  return process.argv.slice(2).join(" ");
@@ -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_KW64OOL4_exports = {};
30
- __export(chunk_KW64OOL4_exports, {
29
+ var chunk_HEJWJKAQ_exports = {};
30
+ __export(chunk_HEJWJKAQ_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_KW64OOL4_exports);
37
- var import_chunk_A27KLQAG = require("./chunk-A27KLQAG.js");
36
+ module.exports = __toCommonJS(chunk_HEJWJKAQ_exports);
37
+ var import_chunk_BXLJID4Q = require("./chunk-BXLJID4Q.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_A27KLQAG.require_package)();
49
+ var { dependencies } = (0, import_chunk_BXLJID4Q.require_package)();
50
50
  var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
51
51
  var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
@@ -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_QA5E7OBA_exports = {};
20
- __export(chunk_QA5E7OBA_exports, {
19
+ var chunk_IV6ZGJI6_exports = {};
20
+ __export(chunk_IV6ZGJI6_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_QA5E7OBA_exports);
24
- var import_chunk_6O5OFJET = require("./chunk-6O5OFJET.js");
23
+ module.exports = __toCommonJS(chunk_IV6ZGJI6_exports);
24
+ var import_chunk_2AYJLW73 = require("./chunk-2AYJLW73.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_6O5OFJET.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_2AYJLW73.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -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_6O5OFJET_exports = {};
20
- __export(chunk_6O5OFJET_exports, {
19
+ var chunk_J5MCD45U_exports = {};
20
+ __export(chunk_J5MCD45U_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_6O5OFJET_exports);
24
- var import_chunk_A27KLQAG = require("./chunk-A27KLQAG.js");
25
- var packageJson = (0, import_chunk_A27KLQAG.require_package)();
23
+ module.exports = __toCommonJS(chunk_J5MCD45U_exports);
24
+ var import_chunk_LPRU2BI6 = require("./chunk-LPRU2BI6.js");
25
+ var packageJson = (0, import_chunk_LPRU2BI6.require_package)();
26
26
  var version = packageJson.version;