@prisma/internals 6.19.0-integration-next.3 → 6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.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-IV6ZGJI6.js → chunk-2GNTDXXZ.js} +5 -5
- package/dist/{chunk-2MH4OKV3.js → chunk-3W6JG5QX.js} +7 -7
- package/dist/{chunk-6QTN4DDB.js → chunk-46ABODUM.js} +21 -6
- package/dist/{chunk-FYIQ63ZN.js → chunk-4AB6ADLX.js} +23 -23
- package/dist/{chunk-GL7OANR6.js → chunk-4JCVHBYR.js} +5 -5
- package/dist/{chunk-NB26UB36.js → chunk-5BWCYP44.js} +8 -8
- package/dist/{chunk-PELP7NEY.js → chunk-64GSOKLI.js} +5 -5
- package/dist/{chunk-PNLK5PK2.js → chunk-6Y26IVLY.js} +8 -8
- package/dist/{chunk-KYQ4XCGS.js → chunk-CDAC37LR.js} +8 -8
- package/dist/{chunk-SCDLOI36.js → chunk-EJZZZ4XK.js} +23 -23
- package/dist/{chunk-OKVM3CW4.js → chunk-EYVG6XQS.js} +39 -3
- package/dist/{chunk-3GX3XWYB.js → chunk-F5CB64I3.js} +7 -7
- package/dist/{chunk-NMWKLRPM.js → chunk-FHQO3J4S.js} +5 -5
- package/dist/{chunk-GSH4BXBI.js → chunk-HFFWZTVM.js} +6 -4
- package/dist/{chunk-DGWYSK57.js → chunk-MHQUGI5W.js} +8 -8
- package/dist/{chunk-BXLJID4Q.js → chunk-MSFTYENN.js} +7 -7
- package/dist/{chunk-FURGECAD.js → chunk-PZMRR772.js} +6 -6
- package/dist/{chunk-4XXX5FAL.js → chunk-Q7GDIUCT.js} +8 -8
- package/dist/{chunk-HEJWJKAQ.js → chunk-S5HQSPZU.js} +5 -5
- package/dist/{chunk-XE6RNVGQ.js → chunk-SG7OCTEL.js} +8 -8
- package/dist/{chunk-TE6SZEUD.js → chunk-T37624B7.js} +8 -8
- package/dist/{chunk-ZGOQNALR.js → chunk-T4CG3XXO.js} +5 -5
- package/dist/{chunk-2AYJLW73.js → chunk-TKJCHPXO.js} +5 -5
- package/dist/{chunk-KIFFN3IT.js → chunk-UQUWZJVN.js} +5 -5
- package/dist/{chunk-D4HTHJOT.js → chunk-Y3TATLRO.js} +5 -5
- package/dist/{chunk-ZQYZW6EF.js → chunk-ZTBH33ES.js} +5 -5
- package/dist/cli/checkUnsupportedDataProxy.js +18 -18
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +18 -18
- 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 +18 -18
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +17 -17
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +26 -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 +20 -20
- package/dist/index.js +46 -46
- 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/wasm.js +5 -5
- package/package.json +15 -15
|
@@ -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_2GNTDXXZ_exports = {};
|
|
20
|
+
__export(chunk_2GNTDXXZ_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_2GNTDXXZ_exports);
|
|
24
|
+
var import_chunk_TKJCHPXO = require("./chunk-TKJCHPXO.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_TKJCHPXO.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
|
@@ -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_3W6JG5QX_exports = {};
|
|
30
|
+
__export(chunk_3W6JG5QX_exports, {
|
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
|
32
32
|
mergeSchemas: () => mergeSchemas
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_3W6JG5QX_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_FHQO3J4S = require("./chunk-FHQO3J4S.js");
|
|
39
|
+
var import_chunk_S5HQSPZU = require("./chunk-S5HQSPZU.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_FHQO3J4S.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_S5HQSPZU.prismaSchemaWasm.merge_schemas(params);
|
|
76
76
|
},
|
|
77
77
|
(e) => ({
|
|
78
78
|
type: "wasm-error",
|
|
@@ -26,12 +26,13 @@ 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_46ABODUM_exports = {};
|
|
30
|
+
__export(chunk_46ABODUM_exports, {
|
|
31
31
|
getEnvPaths: () => getEnvPaths
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(chunk_46ABODUM_exports);
|
|
34
34
|
var import_chunk_3FP46GUV = require("./chunk-3FP46GUV.js");
|
|
35
|
+
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
35
36
|
var import_debug = __toESM(require("@prisma/debug"));
|
|
36
37
|
var import_node_path = __toESM(require("node:path"));
|
|
37
38
|
var import_node_process = __toESM(require("node:process"));
|
|
@@ -126,20 +127,34 @@ function findUpSync(name, options = {}) {
|
|
|
126
127
|
return matches[0];
|
|
127
128
|
}
|
|
128
129
|
var debug = (0, import_debug.default)("prisma:loadEnv");
|
|
129
|
-
function getEnvPaths(schemaPath, opts = { cwd: process.cwd() }) {
|
|
130
|
+
async function getEnvPaths(schemaPath, opts = { cwd: process.cwd() }) {
|
|
130
131
|
const rootEnvPath = getProjectRootEnvPath({ cwd: opts.cwd }) ?? null;
|
|
131
132
|
const schemaEnvPathFromArgs = schemaPathToEnvPath(schemaPath);
|
|
133
|
+
const schemaEnvPathFromPkgJson = schemaPathToEnvPath(await readSchemaPathFromPkgJson());
|
|
132
134
|
const schemaEnvPaths = [
|
|
133
135
|
schemaEnvPathFromArgs,
|
|
134
136
|
// 1 - Check --schema directory for .env
|
|
137
|
+
schemaEnvPathFromPkgJson,
|
|
138
|
+
// 2 - Check package.json schema directory for .env
|
|
135
139
|
"./prisma/.env",
|
|
136
|
-
//
|
|
140
|
+
// 3 - Check ./prisma directory for .env
|
|
137
141
|
"./.env"
|
|
138
|
-
//
|
|
142
|
+
// 4 - Check cwd for .env
|
|
139
143
|
];
|
|
140
144
|
const schemaEnvPath = schemaEnvPaths.find(import_chunk_3FP46GUV.exists);
|
|
141
145
|
return { rootEnvPath, schemaEnvPath };
|
|
142
146
|
}
|
|
147
|
+
async function readSchemaPathFromPkgJson() {
|
|
148
|
+
try {
|
|
149
|
+
const pkgJsonSchema = await (0, import_chunk_EYVG6XQS.getSchemaFromPackageJson)(process.cwd());
|
|
150
|
+
if (pkgJsonSchema.ok) {
|
|
151
|
+
pkgJsonSchema.schema.schemaPath;
|
|
152
|
+
}
|
|
153
|
+
return null;
|
|
154
|
+
} catch {
|
|
155
|
+
return null;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
143
158
|
function getProjectRootEnvPath(opts) {
|
|
144
159
|
const pkgJsonPath = findUpSync((dir) => {
|
|
145
160
|
const pkgPath = import_path.default.join(dir, "package.json");
|
|
@@ -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_4AB6ADLX_exports = {};
|
|
30
|
+
__export(chunk_4AB6ADLX_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_FYIQ63ZN_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_4AB6ADLX_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");
|
|
@@ -52,15 +52,15 @@ 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_MHQUGI5W = require("./chunk-MHQUGI5W.js");
|
|
59
|
+
var import_chunk_CDAC37LR = require("./chunk-CDAC37LR.js");
|
|
60
|
+
var import_chunk_64GSOKLI = require("./chunk-64GSOKLI.js");
|
|
61
|
+
var import_chunk_3W6JG5QX = require("./chunk-3W6JG5QX.js");
|
|
62
|
+
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
63
|
+
var import_chunk_S5HQSPZU = require("./chunk-S5HQSPZU.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_S5HQSPZU.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_64GSOKLI.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
123
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
124
124
|
});
|
|
125
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_64GSOKLI.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_S5HQSPZU.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
153
153
|
return formattedSchema;
|
|
154
154
|
}
|
|
155
155
|
async function loadSchemaContext({
|
|
@@ -164,13 +164,13 @@ async function loadSchemaContext({
|
|
|
164
164
|
} = {}) {
|
|
165
165
|
let schemaResult = null;
|
|
166
166
|
if (allowNull) {
|
|
167
|
-
schemaResult = await (0,
|
|
167
|
+
schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
|
|
168
168
|
argumentName: schemaPathArgumentName,
|
|
169
169
|
cwd
|
|
170
170
|
});
|
|
171
171
|
if (!schemaResult) return null;
|
|
172
172
|
} else {
|
|
173
|
-
schemaResult = await (0,
|
|
173
|
+
schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
|
|
174
174
|
argumentName: schemaPathArgumentName,
|
|
175
175
|
cwd
|
|
176
176
|
});
|
|
@@ -187,9 +187,9 @@ async function processSchemaResult({
|
|
|
187
187
|
const loadedFromPathForLogMessages = import_path.default.relative(cwd, schemaResult.schemaPath);
|
|
188
188
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
|
189
189
|
if (printLoadMessage) {
|
|
190
|
-
(0,
|
|
190
|
+
(0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
191
191
|
}
|
|
192
|
-
const configFromPsl = await (0,
|
|
192
|
+
const configFromPsl = await (0, import_chunk_MHQUGI5W.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
193
193
|
const datasourceFromPsl = configFromPsl.datasources.at(0);
|
|
194
194
|
const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
|
|
195
195
|
const { url, directUrl, shadowDatabaseUrl } = datasource;
|
|
@@ -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_CDAC37LR.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_3W6JG5QX.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,
|
|
@@ -403,7 +403,7 @@ generator gen {
|
|
|
403
403
|
debug2({ generatorBinaryPaths });
|
|
404
404
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
405
405
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
406
|
-
const customDmmf = await (0,
|
|
406
|
+
const customDmmf = await (0, import_chunk_CDAC37LR.getDMMF)({
|
|
407
407
|
datamodel: schemaContext.schemaFiles,
|
|
408
408
|
previewFeatures
|
|
409
409
|
});
|
|
@@ -524,7 +524,7 @@ function checkUnsupportedDataProxy({
|
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
526
|
if (!schemaContext?.primaryDatasource) return;
|
|
527
|
-
const url = (0,
|
|
527
|
+
const url = (0, import_chunk_MHQUGI5W.resolveUrl)((0, import_chunk_MHQUGI5W.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
528
528
|
if (url?.startsWith("prisma://")) {
|
|
529
529
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
530
530
|
}
|
|
@@ -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_4JCVHBYR_exports = {};
|
|
30
|
+
__export(chunk_4JCVHBYR_exports, {
|
|
31
31
|
getCLIPathHash: () => getCLIPathHash,
|
|
32
32
|
getProjectHash: () => getProjectHash
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
35
|
-
var
|
|
34
|
+
module.exports = __toCommonJS(chunk_4JCVHBYR_exports);
|
|
35
|
+
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
36
36
|
var import_crypto = __toESM(require("crypto"));
|
|
37
37
|
async function getProjectHash(schemaPathFromArgs, schemaPathFromConfig) {
|
|
38
|
-
const projectPath = (await (0,
|
|
38
|
+
const projectPath = (await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArgs, schemaPathFromConfig))?.schemaPath ?? process.cwd();
|
|
39
39
|
return import_crypto.default.createHash("sha256").update(projectPath).digest("hex").substring(0, 8);
|
|
40
40
|
}
|
|
41
41
|
function getCLIPathHash() {
|
|
@@ -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_5BWCYP44_exports = {};
|
|
30
|
+
__export(chunk_5BWCYP44_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_5BWCYP44_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_2GNTDXXZ = require("./chunk-2GNTDXXZ.js");
|
|
39
|
+
var import_chunk_T4CG3XXO = require("./chunk-T4CG3XXO.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_2GNTDXXZ.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_T4CG3XXO.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_T4CG3XXO.prismaSchemaWasm.validate(params);
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
83
83
|
type: "wasm-error",
|
|
@@ -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_64GSOKLI_exports = {};
|
|
20
|
+
__export(chunk_64GSOKLI_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_64GSOKLI_exports);
|
|
28
|
+
var import_chunk_S5HQSPZU = require("./chunk-S5HQSPZU.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_S5HQSPZU.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
|
33
33
|
const lintDiagnostics = JSON.parse(lintResult);
|
|
34
34
|
return lintDiagnostics;
|
|
35
35
|
}
|
|
@@ -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_6Y26IVLY_exports = {};
|
|
30
|
+
__export(chunk_6Y26IVLY_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_6Y26IVLY_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_FHQO3J4S = require("./chunk-FHQO3J4S.js");
|
|
39
|
+
var import_chunk_S5HQSPZU = require("./chunk-S5HQSPZU.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_FHQO3J4S.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_S5HQSPZU.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_S5HQSPZU.prismaSchemaWasm.validate(params);
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
83
83
|
type: "wasm-error",
|
|
@@ -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_CDAC37LR_exports = {};
|
|
30
|
+
__export(chunk_CDAC37LR_exports, {
|
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
|
32
32
|
getDMMF: () => getDMMF
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_CDAC37LR_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_FHQO3J4S = require("./chunk-FHQO3J4S.js");
|
|
38
|
+
var import_chunk_S5HQSPZU = require("./chunk-S5HQSPZU.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_FHQO3J4S.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_S5HQSPZU.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_S5HQSPZU.prismaSchemaWasm.get_dmmf(params);
|
|
80
80
|
return data;
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
@@ -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_EJZZZ4XK_exports = {};
|
|
30
|
+
__export(chunk_EJZZZ4XK_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_SCDLOI36_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_EJZZZ4XK_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");
|
|
@@ -52,15 +52,15 @@ 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_SG7OCTEL = require("./chunk-SG7OCTEL.js");
|
|
59
|
+
var import_chunk_Q7GDIUCT = require("./chunk-Q7GDIUCT.js");
|
|
60
|
+
var import_chunk_Y3TATLRO = require("./chunk-Y3TATLRO.js");
|
|
61
|
+
var import_chunk_F5CB64I3 = require("./chunk-F5CB64I3.js");
|
|
62
|
+
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
63
|
+
var import_chunk_T4CG3XXO = require("./chunk-T4CG3XXO.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_T4CG3XXO.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_Y3TATLRO.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
123
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
124
124
|
});
|
|
125
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_Y3TATLRO.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_T4CG3XXO.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
153
153
|
return formattedSchema;
|
|
154
154
|
}
|
|
155
155
|
async function loadSchemaContext({
|
|
@@ -164,13 +164,13 @@ async function loadSchemaContext({
|
|
|
164
164
|
} = {}) {
|
|
165
165
|
let schemaResult = null;
|
|
166
166
|
if (allowNull) {
|
|
167
|
-
schemaResult = await (0,
|
|
167
|
+
schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPathOptional)(schemaPathFromArg, schemaPathFromConfig, {
|
|
168
168
|
argumentName: schemaPathArgumentName,
|
|
169
169
|
cwd
|
|
170
170
|
});
|
|
171
171
|
if (!schemaResult) return null;
|
|
172
172
|
} else {
|
|
173
|
-
schemaResult = await (0,
|
|
173
|
+
schemaResult = await (0, import_chunk_EYVG6XQS.getSchemaWithPath)(schemaPathFromArg, schemaPathFromConfig, {
|
|
174
174
|
argumentName: schemaPathArgumentName,
|
|
175
175
|
cwd
|
|
176
176
|
});
|
|
@@ -187,9 +187,9 @@ async function processSchemaResult({
|
|
|
187
187
|
const loadedFromPathForLogMessages = import_path.default.relative(cwd, schemaResult.schemaPath);
|
|
188
188
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
|
189
189
|
if (printLoadMessage) {
|
|
190
|
-
(0,
|
|
190
|
+
(0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
191
191
|
}
|
|
192
|
-
const configFromPsl = await (0,
|
|
192
|
+
const configFromPsl = await (0, import_chunk_SG7OCTEL.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
193
193
|
const datasourceFromPsl = configFromPsl.datasources.at(0);
|
|
194
194
|
const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
|
|
195
195
|
const { url, directUrl, shadowDatabaseUrl } = datasource;
|
|
@@ -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_Q7GDIUCT.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_F5CB64I3.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,
|
|
@@ -403,7 +403,7 @@ generator gen {
|
|
|
403
403
|
debug2({ generatorBinaryPaths });
|
|
404
404
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
405
405
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
406
|
-
const customDmmf = await (0,
|
|
406
|
+
const customDmmf = await (0, import_chunk_Q7GDIUCT.getDMMF)({
|
|
407
407
|
datamodel: schemaContext.schemaFiles,
|
|
408
408
|
previewFeatures
|
|
409
409
|
});
|
|
@@ -524,7 +524,7 @@ function checkUnsupportedDataProxy({
|
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
526
|
if (!schemaContext?.primaryDatasource) return;
|
|
527
|
-
const url = (0,
|
|
527
|
+
const url = (0, import_chunk_SG7OCTEL.resolveUrl)((0, import_chunk_SG7OCTEL.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
528
528
|
if (url?.startsWith("prisma://")) {
|
|
529
529
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
530
530
|
}
|