@prisma/internals 6.19.0-integration-engines-6-19-0-2-push-qtpkxwkvolmz-33c9120129ea6df44eaf652b4de9bedd817e3190.1 → 6.19.0-integration-next.6
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-63ZWRY2I.js → chunk-2AYJLW73.js} +5 -5
- package/dist/{chunk-ZYDPOUNL.js → chunk-2ID2JTA6.js} +8 -8
- package/dist/{chunk-2QAJ4SXH.js → chunk-3GX3XWYB.js} +7 -7
- package/dist/{chunk-W6QHEQHK.js → chunk-4MJFCBVI.js} +5 -5
- package/dist/{chunk-YGANUONS.js → chunk-4XXX5FAL.js} +8 -8
- package/dist/{chunk-46ABODUM.js → chunk-6QTN4DDB.js} +6 -21
- package/dist/{chunk-KZGJBS26.js → chunk-BXLJID4Q.js} +7 -7
- package/dist/{chunk-74IHXGQD.js → chunk-DGWYSK57.js} +8 -8
- package/dist/{chunk-PZMRR772.js → chunk-FURGECAD.js} +6 -6
- package/dist/{chunk-4JCVHBYR.js → chunk-GL7OANR6.js} +5 -5
- package/dist/{chunk-QVWYGDIW.js → chunk-GRRVYCBJ.js} +8 -8
- package/dist/{chunk-HFFWZTVM.js → chunk-GSH4BXBI.js} +4 -6
- package/dist/{chunk-UFZJYAQH.js → chunk-HEJWJKAQ.js} +5 -5
- package/dist/{chunk-24G32QDD.js → chunk-HYI7ZXSJ.js} +8 -8
- package/dist/{chunk-UBJB4J72.js → chunk-IV6ZGJI6.js} +5 -5
- package/dist/{chunk-UQUWZJVN.js → chunk-KIFFN3IT.js} +5 -5
- package/dist/{chunk-EYVG6XQS.js → chunk-OKVM3CW4.js} +3 -39
- package/dist/{chunk-XLM7JU3G.js → chunk-ON2OOTJN.js} +5 -5
- package/dist/{chunk-ZCZUWLQA.js → chunk-PELP7NEY.js} +5 -5
- package/dist/{chunk-UBUFGEKB.js → chunk-PNLK5PK2.js} +8 -8
- package/dist/{chunk-5KSTTSO3.js → chunk-RPDDWVWB.js} +23 -25
- package/dist/{chunk-TSJKOXSG.js → chunk-SOHAJAB2.js} +5 -5
- package/dist/{chunk-WFNB7VRA.js → chunk-VPOOVIA4.js} +4 -6
- package/dist/{chunk-BKJ5EGDK.js → chunk-VRGZ3WNR.js} +23 -25
- package/dist/{chunk-DDOG3MPH.js → chunk-XKKLBKTX.js} +8 -8
- package/dist/{chunk-5FJLJE7T.js → chunk-YW2MDRZT.js} +5 -5
- package/dist/{chunk-OZIOGQI4.js → chunk-Z476LBOK.js} +7 -7
- package/dist/cli/checkUnsupportedDataProxy.js +19 -19
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +19 -19
- package/dist/cli/getGeneratorSuccessMessage.js +2 -2
- package/dist/cli/getSchema.d.ts +1 -15
- package/dist/cli/getSchema.js +4 -5
- package/dist/cli/hashes.js +4 -4
- package/dist/cli/schemaContext.js +19 -19
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +18 -18
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +27 -27
- 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 +0 -1
- package/dist/get-generators/getGenerators.js +21 -21
- package/dist/index.js +48 -48
- package/dist/sendPanic.js +2 -2
- package/dist/utils/getEnvPaths.d.ts +1 -1
- package/dist/utils/getEnvPaths.js +2 -3
- 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 +3 -4
- package/dist/wasm.js +5 -5
- package/package.json +15 -15
|
@@ -26,16 +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(
|
|
31
|
-
getSchemaFromPackageJson: () => getSchemaFromPackageJson,
|
|
29
|
+
var chunk_OKVM3CW4_exports = {};
|
|
30
|
+
__export(chunk_OKVM3CW4_exports, {
|
|
32
31
|
getSchemaWithPath: () => getSchemaWithPath,
|
|
33
32
|
getSchemaWithPathOptional: () => getSchemaWithPathOptional,
|
|
34
33
|
printSchemaLoadedMessage: () => printSchemaLoadedMessage
|
|
35
34
|
});
|
|
36
|
-
module.exports = __toCommonJS(
|
|
35
|
+
module.exports = __toCommonJS(chunk_OKVM3CW4_exports);
|
|
37
36
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
38
|
-
var import_config = require("@prisma/config");
|
|
39
37
|
var import_debug = require("@prisma/debug");
|
|
40
38
|
var import_schema_files_loader = require("@prisma/schema-files-loader");
|
|
41
39
|
var import_fs = __toESM(require("fs"));
|
|
@@ -119,10 +117,6 @@ async function getSchemaWithPathInternal(schemaPathFromArgs, schemaPathFromConfi
|
|
|
119
117
|
if (prismaConfigResult.ok) {
|
|
120
118
|
return prismaConfigResult;
|
|
121
119
|
}
|
|
122
|
-
const pkgJsonResult = await getSchemaFromPackageJson(cwd);
|
|
123
|
-
if (pkgJsonResult.ok) {
|
|
124
|
-
return pkgJsonResult;
|
|
125
|
-
}
|
|
126
120
|
const defaultResult = await getDefaultSchema(cwd);
|
|
127
121
|
if (defaultResult.ok) {
|
|
128
122
|
return defaultResult;
|
|
@@ -179,36 +173,6 @@ async function readSchemaFromPrismaConfigBasedLocation(schemaPathFromConfig) {
|
|
|
179
173
|
}
|
|
180
174
|
return schemaResult;
|
|
181
175
|
}
|
|
182
|
-
async function getSchemaFromPackageJson(cwd) {
|
|
183
|
-
const prismaConfig = await (0, import_config.loadConfigFromPackageJson)(cwd);
|
|
184
|
-
debug("prismaConfig", prismaConfig);
|
|
185
|
-
if (!prismaConfig || !prismaConfig.config?.schema) {
|
|
186
|
-
return { ok: false, error: { kind: "PackageJsonNotConfigured" } };
|
|
187
|
-
}
|
|
188
|
-
const schemaPathFromPkgJson = prismaConfig.config.schema;
|
|
189
|
-
if (typeof schemaPathFromPkgJson !== "string") {
|
|
190
|
-
throw new Error(
|
|
191
|
-
`Provided schema path \`${schemaPathFromPkgJson}\` from \`${import_path.default.relative(
|
|
192
|
-
cwd,
|
|
193
|
-
prismaConfig.loadedFromFile
|
|
194
|
-
)}\` must be of type string`
|
|
195
|
-
);
|
|
196
|
-
}
|
|
197
|
-
const absoluteSchemaPath = import_path.default.isAbsolute(schemaPathFromPkgJson) ? schemaPathFromPkgJson : import_path.default.resolve(import_path.default.dirname(prismaConfig.loadedFromFile), schemaPathFromPkgJson);
|
|
198
|
-
const lookupResult = await readSchemaFromFileOrDirectory(absoluteSchemaPath);
|
|
199
|
-
if (!lookupResult.ok) {
|
|
200
|
-
throw new Error(
|
|
201
|
-
`Could not load schema from \`${import_path.default.relative(
|
|
202
|
-
cwd,
|
|
203
|
-
absoluteSchemaPath
|
|
204
|
-
)}\` provided by "prisma.schema" config of \`${import_path.default.relative(
|
|
205
|
-
cwd,
|
|
206
|
-
prismaConfig.loadedFromFile
|
|
207
|
-
)}\`: ${renderLookupError(lookupResult.error)}`
|
|
208
|
-
);
|
|
209
|
-
}
|
|
210
|
-
return lookupResult;
|
|
211
|
-
}
|
|
212
176
|
async function getDefaultSchema(cwd, failures = []) {
|
|
213
177
|
const lookupPaths = [import_path.default.join(cwd, "schema.prisma"), import_path.default.join(cwd, "prisma", "schema.prisma")];
|
|
214
178
|
for (const path2 of lookupPaths) {
|
|
@@ -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_ON2OOTJN_exports = {};
|
|
20
|
+
__export(chunk_ON2OOTJN_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_ON2OOTJN_exports);
|
|
28
|
+
var import_chunk_YW2MDRZT = require("./chunk-YW2MDRZT.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_YW2MDRZT.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
|
33
33
|
const lintDiagnostics = JSON.parse(lintResult);
|
|
34
34
|
return lintDiagnostics;
|
|
35
35
|
}
|
|
@@ -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_PELP7NEY_exports = {};
|
|
20
|
+
__export(chunk_PELP7NEY_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_PELP7NEY_exports);
|
|
28
|
+
var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.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_HEJWJKAQ.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_PNLK5PK2_exports = {};
|
|
30
|
+
__export(chunk_PNLK5PK2_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_PNLK5PK2_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_IV6ZGJI6 = require("./chunk-IV6ZGJI6.js");
|
|
39
|
+
var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.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_IV6ZGJI6.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_HEJWJKAQ.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_HEJWJKAQ.prismaSchemaWasm.validate(params);
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
83
83
|
type: "wasm-error",
|
|
@@ -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_RPDDWVWB_exports = {};
|
|
30
|
+
__export(chunk_RPDDWVWB_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_5KSTTSO3_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_RPDDWVWB_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_6QTN4DDB = require("./chunk-6QTN4DDB.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_2ID2JTA6 = require("./chunk-2ID2JTA6.js");
|
|
59
|
+
var import_chunk_GRRVYCBJ = require("./chunk-GRRVYCBJ.js");
|
|
60
|
+
var import_chunk_ON2OOTJN = require("./chunk-ON2OOTJN.js");
|
|
61
|
+
var import_chunk_Z476LBOK = require("./chunk-Z476LBOK.js");
|
|
62
|
+
var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
|
|
63
|
+
var import_chunk_YW2MDRZT = require("./chunk-YW2MDRZT.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_YW2MDRZT.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_ON2OOTJN.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
123
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
124
124
|
});
|
|
125
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_ON2OOTJN.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_YW2MDRZT.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_OKVM3CW4.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_OKVM3CW4.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_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
191
191
|
}
|
|
192
|
-
const configFromPsl = await (0,
|
|
192
|
+
const configFromPsl = await (0, import_chunk_2ID2JTA6.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;
|
|
@@ -247,7 +247,6 @@ async function getGenerators(options) {
|
|
|
247
247
|
binaryPathsOverride,
|
|
248
248
|
generatorNames = [],
|
|
249
249
|
postinstall,
|
|
250
|
-
noEngine,
|
|
251
250
|
allowNoModels = true,
|
|
252
251
|
typedSql
|
|
253
252
|
} = options;
|
|
@@ -260,7 +259,7 @@ async function getGenerators(options) {
|
|
|
260
259
|
}
|
|
261
260
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
|
262
261
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
|
263
|
-
const dmmf = await (0,
|
|
262
|
+
const dmmf = await (0, import_chunk_GRRVYCBJ.getDMMF)({
|
|
264
263
|
datamodel: schemaContext.schemaFiles,
|
|
265
264
|
previewFeatures
|
|
266
265
|
});
|
|
@@ -311,8 +310,8 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
311
310
|
fromEnvVar: null
|
|
312
311
|
};
|
|
313
312
|
}
|
|
314
|
-
const datamodel = (0,
|
|
315
|
-
const envPaths =
|
|
313
|
+
const datamodel = (0, import_chunk_Z476LBOK.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
314
|
+
const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
316
315
|
const options2 = {
|
|
317
316
|
datamodel,
|
|
318
317
|
datasources: schemaContext.datasources,
|
|
@@ -324,7 +323,6 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
324
323
|
version: version2 || import_engines.enginesVersion,
|
|
325
324
|
// this version makes no sense anymore and should be ignored
|
|
326
325
|
postinstall,
|
|
327
|
-
noEngine,
|
|
328
326
|
allowNoModels,
|
|
329
327
|
envPaths,
|
|
330
328
|
typedSql
|
|
@@ -403,7 +401,7 @@ generator gen {
|
|
|
403
401
|
debug2({ generatorBinaryPaths });
|
|
404
402
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
405
403
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
406
|
-
const customDmmf = await (0,
|
|
404
|
+
const customDmmf = await (0, import_chunk_GRRVYCBJ.getDMMF)({
|
|
407
405
|
datamodel: schemaContext.schemaFiles,
|
|
408
406
|
previewFeatures
|
|
409
407
|
});
|
|
@@ -524,7 +522,7 @@ function checkUnsupportedDataProxy({
|
|
|
524
522
|
}
|
|
525
523
|
}
|
|
526
524
|
if (!schemaContext?.primaryDatasource) return;
|
|
527
|
-
const url = (0,
|
|
525
|
+
const url = (0, import_chunk_2ID2JTA6.resolveUrl)((0, import_chunk_2ID2JTA6.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
528
526
|
if (url?.startsWith("prisma://")) {
|
|
529
527
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
530
528
|
}
|
|
@@ -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_SOHAJAB2_exports = {};
|
|
20
|
+
__export(chunk_SOHAJAB2_exports, {
|
|
21
21
|
version: () => version
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var packageJson = (0,
|
|
23
|
+
module.exports = __toCommonJS(chunk_SOHAJAB2_exports);
|
|
24
|
+
var import_chunk_XKKLBKTX = require("./chunk-XKKLBKTX.js");
|
|
25
|
+
var packageJson = (0, import_chunk_XKKLBKTX.require_package)();
|
|
26
26
|
var version = packageJson.version;
|
|
@@ -26,11 +26,11 @@ 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_VPOOVIA4_exports = {};
|
|
30
|
+
__export(chunk_VPOOVIA4_exports, {
|
|
31
31
|
getGeneratorSuccessMessage: () => getGeneratorSuccessMessage
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(chunk_VPOOVIA4_exports);
|
|
34
34
|
var import_chunk_XYCIH36R = require("./chunk-XYCIH36R.js");
|
|
35
35
|
var import_chunk_ERSH2BQA = require("./chunk-ERSH2BQA.js");
|
|
36
36
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
@@ -47,9 +47,7 @@ function formatVersion(generator) {
|
|
|
47
47
|
if (generator.getProvider() === "prisma-client-js") {
|
|
48
48
|
const engineType = (0, import_chunk_ERSH2BQA.getClientEngineType)(generator.config);
|
|
49
49
|
let engineHint = "";
|
|
50
|
-
if (
|
|
51
|
-
engineHint = ", engine=none";
|
|
52
|
-
} else if (engineType === "binary") {
|
|
50
|
+
if (engineType === "binary") {
|
|
53
51
|
engineHint = ", engine=binary";
|
|
54
52
|
} else if (engineType === "library") {
|
|
55
53
|
engineHint = "";
|
|
@@ -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_VRGZ3WNR_exports = {};
|
|
30
|
+
__export(chunk_VRGZ3WNR_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_BKJ5EGDK_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_VRGZ3WNR_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_6QTN4DDB = require("./chunk-6QTN4DDB.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_DGWYSK57 = require("./chunk-DGWYSK57.js");
|
|
59
|
+
var import_chunk_4XXX5FAL = require("./chunk-4XXX5FAL.js");
|
|
60
|
+
var import_chunk_PELP7NEY = require("./chunk-PELP7NEY.js");
|
|
61
|
+
var import_chunk_3GX3XWYB = require("./chunk-3GX3XWYB.js");
|
|
62
|
+
var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
|
|
63
|
+
var import_chunk_HEJWJKAQ = require("./chunk-HEJWJKAQ.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_HEJWJKAQ.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_PELP7NEY.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
123
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
124
124
|
});
|
|
125
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_PELP7NEY.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_HEJWJKAQ.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_OKVM3CW4.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_OKVM3CW4.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_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
191
191
|
}
|
|
192
|
-
const configFromPsl = await (0,
|
|
192
|
+
const configFromPsl = await (0, import_chunk_DGWYSK57.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;
|
|
@@ -247,7 +247,6 @@ async function getGenerators(options) {
|
|
|
247
247
|
binaryPathsOverride,
|
|
248
248
|
generatorNames = [],
|
|
249
249
|
postinstall,
|
|
250
|
-
noEngine,
|
|
251
250
|
allowNoModels = true,
|
|
252
251
|
typedSql
|
|
253
252
|
} = options;
|
|
@@ -260,7 +259,7 @@ async function getGenerators(options) {
|
|
|
260
259
|
}
|
|
261
260
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
|
262
261
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
|
263
|
-
const dmmf = await (0,
|
|
262
|
+
const dmmf = await (0, import_chunk_4XXX5FAL.getDMMF)({
|
|
264
263
|
datamodel: schemaContext.schemaFiles,
|
|
265
264
|
previewFeatures
|
|
266
265
|
});
|
|
@@ -311,8 +310,8 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
311
310
|
fromEnvVar: null
|
|
312
311
|
};
|
|
313
312
|
}
|
|
314
|
-
const datamodel = (0,
|
|
315
|
-
const envPaths =
|
|
313
|
+
const datamodel = (0, import_chunk_3GX3XWYB.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
314
|
+
const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
316
315
|
const options2 = {
|
|
317
316
|
datamodel,
|
|
318
317
|
datasources: schemaContext.datasources,
|
|
@@ -324,7 +323,6 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
324
323
|
version: version2 || import_engines.enginesVersion,
|
|
325
324
|
// this version makes no sense anymore and should be ignored
|
|
326
325
|
postinstall,
|
|
327
|
-
noEngine,
|
|
328
326
|
allowNoModels,
|
|
329
327
|
envPaths,
|
|
330
328
|
typedSql
|
|
@@ -403,7 +401,7 @@ generator gen {
|
|
|
403
401
|
debug2({ generatorBinaryPaths });
|
|
404
402
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
405
403
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
406
|
-
const customDmmf = await (0,
|
|
404
|
+
const customDmmf = await (0, import_chunk_4XXX5FAL.getDMMF)({
|
|
407
405
|
datamodel: schemaContext.schemaFiles,
|
|
408
406
|
previewFeatures
|
|
409
407
|
});
|
|
@@ -524,7 +522,7 @@ function checkUnsupportedDataProxy({
|
|
|
524
522
|
}
|
|
525
523
|
}
|
|
526
524
|
if (!schemaContext?.primaryDatasource) return;
|
|
527
|
-
const url = (0,
|
|
525
|
+
const url = (0, import_chunk_DGWYSK57.resolveUrl)((0, import_chunk_DGWYSK57.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
528
526
|
if (url?.startsWith("prisma://")) {
|
|
529
527
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
530
528
|
}
|
|
@@ -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_XKKLBKTX_exports = {};
|
|
20
|
+
__export(chunk_XKKLBKTX_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_XKKLBKTX_exports);
|
|
24
24
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
25
25
|
var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
26
26
|
"package.json"(exports, module2) {
|
|
27
27
|
module2.exports = {
|
|
28
28
|
name: "@prisma/internals",
|
|
29
|
-
version: "6.19.0-integration-
|
|
29
|
+
version: "6.19.0-integration-next.6",
|
|
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",
|
|
@@ -59,7 +59,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
59
59
|
"@swc/jest": "0.2.37",
|
|
60
60
|
"@types/babel__helper-validator-identifier": "7.15.2",
|
|
61
61
|
"@types/jest": "29.5.14",
|
|
62
|
-
"@types/node": "
|
|
62
|
+
"@types/node": "~20.19.0",
|
|
63
63
|
"@types/resolve": "1.20.6",
|
|
64
64
|
archiver: "6.0.2",
|
|
65
65
|
"checkpoint-client": "1.1.33",
|
|
@@ -109,14 +109,14 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
109
109
|
"@prisma/generator": "workspace:*",
|
|
110
110
|
"@prisma/generator-helper": "workspace:*",
|
|
111
111
|
"@prisma/get-platform": "workspace:*",
|
|
112
|
-
"@prisma/prisma-schema-wasm": "6.
|
|
113
|
-
"@prisma/schema-engine-wasm": "6.
|
|
112
|
+
"@prisma/prisma-schema-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
113
|
+
"@prisma/schema-engine-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
114
114
|
"@prisma/schema-files-loader": "workspace:*",
|
|
115
115
|
arg: "5.0.2",
|
|
116
116
|
prompts: "2.4.2"
|
|
117
117
|
},
|
|
118
118
|
peerDependencies: {
|
|
119
|
-
typescript: ">=5.
|
|
119
|
+
typescript: ">=5.4.0"
|
|
120
120
|
},
|
|
121
121
|
peerDependenciesMeta: {
|
|
122
122
|
typescript: {
|
|
@@ -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_YW2MDRZT_exports = {};
|
|
30
|
+
__export(chunk_YW2MDRZT_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_YW2MDRZT_exports);
|
|
37
|
+
var import_chunk_XKKLBKTX = require("./chunk-XKKLBKTX.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_XKKLBKTX.require_package)();
|
|
50
50
|
var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
|
|
51
51
|
var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
|
|
@@ -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_Z476LBOK_exports = {};
|
|
30
|
+
__export(chunk_Z476LBOK_exports, {
|
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
|
32
32
|
mergeSchemas: () => mergeSchemas
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_Z476LBOK_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_4MJFCBVI = require("./chunk-4MJFCBVI.js");
|
|
39
|
+
var import_chunk_YW2MDRZT = require("./chunk-YW2MDRZT.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_4MJFCBVI.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_YW2MDRZT.prismaSchemaWasm.merge_schemas(params);
|
|
76
76
|
},
|
|
77
77
|
(e) => ({
|
|
78
78
|
type: "wasm-error",
|