@prisma/internals 6.14.0-integration-feat-prisma-client-cjs-fixes.2 → 6.14.0-integration-engines-6-14-0-21-push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4.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 (49) hide show
  1. package/dist/{chunk-KNUSDGFT.js → chunk-25ZYKL6G.js} +8 -8
  2. package/dist/{chunk-XLPPGCBH.js → chunk-46ABODUM.js} +11 -8
  3. package/dist/{chunk-HOKE4PNO.js → chunk-4UZAEMLT.js} +8 -8
  4. package/dist/{chunk-WDTSLQEN.js → chunk-5KDGMEAP.js} +5 -5
  5. package/dist/{chunk-NEBZ3DZA.js → chunk-7KN54PF2.js} +21 -21
  6. package/dist/{chunk-54FPKE23.js → chunk-AA6INT65.js} +8 -8
  7. package/dist/{chunk-HPK3ZFJD.js → chunk-BPNHTISD.js} +8 -8
  8. package/dist/{chunk-GS5UUU42.js → chunk-EHKH2HFN.js} +8 -8
  9. package/dist/{chunk-N24DSOPZ.js → chunk-ER6ZZFSJ.js} +6 -6
  10. package/dist/{chunk-7BT2LQT2.js → chunk-FBBKXUNH.js} +21 -21
  11. package/dist/{chunk-I27JP56G.js → chunk-FG3L6VW6.js} +5 -5
  12. package/dist/{chunk-SSYJ4SOR.js → chunk-FI3YUB6S.js} +7 -7
  13. package/dist/{chunk-NFGMBIG6.js → chunk-G2JAHDSB.js} +5 -5
  14. package/dist/{chunk-DSO67UTE.js → chunk-GN6I3HBG.js} +5 -5
  15. package/dist/{chunk-CILEY36B.js → chunk-HCIV233Z.js} +549 -5193
  16. package/dist/{chunk-VW2MSTIC.js → chunk-JTZRX5XH.js} +5 -5
  17. package/dist/{chunk-M6KROUTV.js → chunk-JZA6HDZD.js} +7 -7
  18. package/dist/{chunk-YDFZZXEF.js → chunk-NPNKHOCI.js} +8 -8
  19. package/dist/{chunk-DUMI3WWW.js → chunk-NZ57TZVJ.js} +5 -5
  20. package/dist/{chunk-7IHX6YK5.js → chunk-PCMIQARD.js} +5 -5
  21. package/dist/{chunk-VXUA6PHH.js → chunk-PZMRR772.js} +5 -5
  22. package/dist/{chunk-UZTXEBTM.js → chunk-RBDYOTWB.js} +10 -6
  23. package/dist/{chunk-67I7CEQJ.js → chunk-UMM35VP5.js} +3 -4
  24. package/dist/{chunk-LI2A3BW3.js → chunk-XC32E7OZ.js} +7 -7
  25. package/dist/{chunk-O7PJNCEU.js → chunk-YT7XUADW.js} +5 -5
  26. package/dist/cli/checkUnsupportedDataProxy.js +17 -19
  27. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +17 -19
  28. package/dist/cli/schemaContext.js +17 -19
  29. package/dist/engine-commands/errorHelpers.js +4 -4
  30. package/dist/engine-commands/formatSchema.js +16 -18
  31. package/dist/engine-commands/getConfig.js +10 -10
  32. package/dist/engine-commands/getDmmf.js +7 -7
  33. package/dist/engine-commands/index.js +25 -27
  34. package/dist/engine-commands/lintSchema.js +8 -8
  35. package/dist/engine-commands/mergeSchemas.js +7 -7
  36. package/dist/engine-commands/validate.js +7 -7
  37. package/dist/get-generators/getGenerators.js +19 -21
  38. package/dist/getPackedPackage.js +3 -5
  39. package/dist/index.js +41 -43
  40. package/dist/resolvePkg.js +2 -2
  41. package/dist/tracing/types.d.ts +0 -1
  42. package/dist/utils/getEnvPaths.js +2 -3
  43. package/dist/utils/getVersionFromPackageJson.js +3 -3
  44. package/dist/utils/isValidJsIdentifier.js +2 -3
  45. package/dist/utils/loadEnvFile.js +3 -4
  46. package/dist/wasm.js +5 -5
  47. package/package.json +14 -14
  48. package/dist/chunk-JYMY3OAI.js +0 -29
  49. package/dist/chunk-LWJT6EL5.js +0 -27
