@prisma/internals 6.5.0-dev.5 → 6.5.0-dev.50
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.
- package/dist/{chunk-NXIWDQBF.js → chunk-3ERIN7PH.js} +5 -5
- package/dist/{chunk-VXSQZXSR.js → chunk-7IHBORXA.js} +5 -5
- package/dist/{chunk-6HAMFH75.js → chunk-BGRRWLCY.js} +5 -5
- package/dist/{chunk-IEKHZNCX.js → chunk-CHELWBGJ.js} +5 -5
- package/dist/{chunk-T5RACBRF.js → chunk-CHMJ5V7I.js} +10 -10
- package/dist/{chunk-FHXAG4A2.js → chunk-CZL7DCL2.js} +5 -5
- package/dist/{chunk-EDV4VWAG.js → chunk-D2TTRN4N.js} +8 -8
- package/dist/{chunk-4EC22XJZ.js → chunk-DPFQAPWU.js} +135 -136
- package/dist/{chunk-UUQ4S65T.js → chunk-GABO6IUE.js} +8 -9
- package/dist/{chunk-QIVUAERL.js → chunk-GXDYIY4M.js} +1653 -1762
- package/dist/{chunk-CCLACYA6.js → chunk-IFXCVQZF.js} +7 -7
- package/dist/{chunk-RL3K4V2J.js → chunk-IZ57EPVG.js} +778 -7
- package/dist/{chunk-IFSZX2CY.js → chunk-IZB6DOJJ.js} +5 -5
- package/dist/{chunk-DPMJ4ZRK.js → chunk-KHV2AJQE.js} +9 -10
- package/dist/{chunk-G4BGJ6IP.js → chunk-KTBNIQ7N.js} +5 -5
- package/dist/{chunk-ABEJOHTF.js → chunk-MVQTMCID.js} +5 -5
- package/dist/{chunk-5XRQ7ONW.js → chunk-NJQWZ447.js} +5 -5
- package/dist/{chunk-VQX3AXS3.js → chunk-OSFD4434.js} +8 -8
- package/dist/{chunk-2SWS7ZGF.js → chunk-Q7TE2TEB.js} +5 -5
- package/dist/{chunk-Z3HEQNNY.js → chunk-R2S4NJ62.js} +8 -8
- package/dist/{chunk-OYLZC5OV.js → chunk-TATYN3T2.js} +7 -7
- package/dist/{chunk-P2AN4E73.js → chunk-TDG5WQHD.js} +8 -8
- package/dist/{chunk-YHSFPY6T.js → chunk-TQCAD4LB.js} +8 -8
- package/dist/{chunk-DYXT2MW3.js → chunk-VCXWMJQM.js} +5 -5
- package/dist/{chunk-XOWBYDC2.js → chunk-VO25ZRXC.js} +8 -8
- package/dist/{chunk-ZS3MXWQD.js → chunk-WMCSNHUF.js} +7 -7
- package/dist/{chunk-SRCLQ3BK.js → chunk-XIGL5EV2.js} +5 -5
- package/dist/{chunk-IWJ2BUYF.js → chunk-XLGODPZH.js} +5 -5
- package/dist/{chunk-54KM4LPR.js → chunk-YPEOYQLG.js} +135 -136
- package/dist/cli/checkUnsupportedDataProxy.js +21 -22
- package/dist/cli/getSchema.js +25 -26
- package/dist/cli/hashes.js +21 -22
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +20 -21
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/getEngineVersion.js +5 -6
- package/dist/engine-commands/getEnginesMetaInfo.js +7 -8
- package/dist/engine-commands/index.js +31 -32
- package/dist/engine-commands/lintSchema.js +8 -8
- package/dist/engine-commands/mergeSchemas.js +7 -7
- package/dist/engine-commands/validate.js +7 -7
- package/dist/errorReporting.d.ts +1 -0
- package/dist/get-generators/generatorResolvers/generatorResolvers.js +20 -21
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +20 -21
- package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +21 -22
- package/dist/get-generators/getGenerators.js +23 -24
- package/dist/get-generators/utils/getBinaryPathsByVersion.js +3 -4
- package/dist/getPackedPackage.js +3 -4
- package/dist/index.js +59 -60
- package/dist/resolveBinary.js +7 -8
- package/dist/schemaEngineCommands.js +8 -9
- package/dist/sendPanic.js +20 -21
- package/dist/utils/getEnvPaths.js +20 -21
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +20 -21
- package/dist/utils/isValidJsIdentifier.js +3 -3
- package/dist/utils/loadEnvFile.js +20 -21
- package/dist/wasm.js +4 -4
- package/package.json +13 -14
- package/dist/chunk-H4J2FN2W.js +0 -796
@@ -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
|
20
|
-
__export(
|
19
|
+
var chunk_GABO6IUE_exports = {};
|
20
|
+
__export(chunk_GABO6IUE_exports, {
|
21
21
|
require_package: () => require_package
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
23
|
+
module.exports = __toCommonJS(chunk_GABO6IUE_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) {
|
@@ -54,13 +54,13 @@ 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.
|
57
|
+
"@babel/helper-validator-identifier": "7.25.9",
|
58
58
|
"@opentelemetry/api": "1.9.0",
|
59
|
-
"@swc/core": "1.
|
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.
|
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",
|
@@ -72,7 +72,7 @@ var require_package = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
72
72
|
"fast-glob": "3.3.3",
|
73
73
|
"find-up": "5.0.0",
|
74
74
|
"fp-ts": "2.16.9",
|
75
|
-
"fs-extra": "11.
|
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.
|
114
|
+
"@prisma/prisma-schema-wasm": "6.5.0-39.84310176c3f15859928b573ea73f2c1ec30188eb",
|
116
115
|
"@prisma/schema-files-loader": "workspace:*",
|
117
116
|
arg: "5.0.2",
|
118
117
|
prompts: "2.4.2"
|