@prisma/internals 5.23.0-dev.5 → 5.23.0-dev.7

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 (41) hide show
  1. package/dist/chunk-2DXAGCPS.js +177 -0
  2. package/dist/{chunk-P6FZAZ5F.js → chunk-4UF5A2CH.js} +4 -4
  3. package/dist/chunk-5XRQ7ONW.js +122 -0
  4. package/dist/{chunk-UKKLABQ6.js → chunk-6V5W6UNJ.js} +19 -19
  5. package/dist/{chunk-MZEJTGQT.js → chunk-BA3BI3X7.js} +24 -795
  6. package/dist/{chunk-NUCEB6SE.js → chunk-BLRVUI6E.js} +5 -5
  7. package/dist/{chunk-TPY55IXZ.js → chunk-BSTZPAGB.js} +7 -7
  8. package/dist/{chunk-VYAHUJ5O.js → chunk-ND7VVHU4.js} +5 -5
  9. package/dist/chunk-QIVUAERL.js +2202 -0
  10. package/dist/chunk-QJZIYUVB.js +110 -0
  11. package/dist/{chunk-P4W6ATC2.js → chunk-RB74UL42.js} +5 -5
  12. package/dist/{chunk-L2ODRMIC.js → chunk-S7SNO5JK.js} +8 -8
  13. package/dist/chunk-TFSZCVKC.js +166 -0
  14. package/dist/{chunk-LWYS7HS7.js → chunk-UMGB3YSF.js} +8 -8
  15. package/dist/chunk-V2VWODV3.js +54 -0
  16. package/dist/{chunk-6TPPOTY5.js → chunk-V3S63HIP.js} +5 -5
  17. package/dist/{chunk-UT4SBW3W.js → chunk-YF4VI7G5.js} +8 -8
  18. package/dist/cli/checkUnsupportedDataProxy.js +12 -12
  19. package/dist/cli/getSchema.js +17 -17
  20. package/dist/cli/hashes.js +12 -12
  21. package/dist/engine-commands/errorHelpers.js +4 -4
  22. package/dist/engine-commands/formatSchema.js +11 -11
  23. package/dist/engine-commands/getConfig.js +10 -10
  24. package/dist/engine-commands/getDmmf.js +7 -7
  25. package/dist/engine-commands/index.js +20 -20
  26. package/dist/engine-commands/lintSchema.js +8 -8
  27. package/dist/engine-commands/mergeSchemas.js +7 -7
  28. package/dist/engine-commands/validate.js +7 -7
  29. package/dist/get-generators/generatorResolvers/generatorResolvers.js +11 -11
  30. package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +11 -11
  31. package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkYarnVersion.js +11 -11
  32. package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +12 -12
  33. package/dist/get-generators/getGenerators.js +14 -14
  34. package/dist/index.js +39 -39
  35. package/dist/sendPanic.js +11 -11
  36. package/dist/utils/getEnvPaths.js +11 -11
  37. package/dist/utils/getVersionFromPackageJson.js +3 -3
  38. package/dist/utils/handlePanic.js +11 -11
  39. package/dist/utils/loadEnvFile.js +11 -11
  40. package/dist/wasm.js +4 -4
  41. package/package.json +7 -7
@@ -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_NUCEB6SE_exports = {};
20
- __export(chunk_NUCEB6SE_exports, {
19
+ var chunk_BLRVUI6E_exports = {};
20
+ __export(chunk_BLRVUI6E_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_NUCEB6SE_exports);
24
- var import_chunk_VYAHUJ5O = require("./chunk-VYAHUJ5O.js");
23
+ module.exports = __toCommonJS(chunk_BLRVUI6E_exports);
24
+ var import_chunk_ND7VVHU4 = require("./chunk-ND7VVHU4.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_VYAHUJ5O.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_ND7VVHU4.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -26,19 +26,19 @@ 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_TPY55IXZ_exports = {};
30
- __export(chunk_TPY55IXZ_exports, {
29
+ var chunk_BSTZPAGB_exports = {};
30
+ __export(chunk_BSTZPAGB_exports, {
31
31
  MergeSchemasError: () => MergeSchemasError,
32
32
  mergeSchemas: () => mergeSchemas
33
33
  });
34
- module.exports = __toCommonJS(chunk_TPY55IXZ_exports);
34
+ module.exports = __toCommonJS(chunk_BSTZPAGB_exports);
35
35
  var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
36
36
  var import_chunk_IAEMHQAC = require("./chunk-IAEMHQAC.js");
37
37
  var import_chunk_WMIBAVWZ = require("./chunk-WMIBAVWZ.js");
38
- var import_chunk_NUCEB6SE = require("./chunk-NUCEB6SE.js");
38
+ var import_chunk_BLRVUI6E = require("./chunk-BLRVUI6E.js");
39
39
  var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
40
40
  var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
41
- var import_chunk_P4W6ATC2 = require("./chunk-P4W6ATC2.js");
41
+ var import_chunk_RB74UL42 = require("./chunk-RB74UL42.js");
42
42
  var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
43
43
  var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
44
44
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
@@ -60,7 +60,7 @@ ${detailsHeader} ${message}`;
60
60
  }).exhaustive();
61
61
  const errorMessageWithContext = `${constructedErrorMessage}
62
62
  [Context: mergeSchemas]`;
63
- super((0, import_chunk_NUCEB6SE.addVersionDetailsToErrorMessage)(errorMessageWithContext));
63
+ super((0, import_chunk_BLRVUI6E.addVersionDetailsToErrorMessage)(errorMessageWithContext));
64
64
  this.name = "MergeSchemasError";
65
65
  }
66
66
  };
@@ -73,7 +73,7 @@ function mergeSchemas(options) {
73
73
  const params = JSON.stringify({
74
74
  schema: options.schemas
75
75
  });
76
- return import_chunk_P4W6ATC2.prismaSchemaWasm.merge_schemas(params);
76
+ return import_chunk_RB74UL42.prismaSchemaWasm.merge_schemas(params);
77
77
  },
78
78
  (e) => ({
79
79
  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_VYAHUJ5O_exports = {};
20
- __export(chunk_VYAHUJ5O_exports, {
19
+ var chunk_ND7VVHU4_exports = {};
20
+ __export(chunk_ND7VVHU4_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_VYAHUJ5O_exports);
24
- var import_chunk_P6FZAZ5F = require("./chunk-P6FZAZ5F.js");
25
- var packageJson = (0, import_chunk_P6FZAZ5F.require_package)();
23
+ module.exports = __toCommonJS(chunk_ND7VVHU4_exports);
24
+ var import_chunk_4UF5A2CH = require("./chunk-4UF5A2CH.js");
25
+ var packageJson = (0, import_chunk_4UF5A2CH.require_package)();
26
26
  var version = packageJson.version;