@prisma/internals 6.5.0-dev.8 → 6.5.0-dev.81

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 (70) hide show
  1. package/dist/Generator.js +2 -2
  2. package/dist/WasmPanicRegistry.js +2 -2
  3. package/dist/{chunk-NXIWDQBF.js → chunk-3ERIN7PH.js} +5 -5
  4. package/dist/{chunk-XOWBYDC2.js → chunk-6EY425PC.js} +12 -12
  5. package/dist/{chunk-PN2CAU7D.js → chunk-ADLLX6MS.js} +12 -12
  6. package/dist/{chunk-A4QWQE3W.js → chunk-ATFQZVBS.js} +11 -4
  7. package/dist/{chunk-CCLACYA6.js → chunk-BICBHOFV.js} +11 -11
  8. package/dist/{chunk-CKLMOOZY.js → chunk-BKMI764U.js} +5 -5
  9. package/dist/{chunk-VQX3AXS3.js → chunk-BOE4AKC7.js} +12 -12
  10. package/dist/{chunk-HOZFIXMD.js → chunk-BPZFDGKN.js} +5 -4
  11. package/dist/{chunk-RL3K4V2J.js → chunk-C2WD2XUT.js} +980 -113
  12. package/dist/{chunk-T5RACBRF.js → chunk-CHMJ5V7I.js} +10 -10
  13. package/dist/{chunk-FHXAG4A2.js → chunk-CZL7DCL2.js} +5 -5
  14. package/dist/{chunk-3MFI4O7A.js → chunk-EQ3LP5OP.js} +309 -529
  15. package/dist/{chunk-2SWS7ZGF.js → chunk-EYWBAOFB.js} +7 -7
  16. package/dist/{chunk-QIVUAERL.js → chunk-GXDYIY4M.js} +1653 -1762
  17. package/dist/{chunk-VESI4NCT.js → chunk-J6H7ZGUW.js} +11 -12
  18. package/dist/{chunk-NDBGA4UH.js → chunk-JMT3LBQ7.js} +5 -5
  19. package/dist/chunk-KKGIKPIK.js +573 -0
  20. package/dist/{chunk-3WTVUMXL.js → chunk-KQ3CTLTN.js} +12 -12
  21. package/dist/{chunk-G4BGJ6IP.js → chunk-KTBNIQ7N.js} +5 -5
  22. package/dist/{chunk-UUQ4S65T.js → chunk-M5RTEYAS.js} +10 -11
  23. package/dist/{chunk-5XRQ7ONW.js → chunk-NJQWZ447.js} +5 -5
  24. package/dist/{chunk-6YN6HZLA.js → chunk-NXGYTU34.js} +11 -11
  25. package/dist/{chunk-VXSQZXSR.js → chunk-PRXCQXPA.js} +5 -5
  26. package/dist/{chunk-XC2UX56M.js → chunk-Q4F5XQEO.js} +12 -12
  27. package/dist/{chunk-6HAMFH75.js → chunk-RG3KUBMQ.js} +8 -8
  28. package/dist/{chunk-WHHQZHZW.js → chunk-RUTCLHGO.js} +8 -8
  29. package/dist/{chunk-ZLQSEX7S.js → chunk-SIE7JUHZ.js} +7 -7
  30. package/dist/{chunk-OYLZC5OV.js → chunk-TATYN3T2.js} +7 -7
  31. package/dist/{chunk-IFSZX2CY.js → chunk-TNMIW5RV.js} +5 -5
  32. package/dist/{chunk-54KM4LPR.js → chunk-UTD4R7KS.js} +309 -529
  33. package/dist/{chunk-IWJ2BUYF.js → chunk-XLGODPZH.js} +5 -5
  34. package/dist/{chunk-Z3HEQNNY.js → chunk-YR5SAA2G.js} +12 -12
  35. package/dist/{chunk-635TMBAP.js → chunk-ZYW3HGSH.js} +8 -4
  36. package/dist/cli/checkUnsupportedDataProxy.js +25 -26
  37. package/dist/cli/getSchema.js +29 -30
  38. package/dist/cli/hashes.js +25 -26
  39. package/dist/engine-commands/errorHelpers.js +4 -4
  40. package/dist/engine-commands/formatSchema.js +24 -25
  41. package/dist/engine-commands/getConfig.js +12 -12
  42. package/dist/engine-commands/getDmmf.js +9 -9
  43. package/dist/engine-commands/getEngineVersion.js +5 -6
  44. package/dist/engine-commands/getEnginesMetaInfo.js +7 -8
  45. package/dist/engine-commands/index.js +35 -36
  46. package/dist/engine-commands/lintSchema.js +10 -10
  47. package/dist/engine-commands/mergeSchemas.js +9 -9
  48. package/dist/engine-commands/validate.js +9 -9
  49. package/dist/errorReporting.d.ts +1 -0
  50. package/dist/get-generators/generatorResolvers/generatorResolvers.js +24 -25
  51. package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +24 -25
  52. package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +25 -26
  53. package/dist/get-generators/getGenerators.js +27 -28
  54. package/dist/get-generators/utils/getBinaryPathsByVersion.js +3 -4
  55. package/dist/getPackedPackage.js +3 -4
  56. package/dist/index.js +68 -69
  57. package/dist/panic.js +6 -6
  58. package/dist/resolveBinary.js +7 -8
  59. package/dist/schemaEngineCommands.js +8 -9
  60. package/dist/sendPanic.js +24 -25
  61. package/dist/utils/drawBox.js +2 -2
  62. package/dist/utils/getEnvPaths.js +24 -25
  63. package/dist/utils/getVersionFromPackageJson.js +3 -3
  64. package/dist/utils/handlePanic.js +24 -25
  65. package/dist/utils/isValidJsIdentifier.js +3 -3
  66. package/dist/utils/loadEnvFile.js +24 -25
  67. package/dist/wasm.js +5 -5
  68. package/package.json +15 -16
  69. package/dist/chunk-F3SIWK3J.js +0 -1404
  70. package/dist/chunk-H4J2FN2W.js +0 -796
