@prisma/internals 6.16.0-integration-feat-orm-1074-package-dev-export.3 → 6.16.0-integration-push-prynymnkvlrn.2
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-SALRSUZG.js → chunk-2VFBKHI2.js} +7 -7
- package/dist/{chunk-BYGNIJDV.js → chunk-52ASY4CW.js} +5 -5
- package/dist/{chunk-IZ4NMSSP.js → chunk-5HNRUUBE.js} +17 -17
- package/dist/{chunk-O6PXBED7.js → chunk-5VRJPLKG.js} +5 -5
- package/dist/{chunk-FXMGS3L5.js → chunk-7IKUTPWQ.js} +5 -6
- package/dist/{chunk-NQXKLZGJ.js → chunk-B45NZMES.js} +8 -8
- package/dist/{chunk-S4XVZEFO.js → chunk-BDL26P3J.js} +8 -8
- package/dist/chunk-BERN76ZI.js +347 -0
- package/dist/{chunk-LRJ4X43J.js → chunk-CUD726EK.js} +5 -5
- package/dist/{chunk-DWKRDIHJ.js → chunk-DLSAVGHV.js} +5 -6
- package/dist/{chunk-YR5KNFKN.js → chunk-HFFWZTVM.js} +5 -6
- package/dist/{chunk-2W7ST6EG.js → chunk-JWH7HAXA.js} +8 -8
- package/dist/{chunk-G3E7V3AX.js → chunk-O3BZKGI7.js} +8 -8
- package/dist/{chunk-CBXAPH2I.js → chunk-O5KOSAG4.js} +5 -5
- package/dist/{chunk-HDFCF353.js → chunk-PL7WBYQ6.js} +5 -5
- package/dist/{chunk-BCV5Q55A.js → chunk-QCRM4SFJ.js} +7 -7
- package/dist/{chunk-DJW3QOZ2.js → chunk-SXY7Q46O.js} +5 -5
- package/dist/{chunk-SX2SEPBC.js → chunk-TEXXLXHJ.js} +8 -8
- package/dist/{chunk-YVO3LF2V.js → chunk-UAG4EV22.js} +5 -5
- package/dist/{chunk-3234BSVB.js → chunk-UQOBOVMQ.js} +4 -5
- package/dist/{chunk-S6Z7TU3K.js → chunk-UQUWZJVN.js} +7 -7
- package/dist/{chunk-TY5BSE32.js → chunk-W2GHU6FK.js} +5 -5
- package/dist/{chunk-3XRV3YW3.js → chunk-WGU7VDS3.js} +8 -8
- package/dist/{chunk-PCIN2G75.js → chunk-XDO5YZCK.js} +17 -17
- package/dist/{chunk-NXIYO62X.js → chunk-ZZ6XMV4L.js} +5 -5
- package/dist/cli/checkUnsupportedDataProxy.js +17 -18
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +17 -18
- package/dist/cli/schemaContext.js +17 -18
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +16 -17
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +25 -26
- 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/get-generators/getGenerators.js +19 -20
- package/dist/index.js +40 -41
- package/dist/sendPanic.js +2 -3
- package/dist/tracing/types.d.ts +1 -1
- package/dist/utils/getCommandWithExecutor.js +3 -3
- package/dist/utils/getGitHubIssueUrl.js +3 -4
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +4 -5
- package/dist/utils/isCurrentBinInstalledGlobally.js +2 -2
- package/dist/wasm.js +5 -5
- package/package.json +12 -13
- package/dist/chunk-CR3XKUEA.js +0 -296
- package/dist/chunk-ZSINRHD4.js +0 -43
@@ -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
|
30
|
-
__export(
|
29
|
+
var chunk_2VFBKHI2_exports = {};
|
30
|
+
__export(chunk_2VFBKHI2_exports, {
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
32
32
|
mergeSchemas: () => mergeSchemas
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_2VFBKHI2_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
|
39
|
-
var
|
38
|
+
var import_chunk_52ASY4CW = require("./chunk-52ASY4CW.js");
|
39
|
+
var import_chunk_PL7WBYQ6 = require("./chunk-PL7WBYQ6.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,
|
62
|
+
super((0, import_chunk_52ASY4CW.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
|
75
|
+
return import_chunk_PL7WBYQ6.prismaSchemaWasm.merge_schemas(params);
|
76
76
|
},
|
77
77
|
(e) => ({
|
78
78
|
type: "wasm-error",
|
@@ -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
|
20
|
-
__export(
|
19
|
+
var chunk_52ASY4CW_exports = {};
|
20
|
+
__export(chunk_52ASY4CW_exports, {
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
24
|
-
var
|
23
|
+
module.exports = __toCommonJS(chunk_52ASY4CW_exports);
|
24
|
+
var import_chunk_ZZ6XMV4L = require("./chunk-ZZ6XMV4L.js");
|
25
25
|
var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
|
26
26
|
function addVersionDetailsToErrorMessage(message) {
|
27
|
-
const rows = [["Prisma CLI Version",
|
27
|
+
const rows = [["Prisma CLI Version", import_chunk_ZZ6XMV4L.version]];
|
28
28
|
return `${message}
|
29
29
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
@@ -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
|
30
|
-
__export(
|
29
|
+
var chunk_5HNRUUBE_exports = {};
|
30
|
+
__export(chunk_5HNRUUBE_exports, {
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
@@ -42,7 +42,7 @@ __export(chunk_IZ4NMSSP_exports, {
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
43
43
|
skipIndex: () => skipIndex
|
44
44
|
});
|
45
|
-
module.exports = __toCommonJS(
|
45
|
+
module.exports = __toCommonJS(chunk_5HNRUUBE_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");
|
@@ -55,12 +55,12 @@ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
|
|
55
55
|
var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
|
56
56
|
var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
|
57
57
|
var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
|
58
|
-
var
|
59
|
-
var
|
60
|
-
var
|
61
|
-
var
|
58
|
+
var import_chunk_O3BZKGI7 = require("./chunk-O3BZKGI7.js");
|
59
|
+
var import_chunk_BDL26P3J = require("./chunk-BDL26P3J.js");
|
60
|
+
var import_chunk_5VRJPLKG = require("./chunk-5VRJPLKG.js");
|
61
|
+
var import_chunk_QCRM4SFJ = require("./chunk-QCRM4SFJ.js");
|
62
62
|
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
63
|
-
var
|
63
|
+
var import_chunk_W2GHU6FK = require("./chunk-W2GHU6FK.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
|
-
|
105
|
+
import_chunk_W2GHU6FK.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,
|
122
|
+
const lintDiagnostics2 = (0, import_chunk_5VRJPLKG.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
123
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
124
124
|
});
|
125
|
-
const lintWarnings = (0,
|
125
|
+
const lintWarnings = (0, import_chunk_5VRJPLKG.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 =
|
152
|
+
const formattedSchema = import_chunk_W2GHU6FK.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
153
153
|
return formattedSchema;
|
154
154
|
}
|
155
155
|
async function loadSchemaContext({
|
@@ -186,7 +186,7 @@ async function processSchemaResult({
|
|
186
186
|
if (printLoadMessage) {
|
187
187
|
(0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
188
188
|
}
|
189
|
-
const configFromPsl = await (0,
|
189
|
+
const configFromPsl = await (0, import_chunk_O3BZKGI7.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
190
190
|
const primaryDatasource = configFromPsl.datasources.at(0);
|
191
191
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
192
192
|
return {
|
@@ -246,7 +246,7 @@ async function getGenerators(options) {
|
|
246
246
|
}
|
247
247
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
248
248
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
249
|
-
const dmmf = await (0,
|
249
|
+
const dmmf = await (0, import_chunk_BDL26P3J.getDMMF)({
|
250
250
|
datamodel: schemaContext.schemaFiles,
|
251
251
|
previewFeatures
|
252
252
|
});
|
@@ -297,7 +297,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
297
297
|
fromEnvVar: null
|
298
298
|
};
|
299
299
|
}
|
300
|
-
const datamodel = (0,
|
300
|
+
const datamodel = (0, import_chunk_QCRM4SFJ.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
301
301
|
const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
302
302
|
const options2 = {
|
303
303
|
datamodel,
|
@@ -389,7 +389,7 @@ generator gen {
|
|
389
389
|
debug2({ generatorBinaryPaths });
|
390
390
|
generator.setBinaryPaths(generatorBinaryPaths);
|
391
391
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
392
|
-
const customDmmf = await (0,
|
392
|
+
const customDmmf = await (0, import_chunk_BDL26P3J.getDMMF)({
|
393
393
|
datamodel: schemaContext.schemaFiles,
|
394
394
|
previewFeatures
|
395
395
|
});
|
@@ -510,7 +510,7 @@ function checkUnsupportedDataProxy({
|
|
510
510
|
}
|
511
511
|
}
|
512
512
|
if (!schemaContext?.primaryDatasource) return;
|
513
|
-
const url = (0,
|
513
|
+
const url = (0, import_chunk_O3BZKGI7.resolveUrl)((0, import_chunk_O3BZKGI7.getEffectiveUrl)(schemaContext.primaryDatasource));
|
514
514
|
if (url?.startsWith("prisma://")) {
|
515
515
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
516
516
|
}
|
@@ -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
|
20
|
-
__export(
|
19
|
+
var chunk_5VRJPLKG_exports = {};
|
20
|
+
__export(chunk_5VRJPLKG_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(
|
28
|
-
var
|
27
|
+
module.exports = __toCommonJS(chunk_5VRJPLKG_exports);
|
28
|
+
var import_chunk_W2GHU6FK = require("./chunk-W2GHU6FK.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 =
|
32
|
+
const lintResult = import_chunk_W2GHU6FK.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
33
33
|
const lintDiagnostics = JSON.parse(lintResult);
|
34
34
|
return lintDiagnostics;
|
35
35
|
}
|
@@ -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
|
30
|
-
__export(
|
29
|
+
var chunk_7IKUTPWQ_exports = {};
|
30
|
+
__export(chunk_7IKUTPWQ_exports, {
|
31
31
|
getGitHubIssueUrl: () => getGitHubIssueUrl,
|
32
32
|
wouldYouLikeToCreateANewIssue: () => wouldYouLikeToCreateANewIssue
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
35
|
-
var import_chunk_ZSINRHD4 = require("./chunk-ZSINRHD4.js");
|
34
|
+
module.exports = __toCommonJS(chunk_7IKUTPWQ_exports);
|
36
35
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
37
36
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
37
|
+
var import_node_util = require("node:util");
|
38
38
|
var import_get_platform = require("@prisma/get-platform");
|
39
39
|
var import_node_process = __toESM(require("node:process"));
|
40
40
|
var import_node_os = __toESM(require("node:os"));
|
@@ -362,7 +362,6 @@ var isWsl = () => {
|
|
362
362
|
var is_wsl_default = import_node_process.default.env.__IS_WSL_TEST__ ? isWsl : isWsl();
|
363
363
|
var import_new_github_issue_url = (0, import_chunk_4VNS5WPM.__toESM)(require_new_github_issue_url());
|
364
364
|
var import_open = (0, import_chunk_4VNS5WPM.__toESM)(require_open());
|
365
|
-
var import_strip_ansi = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_ZSINRHD4.require_strip_ansi)());
|
366
365
|
function getGitHubIssueUrl({
|
367
366
|
title,
|
368
367
|
user = "prisma",
|
@@ -413,7 +412,7 @@ async function wouldYouLikeToCreateANewIssue(options) {
|
|
413
412
|
}
|
414
413
|
}
|
415
414
|
var issueTemplate = (platform, options) => {
|
416
|
-
return (0,
|
415
|
+
return (0, import_node_util.stripVTControlCharacters)(`
|
417
416
|
Hi Prisma Team! The following command just crashed.
|
418
417
|
${options.reportId ? `The report Id is: ${options.reportId}` : ""}
|
419
418
|
|
@@ -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
|
30
|
-
__export(
|
29
|
+
var chunk_B45NZMES_exports = {};
|
30
|
+
__export(chunk_B45NZMES_exports, {
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
32
32
|
getDMMF: () => getDMMF
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_B45NZMES_exports);
|
35
35
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
36
36
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
37
|
-
var
|
38
|
-
var
|
37
|
+
var import_chunk_52ASY4CW = require("./chunk-52ASY4CW.js");
|
38
|
+
var import_chunk_PL7WBYQ6 = require("./chunk-PL7WBYQ6.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,
|
61
|
+
super((0, import_chunk_52ASY4CW.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
|
-
|
73
|
+
import_chunk_PL7WBYQ6.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 =
|
79
|
+
const data = import_chunk_PL7WBYQ6.prismaSchemaWasm.get_dmmf(params);
|
80
80
|
return data;
|
81
81
|
},
|
82
82
|
(e) => ({
|
@@ -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
|
30
|
-
__export(
|
29
|
+
var chunk_BDL26P3J_exports = {};
|
30
|
+
__export(chunk_BDL26P3J_exports, {
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
32
32
|
getDMMF: () => getDMMF
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_BDL26P3J_exports);
|
35
35
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
36
36
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
37
|
-
var
|
38
|
-
var
|
37
|
+
var import_chunk_UAG4EV22 = require("./chunk-UAG4EV22.js");
|
38
|
+
var import_chunk_W2GHU6FK = require("./chunk-W2GHU6FK.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,
|
61
|
+
super((0, import_chunk_UAG4EV22.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
|
-
|
73
|
+
import_chunk_W2GHU6FK.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 =
|
79
|
+
const data = import_chunk_W2GHU6FK.prismaSchemaWasm.get_dmmf(params);
|
80
80
|
return data;
|
81
81
|
},
|
82
82
|
(e) => ({
|