@prisma/internals 6.19.0-integration-feat-remove-binary-engine.1 → 6.19.0-integration-engines-6-19-0-7-next-44e0881a477328a478a36acec141ddc4630ec61e.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.
- package/dist/{chunk-PELP7NEY.js → chunk-2KDWDZTH.js} +5 -5
- package/dist/{chunk-6QTN4DDB.js → chunk-46ABODUM.js} +21 -6
- package/dist/{chunk-VRGMXDRD.js → chunk-4CGPN5SR.js} +6 -3
- package/dist/{chunk-GL7OANR6.js → chunk-4JCVHBYR.js} +5 -5
- package/dist/{chunk-PNLK5PK2.js → chunk-7CG7DKAH.js} +8 -8
- package/dist/{chunk-2AYJLW73.js → chunk-7QBHQULK.js} +5 -5
- package/dist/{chunk-4XXX5FAL.js → chunk-BDZNOEJA.js} +8 -8
- package/dist/{chunk-Z3TOT5L3.js → chunk-BFZSHJFH.js} +5 -5
- package/dist/{chunk-FUYRCYVL.js → chunk-ERSH2BQA.js} +8 -3
- package/dist/{chunk-OKVM3CW4.js → chunk-EYVG6XQS.js} +39 -3
- package/dist/{chunk-5XFNC2RY.js → chunk-F2OZV76L.js} +7 -7
- package/dist/{chunk-DGWYSK57.js → chunk-FD3BKIVX.js} +8 -8
- package/dist/{chunk-3GX3XWYB.js → chunk-FHHLGSN4.js} +7 -7
- package/dist/{chunk-FC6CQUSK.js → chunk-GMW36QQF.js} +5 -5
- package/dist/{chunk-CEHARWN2.js → chunk-HA4QQNKW.js} +41 -28
- package/dist/{chunk-GSH4BXBI.js → chunk-HFFWZTVM.js} +6 -4
- package/dist/{chunk-5W3BSMTH.js → chunk-HO5HRHFZ.js} +6 -3
- package/dist/{chunk-ZJN5O3G3.js → chunk-HP6MKXP4.js} +5 -5
- package/dist/{chunk-HEJWJKAQ.js → chunk-J4CTGZBO.js} +5 -5
- package/dist/{chunk-43ZFMWOZ.js → chunk-JUGNIBHR.js} +41 -28
- package/dist/{chunk-6JZNCXUA.js → chunk-MDLQ6JZC.js} +5 -5
- package/dist/{chunk-LDEKYOKN.js → chunk-NFLWGUB3.js} +8 -8
- package/dist/{chunk-4IDPZNYW.js → chunk-NMRDNXL3.js} +8 -8
- package/dist/{chunk-SRZLJFU4.js → chunk-OAT7ZJED.js} +8 -4
- package/dist/{chunk-RDOF2VXZ.js → chunk-OTBIULQS.js} +8 -8
- package/dist/{chunk-HQKRIT7Z.js → chunk-OYXXGKCE.js} +5 -5
- package/dist/{chunk-XVZQ5TSR.js → chunk-PN6FPX2L.js} +7 -7
- package/dist/{chunk-FURGECAD.js → chunk-PZMRR772.js} +6 -6
- package/dist/{chunk-BXLJID4Q.js → chunk-RML5TGZ7.js} +7 -7
- package/dist/{chunk-B22EOFPW.js → chunk-RS2R7COT.js} +6 -3
- package/dist/{chunk-IV6ZGJI6.js → chunk-UHBOD7I5.js} +5 -5
- package/dist/{chunk-KIFFN3IT.js → chunk-UQUWZJVN.js} +5 -5
- package/dist/{chunk-ARC7TW3L.js → chunk-WFNB7VRA.js} +14 -4
- package/dist/{chunk-A7GNRMO6.js → chunk-X3DR2QSA.js} +8 -8
- package/dist/cli/checkUnsupportedDataProxy.js +26 -26
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +26 -26
- package/dist/cli/getGeneratorSuccessMessage.js +3 -2
- package/dist/cli/getSchema.d.ts +15 -1
- package/dist/cli/getSchema.js +5 -4
- package/dist/cli/hashes.js +4 -4
- package/dist/cli/schemaContext.js +26 -26
- package/dist/client/getClientEngineType.d.ts +1 -0
- package/dist/client/getClientEngineType.js +3 -3
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +25 -25
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/getEngineVersion.js +3 -3
- package/dist/engine-commands/getEnginesInfo.d.ts +1 -0
- package/dist/engine-commands/getEnginesInfo.js +4 -4
- package/dist/engine-commands/index.js +37 -37
- 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.d.ts +1 -0
- package/dist/get-generators/getGenerators.js +28 -28
- package/dist/get-generators/utils/binaryTypeToEngineType.js +2 -2
- package/dist/get-generators/utils/engineTypeToBinaryType.js +2 -2
- package/dist/get-generators/utils/getBinaryPathsByVersion.js +4 -4
- package/dist/index.js +61 -61
- package/dist/sendPanic.js +2 -2
- package/dist/utils/getEnvPaths.d.ts +1 -1
- package/dist/utils/getEnvPaths.js +3 -2
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +3 -3
- package/dist/utils/loadEnvFile.d.ts +1 -1
- package/dist/utils/loadEnvFile.js +4 -3
- package/dist/utils/serializeQueryEngineName.js +2 -2
- package/dist/wasm.js +5 -5
- package/package.json +15 -15
|
@@ -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_HA4QQNKW_exports = {};
|
|
30
|
+
__export(chunk_HA4QQNKW_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,28 +42,27 @@ __export(chunk_CEHARWN2_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_HA4QQNKW_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");
|
|
49
|
-
var
|
|
50
|
-
var
|
|
49
|
+
var import_chunk_F2OZV76L = require("./chunk-F2OZV76L.js");
|
|
50
|
+
var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
|
|
51
51
|
var import_chunk_GXW4NTU2 = require("./chunk-GXW4NTU2.js");
|
|
52
52
|
var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
|
|
53
53
|
var import_chunk_7QC5VORA = require("./chunk-7QC5VORA.js");
|
|
54
54
|
var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
|
|
55
|
-
var
|
|
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
|
|
62
|
-
var
|
|
63
|
-
var
|
|
58
|
+
var import_chunk_NMRDNXL3 = require("./chunk-NMRDNXL3.js");
|
|
59
|
+
var import_chunk_BDZNOEJA = require("./chunk-BDZNOEJA.js");
|
|
60
|
+
var import_chunk_2KDWDZTH = require("./chunk-2KDWDZTH.js");
|
|
61
|
+
var import_chunk_PN6FPX2L = require("./chunk-PN6FPX2L.js");
|
|
62
|
+
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
63
|
+
var import_chunk_J4CTGZBO = require("./chunk-J4CTGZBO.js");
|
|
64
64
|
var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
|
|
65
65
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
|
66
|
-
var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
|
|
67
66
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
68
67
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
69
68
|
var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
|
|
@@ -103,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
|
103
102
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
104
103
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
105
104
|
handleFormatPanic(() => {
|
|
106
|
-
|
|
105
|
+
import_chunk_J4CTGZBO.prismaSchemaWasm.debug_panic();
|
|
107
106
|
});
|
|
108
107
|
}
|
|
109
108
|
const defaultFormattingOptions = {
|
|
@@ -120,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
|
120
119
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
|
121
120
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
|
122
121
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
123
|
-
const lintDiagnostics2 = (0,
|
|
122
|
+
const lintDiagnostics2 = (0, import_chunk_2KDWDZTH.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
124
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
125
124
|
});
|
|
126
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_2KDWDZTH.getLintWarningsAsText)(lintDiagnostics);
|
|
127
126
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
|
128
127
|
console.warn(lintWarnings);
|
|
129
128
|
}
|
|
@@ -150,7 +149,7 @@ function handleFormatPanic(tryCb) {
|
|
|
150
149
|
}
|
|
151
150
|
}
|
|
152
151
|
function formatWasm(schema, documentFormattingParams) {
|
|
153
|
-
const formattedSchema =
|
|
152
|
+
const formattedSchema = import_chunk_J4CTGZBO.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
154
153
|
return formattedSchema;
|
|
155
154
|
}
|
|
156
155
|
async function loadSchemaContext({
|
|
@@ -165,13 +164,13 @@ async function loadSchemaContext({
|
|
|
165
164
|
} = {}) {
|
|
166
165
|
let schemaResult = null;
|
|
167
166
|
if (allowNull) {
|
|
168
|
-
schemaResult = await (0,
|
|
167
|
+
schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
|
|
169
168
|
argumentName: schemaPathArgumentName,
|
|
170
169
|
cwd
|
|
171
170
|
});
|
|
172
171
|
if (!schemaResult) return null;
|
|
173
172
|
} else {
|
|
174
|
-
schemaResult = await (0,
|
|
173
|
+
schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
|
|
175
174
|
argumentName: schemaPathArgumentName,
|
|
176
175
|
cwd
|
|
177
176
|
});
|
|
@@ -188,9 +187,9 @@ async function processSchemaResult({
|
|
|
188
187
|
const loadedFromPathForLogMessages = import_path.default.relative(cwd, schemaResult.schemaPath);
|
|
189
188
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
|
190
189
|
if (printLoadMessage) {
|
|
191
|
-
(0,
|
|
190
|
+
(0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
192
191
|
}
|
|
193
|
-
const configFromPsl = await (0,
|
|
192
|
+
const configFromPsl = await (0, import_chunk_NMRDNXL3.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
194
193
|
const datasourceFromPsl = configFromPsl.datasources.at(0);
|
|
195
194
|
const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
|
|
196
195
|
const { url, directUrl, shadowDatabaseUrl } = datasource;
|
|
@@ -248,6 +247,7 @@ async function getGenerators(options) {
|
|
|
248
247
|
binaryPathsOverride,
|
|
249
248
|
generatorNames = [],
|
|
250
249
|
postinstall,
|
|
250
|
+
noEngine,
|
|
251
251
|
allowNoModels = true,
|
|
252
252
|
typedSql
|
|
253
253
|
} = options;
|
|
@@ -260,7 +260,7 @@ async function getGenerators(options) {
|
|
|
260
260
|
}
|
|
261
261
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
|
262
262
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
|
263
|
-
const dmmf = await (0,
|
|
263
|
+
const dmmf = await (0, import_chunk_BDZNOEJA.getDMMF)({
|
|
264
264
|
datamodel: schemaContext.schemaFiles,
|
|
265
265
|
previewFeatures
|
|
266
266
|
});
|
|
@@ -311,8 +311,8 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
311
311
|
fromEnvVar: null
|
|
312
312
|
};
|
|
313
313
|
}
|
|
314
|
-
const datamodel = (0,
|
|
315
|
-
const envPaths = (0,
|
|
314
|
+
const datamodel = (0, import_chunk_PN6FPX2L.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
315
|
+
const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
316
316
|
const options2 = {
|
|
317
317
|
datamodel,
|
|
318
318
|
datasources: schemaContext.datasources,
|
|
@@ -324,6 +324,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
324
324
|
version: version2 || import_engines.enginesVersion,
|
|
325
325
|
// this version makes no sense anymore and should be ignored
|
|
326
326
|
postinstall,
|
|
327
|
+
noEngine,
|
|
327
328
|
allowNoModels,
|
|
328
329
|
envPaths,
|
|
329
330
|
typedSql
|
|
@@ -377,9 +378,10 @@ generator gen {
|
|
|
377
378
|
}
|
|
378
379
|
}
|
|
379
380
|
}
|
|
380
|
-
const
|
|
381
|
+
const queryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
|
|
382
|
+
const queryEngineType = (0, import_chunk_RS2R7COT.binaryTypeToEngineType)(queryEngineBinaryType);
|
|
381
383
|
debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
|
|
382
|
-
const { binaryPathsByVersion, binaryTarget } = await (0,
|
|
384
|
+
const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_F2OZV76L.getBinaryPathsByVersion)({
|
|
383
385
|
neededVersions,
|
|
384
386
|
// We're lazily computing the binary target here, to avoid printing the
|
|
385
387
|
// `Prisma failed to detect the libssl/openssl version to use` warning
|
|
@@ -401,7 +403,7 @@ generator gen {
|
|
|
401
403
|
debug2({ generatorBinaryPaths });
|
|
402
404
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
403
405
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
404
|
-
const customDmmf = await (0,
|
|
406
|
+
const customDmmf = await (0, import_chunk_BDZNOEJA.getDMMF)({
|
|
405
407
|
datamodel: schemaContext.schemaFiles,
|
|
406
408
|
previewFeatures
|
|
407
409
|
});
|
|
@@ -435,6 +437,17 @@ var oldToNewBinaryTargetsMapping = {
|
|
|
435
437
|
async function validateGenerators(generators) {
|
|
436
438
|
const binaryTarget = await (0, import_get_platform.getBinaryTargetForCurrentPlatform)();
|
|
437
439
|
for (const generator of generators) {
|
|
440
|
+
if (generator.config.platforms) {
|
|
441
|
+
throw new Error(
|
|
442
|
+
`The \`platforms\` field on the generator definition is deprecated. Please rename it to \`binaryTargets\`.`
|
|
443
|
+
);
|
|
444
|
+
}
|
|
445
|
+
if (generator.config.pinnedBinaryTargets) {
|
|
446
|
+
throw new Error(
|
|
447
|
+
`The \`pinnedBinaryTargets\` field on the generator definition is deprecated.
|
|
448
|
+
Please use the PRISMA_QUERY_ENGINE_BINARY env var instead to pin the binary target.`
|
|
449
|
+
);
|
|
450
|
+
}
|
|
438
451
|
if (generator.binaryTargets) {
|
|
439
452
|
const binaryTargets2 = generator.binaryTargets && generator.binaryTargets.length > 0 ? generator.binaryTargets : [{ fromEnvVar: null, value: "native" }];
|
|
440
453
|
const resolvedBinaryTargets = binaryTargets2.flatMap((object) => (0, import_chunk_IOIAK7V7.parseBinaryTargetsEnvValue)(object)).map((p) => p === "native" ? binaryTarget : p);
|
|
@@ -511,7 +524,7 @@ function checkUnsupportedDataProxy({
|
|
|
511
524
|
}
|
|
512
525
|
}
|
|
513
526
|
if (!schemaContext?.primaryDatasource) return;
|
|
514
|
-
const url = (0,
|
|
527
|
+
const url = (0, import_chunk_NMRDNXL3.resolveUrl)((0, import_chunk_NMRDNXL3.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
515
528
|
if (url?.startsWith("prisma://")) {
|
|
516
529
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
517
530
|
}
|
|
@@ -26,11 +26,11 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_HFFWZTVM_exports = {};
|
|
30
|
+
__export(chunk_HFFWZTVM_exports, {
|
|
31
31
|
sendPanic: () => sendPanic
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(chunk_HFFWZTVM_exports);
|
|
34
34
|
var import_chunk_KDHESRKE = require("./chunk-KDHESRKE.js");
|
|
35
35
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
36
36
|
var import_chunk_5AI4FIZ3 = require("./chunk-5AI4FIZ3.js");
|
|
@@ -1813,7 +1813,9 @@ async function sendPanic({
|
|
|
1813
1813
|
return id;
|
|
1814
1814
|
}
|
|
1815
1815
|
function getCommand() {
|
|
1816
|
-
if (process.argv[2] === "
|
|
1816
|
+
if (process.argv[2] === "introspect") {
|
|
1817
|
+
return "introspect";
|
|
1818
|
+
} else if (process.argv[2] === "db" && process.argv[3] === "pull") {
|
|
1817
1819
|
return "db pull";
|
|
1818
1820
|
}
|
|
1819
1821
|
return process.argv.slice(2).join(" ");
|
|
@@ -16,12 +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_HO5HRHFZ_exports = {};
|
|
20
|
+
__export(chunk_HO5HRHFZ_exports, {
|
|
21
21
|
serializeQueryEngineName: () => serializeQueryEngineName
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_HO5HRHFZ_exports);
|
|
24
24
|
function serializeQueryEngineName(message) {
|
|
25
25
|
const normalizedName = "query-engine-NORMALIZED";
|
|
26
|
+
if (process.env.PRISMA_CLI_QUERY_ENGINE_TYPE === "binary") {
|
|
27
|
+
return message.replace(/query-engine binary/g, normalizedName);
|
|
28
|
+
}
|
|
26
29
|
return message.replace(/query-engine-node-api library/g, normalizedName);
|
|
27
30
|
}
|
|
@@ -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_HP6MKXP4_exports = {};
|
|
20
|
+
__export(chunk_HP6MKXP4_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_HP6MKXP4_exports);
|
|
24
|
+
var import_chunk_7QBHQULK = require("./chunk-7QBHQULK.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_7QBHQULK.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
|
@@ -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_J4CTGZBO_exports = {};
|
|
30
|
+
__export(chunk_J4CTGZBO_exports, {
|
|
31
31
|
prismaSchemaWasm: () => import_prisma_schema_wasm.default,
|
|
32
32
|
prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
|
|
33
33
|
schemaEngineWasmVersion: () => schemaEngineWasmVersion,
|
|
34
34
|
wasm_exports: () => wasm_exports
|
|
35
35
|
});
|
|
36
|
-
module.exports = __toCommonJS(
|
|
37
|
-
var
|
|
36
|
+
module.exports = __toCommonJS(chunk_J4CTGZBO_exports);
|
|
37
|
+
var import_chunk_RML5TGZ7 = require("./chunk-RML5TGZ7.js");
|
|
38
38
|
var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
|
|
39
39
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
40
40
|
var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
|
|
@@ -46,6 +46,6 @@ var wasm_exports = {};
|
|
|
46
46
|
});
|
|
47
47
|
var globalWithPanicRegistry = globalThis;
|
|
48
48
|
globalWithPanicRegistry.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_WXRVYSYN.WasmPanicRegistry();
|
|
49
|
-
var { dependencies } = (0,
|
|
49
|
+
var { dependencies } = (0, import_chunk_RML5TGZ7.require_package)();
|
|
50
50
|
var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
|
|
51
51
|
var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
|
|
@@ -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_JUGNIBHR_exports = {};
|
|
30
|
+
__export(chunk_JUGNIBHR_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,28 +42,27 @@ __export(chunk_43ZFMWOZ_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_JUGNIBHR_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");
|
|
49
|
-
var
|
|
50
|
-
var
|
|
49
|
+
var import_chunk_F2OZV76L = require("./chunk-F2OZV76L.js");
|
|
50
|
+
var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
|
|
51
51
|
var import_chunk_GXW4NTU2 = require("./chunk-GXW4NTU2.js");
|
|
52
52
|
var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
|
|
53
53
|
var import_chunk_7QC5VORA = require("./chunk-7QC5VORA.js");
|
|
54
54
|
var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
|
|
55
|
-
var
|
|
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
|
|
62
|
-
var
|
|
63
|
-
var
|
|
58
|
+
var import_chunk_FD3BKIVX = require("./chunk-FD3BKIVX.js");
|
|
59
|
+
var import_chunk_X3DR2QSA = require("./chunk-X3DR2QSA.js");
|
|
60
|
+
var import_chunk_BFZSHJFH = require("./chunk-BFZSHJFH.js");
|
|
61
|
+
var import_chunk_FHHLGSN4 = require("./chunk-FHHLGSN4.js");
|
|
62
|
+
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
63
|
+
var import_chunk_OYXXGKCE = require("./chunk-OYXXGKCE.js");
|
|
64
64
|
var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
|
|
65
65
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
|
66
|
-
var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
|
|
67
66
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
68
67
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
69
68
|
var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
|
|
@@ -103,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
|
103
102
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
104
103
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
105
104
|
handleFormatPanic(() => {
|
|
106
|
-
|
|
105
|
+
import_chunk_OYXXGKCE.prismaSchemaWasm.debug_panic();
|
|
107
106
|
});
|
|
108
107
|
}
|
|
109
108
|
const defaultFormattingOptions = {
|
|
@@ -120,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
|
120
119
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
|
121
120
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
|
122
121
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
123
|
-
const lintDiagnostics2 = (0,
|
|
122
|
+
const lintDiagnostics2 = (0, import_chunk_BFZSHJFH.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
124
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
125
124
|
});
|
|
126
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_BFZSHJFH.getLintWarningsAsText)(lintDiagnostics);
|
|
127
126
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
|
128
127
|
console.warn(lintWarnings);
|
|
129
128
|
}
|
|
@@ -150,7 +149,7 @@ function handleFormatPanic(tryCb) {
|
|
|
150
149
|
}
|
|
151
150
|
}
|
|
152
151
|
function formatWasm(schema, documentFormattingParams) {
|
|
153
|
-
const formattedSchema =
|
|
152
|
+
const formattedSchema = import_chunk_OYXXGKCE.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
154
153
|
return formattedSchema;
|
|
155
154
|
}
|
|
156
155
|
async function loadSchemaContext({
|
|
@@ -165,13 +164,13 @@ async function loadSchemaContext({
|
|
|
165
164
|
} = {}) {
|
|
166
165
|
let schemaResult = null;
|
|
167
166
|
if (allowNull) {
|
|
168
|
-
schemaResult = await (0,
|
|
167
|
+
schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
|
|
169
168
|
argumentName: schemaPathArgumentName,
|
|
170
169
|
cwd
|
|
171
170
|
});
|
|
172
171
|
if (!schemaResult) return null;
|
|
173
172
|
} else {
|
|
174
|
-
schemaResult = await (0,
|
|
173
|
+
schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
|
|
175
174
|
argumentName: schemaPathArgumentName,
|
|
176
175
|
cwd
|
|
177
176
|
});
|
|
@@ -188,9 +187,9 @@ async function processSchemaResult({
|
|
|
188
187
|
const loadedFromPathForLogMessages = import_path.default.relative(cwd, schemaResult.schemaPath);
|
|
189
188
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
|
190
189
|
if (printLoadMessage) {
|
|
191
|
-
(0,
|
|
190
|
+
(0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
192
191
|
}
|
|
193
|
-
const configFromPsl = await (0,
|
|
192
|
+
const configFromPsl = await (0, import_chunk_FD3BKIVX.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
194
193
|
const datasourceFromPsl = configFromPsl.datasources.at(0);
|
|
195
194
|
const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
|
|
196
195
|
const { url, directUrl, shadowDatabaseUrl } = datasource;
|
|
@@ -248,6 +247,7 @@ async function getGenerators(options) {
|
|
|
248
247
|
binaryPathsOverride,
|
|
249
248
|
generatorNames = [],
|
|
250
249
|
postinstall,
|
|
250
|
+
noEngine,
|
|
251
251
|
allowNoModels = true,
|
|
252
252
|
typedSql
|
|
253
253
|
} = options;
|
|
@@ -260,7 +260,7 @@ async function getGenerators(options) {
|
|
|
260
260
|
}
|
|
261
261
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
|
262
262
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
|
263
|
-
const dmmf = await (0,
|
|
263
|
+
const dmmf = await (0, import_chunk_X3DR2QSA.getDMMF)({
|
|
264
264
|
datamodel: schemaContext.schemaFiles,
|
|
265
265
|
previewFeatures
|
|
266
266
|
});
|
|
@@ -311,8 +311,8 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
311
311
|
fromEnvVar: null
|
|
312
312
|
};
|
|
313
313
|
}
|
|
314
|
-
const datamodel = (0,
|
|
315
|
-
const envPaths = (0,
|
|
314
|
+
const datamodel = (0, import_chunk_FHHLGSN4.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
315
|
+
const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
316
316
|
const options2 = {
|
|
317
317
|
datamodel,
|
|
318
318
|
datasources: schemaContext.datasources,
|
|
@@ -324,6 +324,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
324
324
|
version: version2 || import_engines.enginesVersion,
|
|
325
325
|
// this version makes no sense anymore and should be ignored
|
|
326
326
|
postinstall,
|
|
327
|
+
noEngine,
|
|
327
328
|
allowNoModels,
|
|
328
329
|
envPaths,
|
|
329
330
|
typedSql
|
|
@@ -377,9 +378,10 @@ generator gen {
|
|
|
377
378
|
}
|
|
378
379
|
}
|
|
379
380
|
}
|
|
380
|
-
const
|
|
381
|
+
const queryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
|
|
382
|
+
const queryEngineType = (0, import_chunk_RS2R7COT.binaryTypeToEngineType)(queryEngineBinaryType);
|
|
381
383
|
debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
|
|
382
|
-
const { binaryPathsByVersion, binaryTarget } = await (0,
|
|
384
|
+
const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_F2OZV76L.getBinaryPathsByVersion)({
|
|
383
385
|
neededVersions,
|
|
384
386
|
// We're lazily computing the binary target here, to avoid printing the
|
|
385
387
|
// `Prisma failed to detect the libssl/openssl version to use` warning
|
|
@@ -401,7 +403,7 @@ generator gen {
|
|
|
401
403
|
debug2({ generatorBinaryPaths });
|
|
402
404
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
403
405
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
404
|
-
const customDmmf = await (0,
|
|
406
|
+
const customDmmf = await (0, import_chunk_X3DR2QSA.getDMMF)({
|
|
405
407
|
datamodel: schemaContext.schemaFiles,
|
|
406
408
|
previewFeatures
|
|
407
409
|
});
|
|
@@ -435,6 +437,17 @@ var oldToNewBinaryTargetsMapping = {
|
|
|
435
437
|
async function validateGenerators(generators) {
|
|
436
438
|
const binaryTarget = await (0, import_get_platform.getBinaryTargetForCurrentPlatform)();
|
|
437
439
|
for (const generator of generators) {
|
|
440
|
+
if (generator.config.platforms) {
|
|
441
|
+
throw new Error(
|
|
442
|
+
`The \`platforms\` field on the generator definition is deprecated. Please rename it to \`binaryTargets\`.`
|
|
443
|
+
);
|
|
444
|
+
}
|
|
445
|
+
if (generator.config.pinnedBinaryTargets) {
|
|
446
|
+
throw new Error(
|
|
447
|
+
`The \`pinnedBinaryTargets\` field on the generator definition is deprecated.
|
|
448
|
+
Please use the PRISMA_QUERY_ENGINE_BINARY env var instead to pin the binary target.`
|
|
449
|
+
);
|
|
450
|
+
}
|
|
438
451
|
if (generator.binaryTargets) {
|
|
439
452
|
const binaryTargets2 = generator.binaryTargets && generator.binaryTargets.length > 0 ? generator.binaryTargets : [{ fromEnvVar: null, value: "native" }];
|
|
440
453
|
const resolvedBinaryTargets = binaryTargets2.flatMap((object) => (0, import_chunk_IOIAK7V7.parseBinaryTargetsEnvValue)(object)).map((p) => p === "native" ? binaryTarget : p);
|
|
@@ -511,7 +524,7 @@ function checkUnsupportedDataProxy({
|
|
|
511
524
|
}
|
|
512
525
|
}
|
|
513
526
|
if (!schemaContext?.primaryDatasource) return;
|
|
514
|
-
const url = (0,
|
|
527
|
+
const url = (0, import_chunk_FD3BKIVX.resolveUrl)((0, import_chunk_FD3BKIVX.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
515
528
|
if (url?.startsWith("prisma://")) {
|
|
516
529
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
517
530
|
}
|
|
@@ -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_MDLQ6JZC_exports = {};
|
|
20
|
+
__export(chunk_MDLQ6JZC_exports, {
|
|
21
21
|
version: () => version
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var packageJson = (0,
|
|
23
|
+
module.exports = __toCommonJS(chunk_MDLQ6JZC_exports);
|
|
24
|
+
var import_chunk_OTBIULQS = require("./chunk-OTBIULQS.js");
|
|
25
|
+
var packageJson = (0, import_chunk_OTBIULQS.require_package)();
|
|
26
26
|
var version = packageJson.version;
|
|
@@ -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_NFLWGUB3_exports = {};
|
|
30
|
+
__export(chunk_NFLWGUB3_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_NFLWGUB3_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_HP6MKXP4 = require("./chunk-HP6MKXP4.js");
|
|
39
|
+
var import_chunk_J4CTGZBO = require("./chunk-J4CTGZBO.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: validate]`;
|
|
62
|
-
super((0,
|
|
62
|
+
super((0, import_chunk_HP6MKXP4.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
63
63
|
this.name = "ValidateError";
|
|
64
64
|
}
|
|
65
65
|
};
|
|
@@ -71,13 +71,13 @@ function validate(options) {
|
|
|
71
71
|
() => {
|
|
72
72
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
|
73
73
|
debug("Triggering a Rust panic...");
|
|
74
|
-
|
|
74
|
+
import_chunk_J4CTGZBO.prismaSchemaWasm.debug_panic();
|
|
75
75
|
}
|
|
76
76
|
const params = JSON.stringify({
|
|
77
77
|
prismaSchema: options.schemas,
|
|
78
78
|
noColor: Boolean(process.env.NO_COLOR)
|
|
79
79
|
});
|
|
80
|
-
|
|
80
|
+
import_chunk_J4CTGZBO.prismaSchemaWasm.validate(params);
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
83
83
|
type: "wasm-error",
|
|
@@ -26,20 +26,20 @@ 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_NMRDNXL3_exports = {};
|
|
30
|
+
__export(chunk_NMRDNXL3_exports, {
|
|
31
31
|
GetConfigError: () => GetConfigError,
|
|
32
32
|
getConfig: () => getConfig,
|
|
33
33
|
getDirectUrl: () => getDirectUrl,
|
|
34
34
|
getEffectiveUrl: () => getEffectiveUrl,
|
|
35
35
|
resolveUrl: () => resolveUrl
|
|
36
36
|
});
|
|
37
|
-
module.exports = __toCommonJS(
|
|
37
|
+
module.exports = __toCommonJS(chunk_NMRDNXL3_exports);
|
|
38
38
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
|
39
39
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
|
40
40
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
41
|
-
var
|
|
42
|
-
var
|
|
41
|
+
var import_chunk_HP6MKXP4 = require("./chunk-HP6MKXP4.js");
|
|
42
|
+
var import_chunk_J4CTGZBO = require("./chunk-J4CTGZBO.js");
|
|
43
43
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
44
44
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
45
45
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
@@ -64,7 +64,7 @@ ${detailsHeader} ${message}`;
|
|
|
64
64
|
}).exhaustive();
|
|
65
65
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
66
66
|
[Context: getConfig]`;
|
|
67
|
-
super((0,
|
|
67
|
+
super((0, import_chunk_HP6MKXP4.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
68
68
|
this.name = "GetConfigError";
|
|
69
69
|
}
|
|
70
70
|
};
|
|
@@ -89,7 +89,7 @@ async function getConfig(options) {
|
|
|
89
89
|
() => {
|
|
90
90
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
|
|
91
91
|
debug("Triggering a Rust panic...");
|
|
92
|
-
|
|
92
|
+
import_chunk_J4CTGZBO.prismaSchemaWasm.debug_panic();
|
|
93
93
|
}
|
|
94
94
|
const params = JSON.stringify({
|
|
95
95
|
prismaSchema: options.datamodel,
|
|
@@ -97,7 +97,7 @@ async function getConfig(options) {
|
|
|
97
97
|
ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
|
|
98
98
|
env: process.env
|
|
99
99
|
});
|
|
100
|
-
const data =
|
|
100
|
+
const data = import_chunk_J4CTGZBO.prismaSchemaWasm.get_config(params);
|
|
101
101
|
return data;
|
|
102
102
|
},
|
|
103
103
|
(e) => ({
|
|
@@ -16,20 +16,24 @@ 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_OAT7ZJED_exports = {};
|
|
20
|
+
__export(chunk_OAT7ZJED_exports, {
|
|
21
21
|
getEngineVersion: () => getEngineVersion,
|
|
22
22
|
safeGetEngineVersion: () => safeGetEngineVersion
|
|
23
23
|
});
|
|
24
|
-
module.exports = __toCommonJS(
|
|
24
|
+
module.exports = __toCommonJS(chunk_OAT7ZJED_exports);
|
|
25
25
|
var import_chunk_6TTRTZXU = require("./chunk-6TTRTZXU.js");
|
|
26
26
|
var import_chunk_JOIHHXR6 = require("./chunk-JOIHHXR6.js");
|
|
27
27
|
var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
|
|
28
28
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
29
|
+
var import_engines = require("@prisma/engines");
|
|
29
30
|
var import_fetch_engine = require("@prisma/fetch-engine");
|
|
30
31
|
var import_get_platform = require("@prisma/get-platform");
|
|
31
32
|
async function getEngineVersion(enginePath, binaryName) {
|
|
32
|
-
|
|
33
|
+
if (!binaryName) {
|
|
34
|
+
binaryName = (0, import_engines.getCliQueryEngineBinaryType)();
|
|
35
|
+
}
|
|
36
|
+
enginePath = await (0, import_chunk_FYZCPL2Z.resolveBinary)(binaryName, enginePath);
|
|
33
37
|
const platformInfo = await (0, import_get_platform.getPlatformInfo)();
|
|
34
38
|
if (binaryName === import_fetch_engine.BinaryType.QueryEngineLibrary) {
|
|
35
39
|
(0, import_get_platform.assertNodeAPISupported)();
|