@@ -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_VESI4NCT_exports = {};
20
- __export(chunk_VESI4NCT_exports, {
19
+ var chunk_J6H7ZGUW_exports = {};
20
+ __export(chunk_J6H7ZGUW_exports, {
21
21
  require_package: () => require_package
22
22
  });
23
- module.exports = __toCommonJS(chunk_VESI4NCT_exports);
23
+ module.exports = __toCommonJS(chunk_J6H7ZGUW_exports);
24
24
  var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
25
25
  var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
26
26
  "package.json"(exports, module2) {
27
27
  module2.exports = {
28
28
  name: "@prisma/internals",
29
- version: "6.5.0-dev.8",
29
+ version: "6.5.0-dev.81",
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",
@@ -54,25 +54,25 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
54
54
  ],
55
55
  devDependencies: {
56
56
  "@antfu/ni": "0.21.12",
57
- "@babel/helper-validator-identifier": "7.24.7",
57
+ "@babel/helper-validator-identifier": "7.25.9",
58
58
  "@opentelemetry/api": "1.9.0",
59
- "@swc/core": "1.2.204",
59
+ "@swc/core": "1.11.5",
60
60
  "@swc/jest": "0.2.37",
61
61
  "@types/babel__helper-validator-identifier": "7.15.2",
62
62
  "@types/jest": "29.5.14",
63
- "@types/node": "18.19.31",
63
+ "@types/node": "18.19.76",
64
64
  "@types/resolve": "1.20.6",
65
65
  archiver: "6.0.2",
66
66
  "checkpoint-client": "1.1.33",
67
- "cli-truncate": "2.1.0",
67
+ "cli-truncate": "4.0.0",
68
68
  dotenv: "16.4.7",
69
69
  esbuild: "0.24.2",
70
70
  "escape-string-regexp": "4.0.0",
71
71
  execa: "5.1.1",
72
72
  "fast-glob": "3.3.3",
73
- "find-up": "5.0.0",
73
+ "find-up": "7.0.0",
74
74
  "fp-ts": "2.16.9",
75
- "fs-extra": "11.1.1",
75
+ "fs-extra": "11.3.0",
76
76
  "fs-jetpack": "5.1.0",
77
77
  "global-dirs": "4.0.0",
78
78
  globby: "11.1.0",
@@ -90,7 +90,6 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
90
90
  open: "7.4.2",
91
91
  "p-map": "4.0.0",
92
92
  "read-package-up": "11.0.0",
93
- "replace-string": "3.1.0",
94
93
  resolve: "1.22.10",
95
94
  "string-width": "4.2.3",
96
95
  "strip-ansi": "6.0.1",
@@ -112,7 +111,7 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
112
111
  "@prisma/fetch-engine": "workspace:*",
113
112
  "@prisma/generator-helper": "workspace:*",
114
113
  "@prisma/get-platform": "workspace:*",
115
- "@prisma/prisma-schema-wasm": "6.4.0-29.a9055b89e58b4b5bfb59600785423b1db3d0e75d",
114
+ "@prisma/prisma-schema-wasm": "6.5.0-70.d3fd11690486b166608fd9d9091a0e94f299a99d",
116
115
  "@prisma/schema-files-loader": "workspace:*",
117
116
  arg: "5.0.2",
118
117
  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_NDBGA4UH_exports = {};
20
- __export(chunk_NDBGA4UH_exports, {
19
+ var chunk_JMT3LBQ7_exports = {};
20
+ __export(chunk_JMT3LBQ7_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_NDBGA4UH_exports);
24
- var import_chunk_CKLMOOZY = require("./chunk-CKLMOOZY.js");
23
+ module.exports = __toCommonJS(chunk_JMT3LBQ7_exports);
24
+ var import_chunk_BKMI764U = require("./chunk-BKMI764U.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_CKLMOOZY.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_BKMI764U.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;