@@ -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_I27JP56G_exports = {};
20
- __export(chunk_I27JP56G_exports, {
19
+ var chunk_FG3L6VW6_exports = {};
20
+ __export(chunk_FG3L6VW6_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_I27JP56G_exports);
28
- var import_chunk_VW2MSTIC = require("./chunk-VW2MSTIC.js");
27
+ module.exports = __toCommonJS(chunk_FG3L6VW6_exports);
28
+ var import_chunk_JTZRX5XH = require("./chunk-JTZRX5XH.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_VW2MSTIC.prismaSchemaWasm.lint(JSON.stringify(schemas));
32
+ const lintResult = import_chunk_JTZRX5XH.prismaSchemaWasm.lint(JSON.stringify(schemas));
33
33
  const lintDiagnostics = JSON.parse(lintResult);
34
34
  return lintDiagnostics;
35
35
  }
@@ -16,17 +16,17 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_SSYJ4SOR_exports = {};
20
- __export(chunk_SSYJ4SOR_exports, {
19
+ var chunk_FI3YUB6S_exports = {};
20
+ __export(chunk_FI3YUB6S_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_SSYJ4SOR_exports);
23
+ module.exports = __toCommonJS(chunk_FI3YUB6S_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.14.0-integration-feat-prisma-client-cjs-fixes.2",
29
+ version: "6.14.0-integration-engines-6-14-0-21-push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4.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",
@@ -65,6 +65,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
65
65
  "checkpoint-client": "1.1.33",
66
66
  "cli-truncate": "4.0.0",
67
67
  dotenv: "16.5.0",
68
+ empathic: "2.0.0",
68
69
  esbuild: "0.25.5",
69
70
  "escape-string-regexp": "5.0.0",
70
71
  execa: "5.1.1",
@@ -88,7 +89,6 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
88
89
  "npm-packlist": "5.1.3",
89
90
  open: "7.4.2",
90
91
  "p-map": "4.0.0",
91
- "read-package-up": "11.0.0",
92
92
  resolve: "1.22.10",
93
93
  "string-width": "7.2.0",
94
94
  "strip-ansi": "6.0.1",
@@ -113,8 +113,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
113
113
  "@prisma/generator": "workspace:*",
114
114
  "@prisma/generator-helper": "workspace:*",
115
115
  "@prisma/get-platform": "workspace:*",
116
- "@prisma/prisma-schema-wasm": "6.14.0-4.1c4c6a033ef7e7815b76142f9502e03b0d83e1a1",
117
- "@prisma/schema-engine-wasm": "6.14.0-4.1c4c6a033ef7e7815b76142f9502e03b0d83e1a1",
116
+ "@prisma/prisma-schema-wasm": "6.14.0-21.push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4",
117
+ "@prisma/schema-engine-wasm": "6.14.0-21.push-konntwtrzysp-0e768eccd6709956ac7bcb59cdaf092a0f3d0dc4",
118
118
  "@prisma/schema-files-loader": "workspace:*",
119
119
  arg: "5.0.2",
120
120
  prompts: "2.4.2"
@@ -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_NFGMBIG6_exports = {};
20
- __export(chunk_NFGMBIG6_exports, {
19
+ var chunk_G2JAHDSB_exports = {};
20
+ __export(chunk_G2JAHDSB_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_NFGMBIG6_exports);
24
- var import_chunk_DSO67UTE = require("./chunk-DSO67UTE.js");
23
+ module.exports = __toCommonJS(chunk_G2JAHDSB_exports);
24
+ var import_chunk_NZ57TZVJ = require("./chunk-NZ57TZVJ.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_DSO67UTE.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_NZ57TZVJ.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_DSO67UTE_exports = {};
20
- __export(chunk_DSO67UTE_exports, {
19
+ var chunk_GN6I3HBG_exports = {};
20
+ __export(chunk_GN6I3HBG_exports, {
21
21
  version: () => version
22
22
  });
23
- module.exports = __toCommonJS(chunk_DSO67UTE_exports);
24
- var import_chunk_SSYJ4SOR = require("./chunk-SSYJ4SOR.js");
25
- var packageJson = (0, import_chunk_SSYJ4SOR.require_package)();
23
+ module.exports = __toCommonJS(chunk_GN6I3HBG_exports);
24
+ var import_chunk_ER6ZZFSJ = require("./chunk-ER6ZZFSJ.js");
25
+ var packageJson = (0, import_chunk_ER6ZZFSJ.require_package)();
26
26
  var version = packageJson.version;