@prisma/internals 6.4.0-dev.56 → 6.4.0-dev.57
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-EIXHNCRA.js → chunk-32TW2YX2.js} +5 -5
- package/dist/{chunk-R24IXU2U.js → chunk-4KRLAN5N.js} +8 -8
- package/dist/{chunk-B66R7GCN.js → chunk-4PDVEX2M.js} +23 -23
- package/dist/{chunk-FKSDCLIK.js → chunk-7AY3H7FZ.js} +7 -7
- package/dist/{chunk-LI4W73HQ.js → chunk-7I77YYF2.js} +8 -8
- package/dist/{chunk-YPIS2RZE.js → chunk-CMELIVCM.js} +7 -7
- package/dist/{chunk-G5JEM6GP.js → chunk-GFX4U464.js} +4 -4
- package/dist/{chunk-SSXYWQ66.js → chunk-HEIHA3IF.js} +5 -5
- package/dist/{chunk-RN25XWYP.js → chunk-LOZFRQIZ.js} +8 -8
- package/dist/{chunk-VEEH2OUF.js → chunk-Q367INJ5.js} +5 -5
- package/dist/{chunk-HJFM4AKV.js → chunk-XK6UBSHV.js} +5 -5
- package/dist/cli/checkUnsupportedDataProxy.js +12 -12
- package/dist/cli/getSchema.d.ts +2 -2
- package/dist/cli/getSchema.js +16 -16
- package/dist/cli/hashes.js +12 -12
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +11 -11
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +20 -20
- 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/generatorResolvers/generatorResolvers.js +11 -11
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +11 -11
- package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +12 -12
- package/dist/get-generators/getGenerators.js +14 -14
- package/dist/index.js +39 -39
- package/dist/sendPanic.js +11 -11
- package/dist/utils/getEnvPaths.js +11 -11
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +11 -11
- package/dist/utils/loadEnvFile.js +11 -11
- package/dist/wasm.js +4 -4
- package/package.json +8 -8
@@ -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_32TW2YX2_exports = {};
|
20
|
+
__export(chunk_32TW2YX2_exports, {
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
24
|
-
var
|
23
|
+
module.exports = __toCommonJS(chunk_32TW2YX2_exports);
|
24
|
+
var import_chunk_Q367INJ5 = require("./chunk-Q367INJ5.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_Q367INJ5.version]];
|
28
28
|
return `${message}
|
29
29
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
@@ -26,19 +26,19 @@ 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_4KRLAN5N_exports = {};
|
30
|
+
__export(chunk_4KRLAN5N_exports, {
|
31
31
|
ValidateError: () => ValidateError,
|
32
32
|
validate: () => validate
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_4KRLAN5N_exports);
|
35
35
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
36
36
|
var import_chunk_6TXVGFQA = require("./chunk-6TXVGFQA.js");
|
37
37
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
38
|
-
var
|
38
|
+
var import_chunk_32TW2YX2 = require("./chunk-32TW2YX2.js");
|
39
39
|
var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
|
40
40
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
41
|
-
var
|
41
|
+
var import_chunk_HEIHA3IF = require("./chunk-HEIHA3IF.js");
|
42
42
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
43
43
|
var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
|
44
44
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
@@ -60,7 +60,7 @@ ${detailsHeader} ${message}`;
|
|
60
60
|
}).exhaustive();
|
61
61
|
const errorMessageWithContext = `${constructedErrorMessage}
|
62
62
|
[Context: validate]`;
|
63
|
-
super((0,
|
63
|
+
super((0, import_chunk_32TW2YX2.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
64
64
|
this.name = "ValidateError";
|
65
65
|
}
|
66
66
|
};
|
@@ -72,13 +72,13 @@ function validate(options) {
|
|
72
72
|
() => {
|
73
73
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
74
74
|
debug("Triggering a Rust panic...");
|
75
|
-
|
75
|
+
import_chunk_HEIHA3IF.prismaSchemaWasm.debug_panic();
|
76
76
|
}
|
77
77
|
const params = JSON.stringify({
|
78
78
|
prismaSchema: options.schemas,
|
79
79
|
noColor: Boolean(process.env.NO_COLOR)
|
80
80
|
});
|
81
|
-
|
81
|
+
import_chunk_HEIHA3IF.prismaSchemaWasm.validate(params);
|
82
82
|
},
|
83
83
|
(e) => ({
|
84
84
|
type: "wasm-error",
|
@@ -26,8 +26,8 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
|
|
26
26
|
mod
|
27
27
|
));
|
28
28
|
var __toCommonJS2 = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
29
|
-
var
|
30
|
-
__export2(
|
29
|
+
var chunk_4PDVEX2M_exports = {};
|
30
|
+
__export2(chunk_4PDVEX2M_exports, {
|
31
31
|
checkTypeScriptVersion: () => checkTypeScriptVersion,
|
32
32
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
33
33
|
debug: () => debug6,
|
@@ -54,7 +54,7 @@ __export2(chunk_B66R7GCN_exports, {
|
|
54
54
|
sendPanic: () => sendPanic,
|
55
55
|
skipIndex: () => skipIndex
|
56
56
|
});
|
57
|
-
module.exports = __toCommonJS2(
|
57
|
+
module.exports = __toCommonJS2(chunk_4PDVEX2M_exports);
|
58
58
|
var import_chunk_EUTJYQDW = require("./chunk-EUTJYQDW.js");
|
59
59
|
var import_chunk_IPKE37QC = require("./chunk-IPKE37QC.js");
|
60
60
|
var import_chunk_PIPE5DSU = require("./chunk-PIPE5DSU.js");
|
@@ -79,13 +79,13 @@ var import_chunk_AC6EAR56 = require("./chunk-AC6EAR56.js");
|
|
79
79
|
var import_chunk_EPJYKNCQ = require("./chunk-EPJYKNCQ.js");
|
80
80
|
var import_chunk_ODI3VNBD = require("./chunk-ODI3VNBD.js");
|
81
81
|
var import_chunk_TSJICM5S = require("./chunk-TSJICM5S.js");
|
82
|
-
var
|
83
|
-
var
|
84
|
-
var
|
85
|
-
var
|
82
|
+
var import_chunk_XK6UBSHV = require("./chunk-XK6UBSHV.js");
|
83
|
+
var import_chunk_CMELIVCM = require("./chunk-CMELIVCM.js");
|
84
|
+
var import_chunk_LOZFRQIZ = require("./chunk-LOZFRQIZ.js");
|
85
|
+
var import_chunk_7I77YYF2 = require("./chunk-7I77YYF2.js");
|
86
86
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
87
87
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
88
|
-
var
|
88
|
+
var import_chunk_HEIHA3IF = require("./chunk-HEIHA3IF.js");
|
89
89
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
90
90
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
91
91
|
var import_chunk_QIVUAERL = require("./chunk-QIVUAERL.js");
|
@@ -14751,7 +14751,7 @@ async function readSchemaFromDirectory(schemaPath2) {
|
|
14751
14751
|
}
|
14752
14752
|
const files = await (0, import_schema_files_loader.loadSchemaFiles)(schemaPath2);
|
14753
14753
|
debug2("Loading config");
|
14754
|
-
const config2 = await (0,
|
14754
|
+
const config2 = await (0, import_chunk_LOZFRQIZ.getConfig)({
|
14755
14755
|
datamodel: files,
|
14756
14756
|
ignoreEnvVarErrors: true
|
14757
14757
|
});
|
@@ -14861,17 +14861,17 @@ async function readSchemaFromPrismaConfigBasedLocation(schemaPathFromConfig) {
|
|
14861
14861
|
}
|
14862
14862
|
let schemaResult2;
|
14863
14863
|
if (schemaPathFromConfig.kind === "single") {
|
14864
|
-
schemaResult2 = await readSchemaFromSingleFile(schemaPathFromConfig.
|
14864
|
+
schemaResult2 = await readSchemaFromSingleFile(schemaPathFromConfig.filePath);
|
14865
14865
|
if (!schemaResult2.ok) {
|
14866
14866
|
throw new Error(
|
14867
|
-
`Could not load schema from file \`${schemaPathFromConfig.
|
14867
|
+
`Could not load schema from file \`${schemaPathFromConfig.filePath}\` provided by "prisma.config.ts"\`: ${renderLookupError(schemaResult2.error)}`
|
14868
14868
|
);
|
14869
14869
|
}
|
14870
14870
|
} else {
|
14871
|
-
schemaResult2 = await readSchemaFromDirectory(schemaPathFromConfig.
|
14871
|
+
schemaResult2 = await readSchemaFromDirectory(schemaPathFromConfig.folderPath);
|
14872
14872
|
if (!schemaResult2.ok) {
|
14873
14873
|
throw new Error(
|
14874
|
-
`Could not load schema from folder \`${schemaPathFromConfig.
|
14874
|
+
`Could not load schema from folder \`${schemaPathFromConfig.folderPath}\` provided by "prisma.config.ts"\`: ${renderLookupError(schemaResult2.error)}`
|
14875
14875
|
);
|
14876
14876
|
}
|
14877
14877
|
}
|
@@ -15077,8 +15077,8 @@ async function checkUnsupportedDataProxyMessage(command, args, schemaPathFromCon
|
|
15077
15077
|
if (argName.includes("schema")) {
|
15078
15078
|
await loadEnvFile({ schemaPath: argValue, printMessage: false, config: (0, import_config.defaultTestConfig)() });
|
15079
15079
|
const datamodel = await import_fs.default.promises.readFile(argValue, "utf-8");
|
15080
|
-
const config2 = await (0,
|
15081
|
-
const url = (0,
|
15080
|
+
const config2 = await (0, import_chunk_LOZFRQIZ.getConfig)({ datamodel, ignoreEnvVarErrors: true });
|
15081
|
+
const url = (0, import_chunk_LOZFRQIZ.resolveUrl)((0, import_chunk_LOZFRQIZ.getEffectiveUrl)(config2.datasources[0]));
|
15082
15082
|
if (url?.startsWith("prisma://")) {
|
15083
15083
|
return forbiddenCmdWithDataProxyFlagMessage(command);
|
15084
15084
|
}
|
@@ -15251,7 +15251,7 @@ async function getGenerators(options) {
|
|
15251
15251
|
prismaPath = binaryPathsWithEngineType[queryEngineBinaryType][binaryTarget];
|
15252
15252
|
}
|
15253
15253
|
}
|
15254
|
-
const config = await (0,
|
15254
|
+
const config = await (0, import_chunk_LOZFRQIZ.getConfig)({
|
15255
15255
|
datamodel: schemas,
|
15256
15256
|
datamodelPath: schemaPath,
|
15257
15257
|
prismaPath,
|
@@ -15262,7 +15262,7 @@ async function getGenerators(options) {
|
|
15262
15262
|
}
|
15263
15263
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(config.warnings);
|
15264
15264
|
const previewFeatures = (0, import_chunk_TSJICM5S.extractPreviewFeatures)(config);
|
15265
|
-
const dmmf = await (0,
|
15265
|
+
const dmmf = await (0, import_chunk_7I77YYF2.getDMMF)({
|
15266
15266
|
datamodel: schemas,
|
15267
15267
|
datamodelPath: schemaPath,
|
15268
15268
|
prismaPath,
|
@@ -15323,7 +15323,7 @@ The generator needs to either define the \`defaultOutput\` path in the manifest
|
|
15323
15323
|
fromEnvVar: "null"
|
15324
15324
|
};
|
15325
15325
|
}
|
15326
|
-
const datamodel = (0,
|
15326
|
+
const datamodel = (0, import_chunk_CMELIVCM.mergeSchemas)({ schemas });
|
15327
15327
|
const envPaths2 = await getEnvPaths(schemaPath, { cwd: generator.output.value });
|
15328
15328
|
const options2 = {
|
15329
15329
|
datamodel,
|
@@ -15406,7 +15406,7 @@ generator gen {
|
|
15406
15406
|
debug7({ generatorBinaryPaths });
|
15407
15407
|
generator.setBinaryPaths(generatorBinaryPaths);
|
15408
15408
|
if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
15409
|
-
const customDmmf = await (0,
|
15409
|
+
const customDmmf = await (0, import_chunk_7I77YYF2.getDMMF)({
|
15410
15410
|
datamodel: schemas,
|
15411
15411
|
datamodelPath: schemaPath,
|
15412
15412
|
prismaPath: generatorBinaryPaths[queryEngineType]?.[binaryTarget],
|
@@ -15704,7 +15704,7 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
15704
15704
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
15705
15705
|
handleFormatPanic(
|
15706
15706
|
() => {
|
15707
|
-
|
15707
|
+
import_chunk_HEIHA3IF.prismaSchemaWasm.debug_panic();
|
15708
15708
|
},
|
15709
15709
|
{ schemas: schemas2 }
|
15710
15710
|
);
|
@@ -15724,12 +15724,12 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
15724
15724
|
() => {
|
15725
15725
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas2), documentFormattingParams);
|
15726
15726
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
15727
|
-
const lintDiagnostics2 = (0,
|
15727
|
+
const lintDiagnostics2 = (0, import_chunk_XK6UBSHV.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
15728
15728
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
15729
15729
|
},
|
15730
15730
|
{ schemas: schemas2 }
|
15731
15731
|
);
|
15732
|
-
const lintWarnings = (0,
|
15732
|
+
const lintWarnings = (0, import_chunk_XK6UBSHV.getLintWarningsAsText)(lintDiagnostics);
|
15733
15733
|
if (lintWarnings && import_chunk_AZNLB67U.logger_exports.should.warn()) {
|
15734
15734
|
console.warn(lintWarnings);
|
15735
15735
|
}
|
@@ -15759,7 +15759,7 @@ function handleFormatPanic(tryCb, { schemas: schemas2 }) {
|
|
15759
15759
|
}
|
15760
15760
|
}
|
15761
15761
|
function formatWasm(schema, documentFormattingParams) {
|
15762
|
-
const formattedSchema =
|
15762
|
+
const formattedSchema = import_chunk_HEIHA3IF.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
15763
15763
|
return formattedSchema;
|
15764
15764
|
}
|
15765
15765
|
/*! Bundled license information:
|
@@ -26,8 +26,8 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
|
|
26
26
|
mod
|
27
27
|
));
|
28
28
|
var __toCommonJS2 = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
29
|
-
var
|
30
|
-
__export2(
|
29
|
+
var chunk_7AY3H7FZ_exports = {};
|
30
|
+
__export2(chunk_7AY3H7FZ_exports, {
|
31
31
|
checkTypeScriptVersion: () => checkTypeScriptVersion,
|
32
32
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
33
33
|
debug: () => debug6,
|
@@ -54,7 +54,7 @@ __export2(chunk_FKSDCLIK_exports, {
|
|
54
54
|
sendPanic: () => sendPanic,
|
55
55
|
skipIndex: () => skipIndex
|
56
56
|
});
|
57
|
-
module.exports = __toCommonJS2(
|
57
|
+
module.exports = __toCommonJS2(chunk_7AY3H7FZ_exports);
|
58
58
|
var import_chunk_EUTJYQDW = require("./chunk-EUTJYQDW.js");
|
59
59
|
var import_chunk_IPKE37QC = require("./chunk-IPKE37QC.js");
|
60
60
|
var import_chunk_PIPE5DSU = require("./chunk-PIPE5DSU.js");
|
@@ -14861,17 +14861,17 @@ async function readSchemaFromPrismaConfigBasedLocation(schemaPathFromConfig) {
|
|
14861
14861
|
}
|
14862
14862
|
let schemaResult2;
|
14863
14863
|
if (schemaPathFromConfig.kind === "single") {
|
14864
|
-
schemaResult2 = await readSchemaFromSingleFile(schemaPathFromConfig.
|
14864
|
+
schemaResult2 = await readSchemaFromSingleFile(schemaPathFromConfig.filePath);
|
14865
14865
|
if (!schemaResult2.ok) {
|
14866
14866
|
throw new Error(
|
14867
|
-
`Could not load schema from file \`${schemaPathFromConfig.
|
14867
|
+
`Could not load schema from file \`${schemaPathFromConfig.filePath}\` provided by "prisma.config.ts"\`: ${renderLookupError(schemaResult2.error)}`
|
14868
14868
|
);
|
14869
14869
|
}
|
14870
14870
|
} else {
|
14871
|
-
schemaResult2 = await readSchemaFromDirectory(schemaPathFromConfig.
|
14871
|
+
schemaResult2 = await readSchemaFromDirectory(schemaPathFromConfig.folderPath);
|
14872
14872
|
if (!schemaResult2.ok) {
|
14873
14873
|
throw new Error(
|
14874
|
-
`Could not load schema from folder \`${schemaPathFromConfig.
|
14874
|
+
`Could not load schema from folder \`${schemaPathFromConfig.folderPath}\` provided by "prisma.config.ts"\`: ${renderLookupError(schemaResult2.error)}`
|
14875
14875
|
);
|
14876
14876
|
}
|
14877
14877
|
}
|
@@ -26,18 +26,18 @@ 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_7I77YYF2_exports = {};
|
30
|
+
__export(chunk_7I77YYF2_exports, {
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
32
32
|
getDMMF: () => getDMMF
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_7I77YYF2_exports);
|
35
35
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
36
36
|
var import_chunk_6TXVGFQA = require("./chunk-6TXVGFQA.js");
|
37
|
-
var
|
37
|
+
var import_chunk_32TW2YX2 = require("./chunk-32TW2YX2.js");
|
38
38
|
var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
|
39
39
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
40
|
-
var
|
40
|
+
var import_chunk_HEIHA3IF = require("./chunk-HEIHA3IF.js");
|
41
41
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
42
42
|
var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
|
43
43
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
@@ -60,7 +60,7 @@ ${detailsHeader} ${message}`;
|
|
60
60
|
}).exhaustive();
|
61
61
|
const errorMessageWithContext = `${constructedErrorMessage}
|
62
62
|
[Context: getDmmf]`;
|
63
|
-
super((0,
|
63
|
+
super((0, import_chunk_32TW2YX2.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
64
64
|
this.name = "GetDmmfError";
|
65
65
|
}
|
66
66
|
};
|
@@ -90,13 +90,13 @@ async function getDMMF(options) {
|
|
90
90
|
() => {
|
91
91
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
92
92
|
debug("Triggering a Rust panic...");
|
93
|
-
|
93
|
+
import_chunk_HEIHA3IF.prismaSchemaWasm.debug_panic();
|
94
94
|
}
|
95
95
|
const params = JSON.stringify({
|
96
96
|
prismaSchema: datamodel,
|
97
97
|
noColor: Boolean(process.env.NO_COLOR)
|
98
98
|
});
|
99
|
-
const data =
|
99
|
+
const data = import_chunk_HEIHA3IF.prismaSchemaWasm.get_dmmf(params);
|
100
100
|
return data;
|
101
101
|
},
|
102
102
|
(e) => ({
|
@@ -26,19 +26,19 @@ 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_CMELIVCM_exports = {};
|
30
|
+
__export(chunk_CMELIVCM_exports, {
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
32
32
|
mergeSchemas: () => mergeSchemas
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_CMELIVCM_exports);
|
35
35
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
36
36
|
var import_chunk_6TXVGFQA = require("./chunk-6TXVGFQA.js");
|
37
37
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
38
|
-
var
|
38
|
+
var import_chunk_32TW2YX2 = require("./chunk-32TW2YX2.js");
|
39
39
|
var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
|
40
40
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
41
|
-
var
|
41
|
+
var import_chunk_HEIHA3IF = require("./chunk-HEIHA3IF.js");
|
42
42
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
43
43
|
var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
|
44
44
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
@@ -60,7 +60,7 @@ ${detailsHeader} ${message}`;
|
|
60
60
|
}).exhaustive();
|
61
61
|
const errorMessageWithContext = `${constructedErrorMessage}
|
62
62
|
[Context: mergeSchemas]`;
|
63
|
-
super((0,
|
63
|
+
super((0, import_chunk_32TW2YX2.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
64
64
|
this.name = "MergeSchemasError";
|
65
65
|
}
|
66
66
|
};
|
@@ -73,7 +73,7 @@ function mergeSchemas(options) {
|
|
73
73
|
const params = JSON.stringify({
|
74
74
|
schema: options.schemas
|
75
75
|
});
|
76
|
-
return
|
76
|
+
return import_chunk_HEIHA3IF.prismaSchemaWasm.merge_schemas(params);
|
77
77
|
},
|
78
78
|
(e) => ({
|
79
79
|
type: "wasm-error",
|
@@ -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
|
20
|
-
__export(
|
19
|
+
var chunk_GFX4U464_exports = {};
|
20
|
+
__export(chunk_GFX4U464_exports, {
|
21
21
|
require_package: () => require_package
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
23
|
+
module.exports = __toCommonJS(chunk_GFX4U464_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.4.0-dev.
|
29
|
+
version: "6.4.0-dev.57",
|
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",
|
@@ -26,14 +26,14 @@ 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_HEIHA3IF_exports = {};
|
30
|
+
__export(chunk_HEIHA3IF_exports, {
|
31
31
|
prismaSchemaWasm: () => import_prisma_schema_wasm.default,
|
32
32
|
prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
|
33
33
|
wasm_exports: () => wasm_exports
|
34
34
|
});
|
35
|
-
module.exports = __toCommonJS(
|
36
|
-
var
|
35
|
+
module.exports = __toCommonJS(chunk_HEIHA3IF_exports);
|
36
|
+
var import_chunk_GFX4U464 = require("./chunk-GFX4U464.js");
|
37
37
|
var import_chunk_HOZFIXMD = require("./chunk-HOZFIXMD.js");
|
38
38
|
var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
|
39
39
|
var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
|
@@ -42,6 +42,6 @@ var wasm_exports = {};
|
|
42
42
|
prismaSchemaWasm: () => import_prisma_schema_wasm.default,
|
43
43
|
prismaSchemaWasmVersion: () => prismaSchemaWasmVersion
|
44
44
|
});
|
45
|
-
var { dependencies } = (0,
|
45
|
+
var { dependencies } = (0, import_chunk_GFX4U464.require_package)();
|
46
46
|
var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
|
47
47
|
globalThis.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_HOZFIXMD.WasmPanicRegistry();
|
@@ -26,22 +26,22 @@ 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_LOZFRQIZ_exports = {};
|
30
|
+
__export(chunk_LOZFRQIZ_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_LOZFRQIZ_exports);
|
38
38
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
39
39
|
var import_chunk_6TXVGFQA = require("./chunk-6TXVGFQA.js");
|
40
40
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
41
|
-
var
|
41
|
+
var import_chunk_32TW2YX2 = require("./chunk-32TW2YX2.js");
|
42
42
|
var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
|
43
43
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
44
|
-
var
|
44
|
+
var import_chunk_HEIHA3IF = require("./chunk-HEIHA3IF.js");
|
45
45
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
46
46
|
var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
|
47
47
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
@@ -65,7 +65,7 @@ ${detailsHeader} ${message}`;
|
|
65
65
|
}).exhaustive();
|
66
66
|
const errorMessageWithContext = `${constructedErrorMessage}
|
67
67
|
[Context: getConfig]`;
|
68
|
-
super((0,
|
68
|
+
super((0, import_chunk_32TW2YX2.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
69
69
|
this.name = "GetConfigError";
|
70
70
|
}
|
71
71
|
};
|
@@ -90,7 +90,7 @@ async function getConfig(options) {
|
|
90
90
|
() => {
|
91
91
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
|
92
92
|
debug("Triggering a Rust panic...");
|
93
|
-
|
93
|
+
import_chunk_HEIHA3IF.prismaSchemaWasm.debug_panic();
|
94
94
|
}
|
95
95
|
const params = JSON.stringify({
|
96
96
|
prismaSchema: options.datamodel,
|
@@ -98,7 +98,7 @@ async function getConfig(options) {
|
|
98
98
|
ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
|
99
99
|
env: process.env
|
100
100
|
});
|
101
|
-
const data =
|
101
|
+
const data = import_chunk_HEIHA3IF.prismaSchemaWasm.get_config(params);
|
102
102
|
return data;
|
103
103
|
},
|
104
104
|
(e) => ({
|
@@ -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_Q367INJ5_exports = {};
|
20
|
+
__export(chunk_Q367INJ5_exports, {
|
21
21
|
version: () => version
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
24
|
-
var
|
25
|
-
var packageJson = (0,
|
23
|
+
module.exports = __toCommonJS(chunk_Q367INJ5_exports);
|
24
|
+
var import_chunk_GFX4U464 = require("./chunk-GFX4U464.js");
|
25
|
+
var packageJson = (0, import_chunk_GFX4U464.require_package)();
|
26
26
|
var version = packageJson.version;
|
@@ -16,21 +16,21 @@ 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_XK6UBSHV_exports = {};
|
20
|
+
__export(chunk_XK6UBSHV_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(
|
27
|
+
module.exports = __toCommonJS(chunk_XK6UBSHV_exports);
|
28
28
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
29
|
-
var
|
29
|
+
var import_chunk_HEIHA3IF = require("./chunk-HEIHA3IF.js");
|
30
30
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
31
31
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
32
32
|
function lintSchema({ schemas }) {
|
33
|
-
const lintResult =
|
33
|
+
const lintResult = import_chunk_HEIHA3IF.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
34
34
|
const lintDiagnostics = JSON.parse(lintResult);
|
35
35
|
return lintDiagnostics;
|
36
36
|
}
|
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
19
19
|
var checkUnsupportedDataProxy_exports = {};
|
20
20
|
__export(checkUnsupportedDataProxy_exports, {
|
21
|
-
checkUnsupportedDataProxy: () =>
|
22
|
-
forbiddenCmdWithDataProxyFlagMessage: () =>
|
21
|
+
checkUnsupportedDataProxy: () => import_chunk_4PDVEX2M.checkUnsupportedDataProxy,
|
22
|
+
forbiddenCmdWithDataProxyFlagMessage: () => import_chunk_4PDVEX2M.forbiddenCmdWithDataProxyFlagMessage
|
23
23
|
});
|
24
24
|
module.exports = __toCommonJS(checkUnsupportedDataProxy_exports);
|
25
|
-
var
|
25
|
+
var import_chunk_4PDVEX2M = require("../chunk-4PDVEX2M.js");
|
26
26
|
var import_chunk_EUTJYQDW = require("../chunk-EUTJYQDW.js");
|
27
27
|
var import_chunk_IPKE37QC = require("../chunk-IPKE37QC.js");
|
28
28
|
var import_chunk_PIPE5DSU = require("../chunk-PIPE5DSU.js");
|
@@ -74,22 +74,22 @@ var import_chunk_Y4TOGY6I = require("../chunk-Y4TOGY6I.js");
|
|
74
74
|
var import_chunk_IL7PSY44 = require("../chunk-IL7PSY44.js");
|
75
75
|
var import_chunk_AOQIUJT4 = require("../chunk-AOQIUJT4.js");
|
76
76
|
var import_chunk_L6KOIJJ5 = require("../chunk-L6KOIJJ5.js");
|
77
|
-
var
|
78
|
-
var
|
79
|
-
var
|
77
|
+
var import_chunk_XK6UBSHV = require("../chunk-XK6UBSHV.js");
|
78
|
+
var import_chunk_CMELIVCM = require("../chunk-CMELIVCM.js");
|
79
|
+
var import_chunk_4KRLAN5N = require("../chunk-4KRLAN5N.js");
|
80
80
|
var import_chunk_TQCLUNM2 = require("../chunk-TQCLUNM2.js");
|
81
81
|
var import_chunk_OIVPX3BR = require("../chunk-OIVPX3BR.js");
|
82
82
|
var import_chunk_CYAS6B5N = require("../chunk-CYAS6B5N.js");
|
83
83
|
var import_chunk_HPVMQFIY = require("../chunk-HPVMQFIY.js");
|
84
84
|
var import_chunk_E23HYCQJ = require("../chunk-E23HYCQJ.js");
|
85
85
|
var import_chunk_MUPZUVSI = require("../chunk-MUPZUVSI.js");
|
86
|
-
var
|
87
|
-
var
|
86
|
+
var import_chunk_LOZFRQIZ = require("../chunk-LOZFRQIZ.js");
|
87
|
+
var import_chunk_7I77YYF2 = require("../chunk-7I77YYF2.js");
|
88
88
|
var import_chunk_YRBRUREX = require("../chunk-YRBRUREX.js");
|
89
89
|
var import_chunk_6TXVGFQA = require("../chunk-6TXVGFQA.js");
|
90
90
|
var import_chunk_C47SCASR = require("../chunk-C47SCASR.js");
|
91
|
-
var
|
92
|
-
var
|
91
|
+
var import_chunk_32TW2YX2 = require("../chunk-32TW2YX2.js");
|
92
|
+
var import_chunk_Q367INJ5 = require("../chunk-Q367INJ5.js");
|
93
93
|
var import_chunk_QN6PSQY7 = require("../chunk-QN6PSQY7.js");
|
94
94
|
var import_chunk_OYLZC5OV = require("../chunk-OYLZC5OV.js");
|
95
95
|
var import_chunk_PFLLVWZX = require("../chunk-PFLLVWZX.js");
|
@@ -97,8 +97,8 @@ var import_chunk_IWJ2BUYF = require("../chunk-IWJ2BUYF.js");
|
|
97
97
|
var import_chunk_I7IEEULS = require("../chunk-I7IEEULS.js");
|
98
98
|
var import_chunk_DZYINYAA = require("../chunk-DZYINYAA.js");
|
99
99
|
var import_chunk_XKZ6CBLA = require("../chunk-XKZ6CBLA.js");
|
100
|
-
var
|
101
|
-
var
|
100
|
+
var import_chunk_HEIHA3IF = require("../chunk-HEIHA3IF.js");
|
101
|
+
var import_chunk_GFX4U464 = require("../chunk-GFX4U464.js");
|
102
102
|
var import_chunk_6JE6QGSJ = require("../chunk-6JE6QGSJ.js");
|
103
103
|
var import_chunk_QVVSDACW = require("../chunk-QVVSDACW.js");
|
104
104
|
var import_chunk_XYCIH36R = require("../chunk-XYCIH36R.js");
|
package/dist/cli/getSchema.d.ts
CHANGED
@@ -14,7 +14,7 @@ export type SchemaPathFromConfig = {
|
|
14
14
|
/**
|
15
15
|
* The path to a single `.prisma` schema file.
|
16
16
|
*/
|
17
|
-
|
17
|
+
filePath: string;
|
18
18
|
} | {
|
19
19
|
/**
|
20
20
|
* Tell Prisma to use multiple `.prisma` schema files, via the `prismaSchemaFolder` preview feature.
|
@@ -24,7 +24,7 @@ export type SchemaPathFromConfig = {
|
|
24
24
|
* The path to a folder containing multiple `.prisma` schema files.
|
25
25
|
* All of the files in this folder will be used.
|
26
26
|
*/
|
27
|
-
|
27
|
+
folderPath: string;
|
28
28
|
};
|
29
29
|
export type GetSchemaOptions = {
|
30
30
|
cwd?: string;
|