@prisma/internals 6.19.0-integration-next.9 → 6.19.0-integration-next.11
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-2GEJOE2N.js → chunk-2S5MYMXP.js} +8 -8
- package/dist/{chunk-KXMVR5ZR.js → chunk-4PXJULT7.js} +17 -17
- package/dist/{chunk-OYFBNBGP.js → chunk-5CGOXR6B.js} +8 -8
- package/dist/{chunk-DUUFKGFP.js → chunk-BBC72L3C.js} +7 -7
- package/dist/{chunk-J2YXGOYG.js → chunk-CPU6CIHK.js} +8 -8
- package/dist/{chunk-PWN3VIGB.js → chunk-DWTLQ5AF.js} +17 -17
- package/dist/{chunk-EMP67BTC.js → chunk-HQWW5WDN.js} +5 -5
- package/dist/{chunk-7RGUIF3Z.js → chunk-HSIWYRLV.js} +5 -5
- package/dist/{chunk-6ZX55FN5.js → chunk-HTJL6EHK.js} +5 -5
- package/dist/{chunk-5DXI4ZJR.js → chunk-IA6H4SBF.js} +5 -5
- package/dist/{chunk-KIYO3VQ7.js → chunk-JSSOOYG3.js} +5 -5
- package/dist/{chunk-SX6LLPZE.js → chunk-KGKHPZDP.js} +8 -8
- package/dist/{chunk-HIAAJXPV.js → chunk-KTP62GW6.js} +8 -8
- package/dist/{chunk-FOO6EUZS.js → chunk-OM366UWA.js} +8 -8
- package/dist/{chunk-QXSXJWOH.js → chunk-PCQMXW5J.js} +5 -5
- package/dist/{chunk-ZX5ACO4F.js → chunk-PSPQN5PK.js} +5 -5
- package/dist/{chunk-4BCEID7N.js → chunk-QAET5N37.js} +5 -5
- package/dist/{chunk-W5QLNOYH.js → chunk-WUPVTE26.js} +5 -5
- package/dist/{chunk-XY77TFUW.js → chunk-YJT6Q2O2.js} +6 -6
- package/dist/{chunk-HUV2D26A.js → chunk-Z3E7RMFN.js} +7 -7
- package/dist/cli/checkUnsupportedDataProxy.js +12 -12
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +12 -12
- package/dist/cli/schemaContext.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/getGenerators.js +14 -14
- package/dist/index.js +31 -31
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/wasm.js +5 -5
- package/package.json +13 -13
|
@@ -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_2S5MYMXP_exports = {};
|
|
30
|
+
__export(chunk_2S5MYMXP_exports, {
|
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
|
32
32
|
getDMMF: () => getDMMF
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_2S5MYMXP_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_IA6H4SBF = require("./chunk-IA6H4SBF.js");
|
|
38
|
+
var import_chunk_PSPQN5PK = require("./chunk-PSPQN5PK.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_IA6H4SBF.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_PSPQN5PK.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_PSPQN5PK.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_4PXJULT7_exports = {};
|
|
30
|
+
__export(chunk_4PXJULT7_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_KXMVR5ZR_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_4PXJULT7_exports);
|
|
46
46
|
var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
|
|
47
47
|
var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
|
|
48
48
|
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
|
@@ -55,12 +55,12 @@ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
|
|
|
55
55
|
var import_chunk_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
|
|
58
|
+
var import_chunk_5CGOXR6B = require("./chunk-5CGOXR6B.js");
|
|
59
|
+
var import_chunk_KGKHPZDP = require("./chunk-KGKHPZDP.js");
|
|
60
|
+
var import_chunk_HSIWYRLV = require("./chunk-HSIWYRLV.js");
|
|
61
|
+
var import_chunk_BBC72L3C = require("./chunk-BBC72L3C.js");
|
|
62
62
|
var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
|
|
63
|
-
var
|
|
63
|
+
var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.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_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
|
|
@@ -103,7 +103,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
|
103
103
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
104
104
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
105
105
|
handleFormatPanic(() => {
|
|
106
|
-
|
|
106
|
+
import_chunk_PCQMXW5J.prismaSchemaWasm.debug_panic();
|
|
107
107
|
});
|
|
108
108
|
}
|
|
109
109
|
const defaultFormattingOptions = {
|
|
@@ -120,10 +120,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
|
120
120
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
|
121
121
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
|
122
122
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
123
|
-
const lintDiagnostics2 = (0,
|
|
123
|
+
const lintDiagnostics2 = (0, import_chunk_HSIWYRLV.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
124
124
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
125
125
|
});
|
|
126
|
-
const lintWarnings = (0,
|
|
126
|
+
const lintWarnings = (0, import_chunk_HSIWYRLV.getLintWarningsAsText)(lintDiagnostics);
|
|
127
127
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
|
128
128
|
console.warn(lintWarnings);
|
|
129
129
|
}
|
|
@@ -150,7 +150,7 @@ function handleFormatPanic(tryCb) {
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
function formatWasm(schema, documentFormattingParams) {
|
|
153
|
-
const formattedSchema =
|
|
153
|
+
const formattedSchema = import_chunk_PCQMXW5J.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
154
154
|
return formattedSchema;
|
|
155
155
|
}
|
|
156
156
|
async function loadSchemaContext({
|
|
@@ -190,7 +190,7 @@ async function processSchemaResult({
|
|
|
190
190
|
if (printLoadMessage) {
|
|
191
191
|
(0, import_chunk_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
192
192
|
}
|
|
193
|
-
const configFromPsl = await (0,
|
|
193
|
+
const configFromPsl = await (0, import_chunk_5CGOXR6B.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
194
194
|
const datasourceFromPsl = configFromPsl.datasources.at(0);
|
|
195
195
|
const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
|
|
196
196
|
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_KGKHPZDP.getDMMF)({
|
|
264
264
|
datamodel: schemaContext.schemaFiles,
|
|
265
265
|
previewFeatures
|
|
266
266
|
});
|
|
@@ -311,7 +311,7 @@ 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,
|
|
314
|
+
const datamodel = (0, import_chunk_BBC72L3C.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
315
315
|
const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
316
316
|
const options2 = {
|
|
317
317
|
datamodel,
|
|
@@ -401,7 +401,7 @@ generator gen {
|
|
|
401
401
|
debug2({ generatorBinaryPaths });
|
|
402
402
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
403
403
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
404
|
-
const customDmmf = await (0,
|
|
404
|
+
const customDmmf = await (0, import_chunk_KGKHPZDP.getDMMF)({
|
|
405
405
|
datamodel: schemaContext.schemaFiles,
|
|
406
406
|
previewFeatures
|
|
407
407
|
});
|
|
@@ -511,7 +511,7 @@ function checkUnsupportedDataProxy({
|
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
if (!schemaContext?.primaryDatasource) return;
|
|
514
|
-
const url = (0,
|
|
514
|
+
const url = (0, import_chunk_5CGOXR6B.resolveUrl)((0, import_chunk_5CGOXR6B.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
515
515
|
if (url?.startsWith("prisma://")) {
|
|
516
516
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
517
517
|
}
|
|
@@ -26,20 +26,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_5CGOXR6B_exports = {};
|
|
30
|
+
__export(chunk_5CGOXR6B_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_5CGOXR6B_exports);
|
|
38
38
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
|
39
39
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
|
40
40
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
41
|
-
var
|
|
42
|
-
var
|
|
41
|
+
var import_chunk_HQWW5WDN = require("./chunk-HQWW5WDN.js");
|
|
42
|
+
var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.js");
|
|
43
43
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
44
44
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
45
45
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
@@ -64,7 +64,7 @@ ${detailsHeader} ${message}`;
|
|
|
64
64
|
}).exhaustive();
|
|
65
65
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
66
66
|
[Context: getConfig]`;
|
|
67
|
-
super((0,
|
|
67
|
+
super((0, import_chunk_HQWW5WDN.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
68
68
|
this.name = "GetConfigError";
|
|
69
69
|
}
|
|
70
70
|
};
|
|
@@ -89,7 +89,7 @@ async function getConfig(options) {
|
|
|
89
89
|
() => {
|
|
90
90
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
|
|
91
91
|
debug("Triggering a Rust panic...");
|
|
92
|
-
|
|
92
|
+
import_chunk_PCQMXW5J.prismaSchemaWasm.debug_panic();
|
|
93
93
|
}
|
|
94
94
|
const params = JSON.stringify({
|
|
95
95
|
prismaSchema: options.datamodel,
|
|
@@ -97,7 +97,7 @@ async function getConfig(options) {
|
|
|
97
97
|
ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
|
|
98
98
|
env: process.env
|
|
99
99
|
});
|
|
100
|
-
const data =
|
|
100
|
+
const data = import_chunk_PCQMXW5J.prismaSchemaWasm.get_config(params);
|
|
101
101
|
return data;
|
|
102
102
|
},
|
|
103
103
|
(e) => ({
|
|
@@ -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_BBC72L3C_exports = {};
|
|
30
|
+
__export(chunk_BBC72L3C_exports, {
|
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
|
32
32
|
mergeSchemas: () => mergeSchemas
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_BBC72L3C_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_HQWW5WDN = require("./chunk-HQWW5WDN.js");
|
|
39
|
+
var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.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_HQWW5WDN.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_PCQMXW5J.prismaSchemaWasm.merge_schemas(params);
|
|
76
76
|
},
|
|
77
77
|
(e) => ({
|
|
78
78
|
type: "wasm-error",
|
|
@@ -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_CPU6CIHK_exports = {};
|
|
30
|
+
__export(chunk_CPU6CIHK_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_CPU6CIHK_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_HQWW5WDN = require("./chunk-HQWW5WDN.js");
|
|
39
|
+
var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.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_HQWW5WDN.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_PCQMXW5J.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_PCQMXW5J.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_DWTLQ5AF_exports = {};
|
|
30
|
+
__export(chunk_DWTLQ5AF_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_PWN3VIGB_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_DWTLQ5AF_exports);
|
|
46
46
|
var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
|
|
47
47
|
var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
|
|
48
48
|
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
|
@@ -55,12 +55,12 @@ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
|
|
|
55
55
|
var import_chunk_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
|
|
58
|
+
var import_chunk_KTP62GW6 = require("./chunk-KTP62GW6.js");
|
|
59
|
+
var import_chunk_2S5MYMXP = require("./chunk-2S5MYMXP.js");
|
|
60
|
+
var import_chunk_HTJL6EHK = require("./chunk-HTJL6EHK.js");
|
|
61
|
+
var import_chunk_Z3E7RMFN = require("./chunk-Z3E7RMFN.js");
|
|
62
62
|
var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
|
|
63
|
-
var
|
|
63
|
+
var import_chunk_PSPQN5PK = require("./chunk-PSPQN5PK.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_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
|
|
@@ -103,7 +103,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
|
103
103
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
104
104
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
105
105
|
handleFormatPanic(() => {
|
|
106
|
-
|
|
106
|
+
import_chunk_PSPQN5PK.prismaSchemaWasm.debug_panic();
|
|
107
107
|
});
|
|
108
108
|
}
|
|
109
109
|
const defaultFormattingOptions = {
|
|
@@ -120,10 +120,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
|
120
120
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
|
121
121
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
|
122
122
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
123
|
-
const lintDiagnostics2 = (0,
|
|
123
|
+
const lintDiagnostics2 = (0, import_chunk_HTJL6EHK.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
124
124
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
125
125
|
});
|
|
126
|
-
const lintWarnings = (0,
|
|
126
|
+
const lintWarnings = (0, import_chunk_HTJL6EHK.getLintWarningsAsText)(lintDiagnostics);
|
|
127
127
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
|
128
128
|
console.warn(lintWarnings);
|
|
129
129
|
}
|
|
@@ -150,7 +150,7 @@ function handleFormatPanic(tryCb) {
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
function formatWasm(schema, documentFormattingParams) {
|
|
153
|
-
const formattedSchema =
|
|
153
|
+
const formattedSchema = import_chunk_PSPQN5PK.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
154
154
|
return formattedSchema;
|
|
155
155
|
}
|
|
156
156
|
async function loadSchemaContext({
|
|
@@ -190,7 +190,7 @@ async function processSchemaResult({
|
|
|
190
190
|
if (printLoadMessage) {
|
|
191
191
|
(0, import_chunk_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
192
192
|
}
|
|
193
|
-
const configFromPsl = await (0,
|
|
193
|
+
const configFromPsl = await (0, import_chunk_KTP62GW6.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
194
194
|
const datasourceFromPsl = configFromPsl.datasources.at(0);
|
|
195
195
|
const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
|
|
196
196
|
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_2S5MYMXP.getDMMF)({
|
|
264
264
|
datamodel: schemaContext.schemaFiles,
|
|
265
265
|
previewFeatures
|
|
266
266
|
});
|
|
@@ -311,7 +311,7 @@ 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,
|
|
314
|
+
const datamodel = (0, import_chunk_Z3E7RMFN.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
315
315
|
const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
316
316
|
const options2 = {
|
|
317
317
|
datamodel,
|
|
@@ -401,7 +401,7 @@ generator gen {
|
|
|
401
401
|
debug2({ generatorBinaryPaths });
|
|
402
402
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
403
403
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
404
|
-
const customDmmf = await (0,
|
|
404
|
+
const customDmmf = await (0, import_chunk_2S5MYMXP.getDMMF)({
|
|
405
405
|
datamodel: schemaContext.schemaFiles,
|
|
406
406
|
previewFeatures
|
|
407
407
|
});
|
|
@@ -511,7 +511,7 @@ function checkUnsupportedDataProxy({
|
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
if (!schemaContext?.primaryDatasource) return;
|
|
514
|
-
const url = (0,
|
|
514
|
+
const url = (0, import_chunk_KTP62GW6.resolveUrl)((0, import_chunk_KTP62GW6.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
515
515
|
if (url?.startsWith("prisma://")) {
|
|
516
516
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
517
517
|
}
|
|
@@ -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_HQWW5WDN_exports = {};
|
|
20
|
+
__export(chunk_HQWW5WDN_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_HQWW5WDN_exports);
|
|
24
|
+
var import_chunk_QAET5N37 = require("./chunk-QAET5N37.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_QAET5N37.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
|
@@ -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_HSIWYRLV_exports = {};
|
|
20
|
+
__export(chunk_HSIWYRLV_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_HSIWYRLV_exports);
|
|
28
|
+
var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.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_PCQMXW5J.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_HTJL6EHK_exports = {};
|
|
20
|
+
__export(chunk_HTJL6EHK_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_HTJL6EHK_exports);
|
|
28
|
+
var import_chunk_PSPQN5PK = require("./chunk-PSPQN5PK.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_PSPQN5PK.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
|
33
33
|
const lintDiagnostics = JSON.parse(lintResult);
|
|
34
34
|
return lintDiagnostics;
|
|
35
35
|
}
|
|
@@ -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_IA6H4SBF_exports = {};
|
|
20
|
+
__export(chunk_IA6H4SBF_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_IA6H4SBF_exports);
|
|
24
|
+
var import_chunk_WUPVTE26 = require("./chunk-WUPVTE26.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_WUPVTE26.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
|
@@ -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_JSSOOYG3_exports = {};
|
|
20
|
+
__export(chunk_JSSOOYG3_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_JSSOOYG3_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) {
|
|
@@ -109,8 +109,8 @@ 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.19.0-
|
|
113
|
-
"@prisma/schema-engine-wasm": "6.19.0-
|
|
112
|
+
"@prisma/prisma-schema-wasm": "6.19.0-21.next-3ab778d6c5a8df0d39fd88ffd67461d3395af732",
|
|
113
|
+
"@prisma/schema-engine-wasm": "6.19.0-21.next-3ab778d6c5a8df0d39fd88ffd67461d3395af732",
|
|
114
114
|
"@prisma/schema-files-loader": "workspace:*",
|
|
115
115
|
arg: "5.0.2",
|
|
116
116
|
prompts: "2.4.2"
|
|
@@ -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_KGKHPZDP_exports = {};
|
|
30
|
+
__export(chunk_KGKHPZDP_exports, {
|
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
|
32
32
|
getDMMF: () => getDMMF
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_KGKHPZDP_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_HQWW5WDN = require("./chunk-HQWW5WDN.js");
|
|
38
|
+
var import_chunk_PCQMXW5J = require("./chunk-PCQMXW5J.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_HQWW5WDN.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_PCQMXW5J.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_PCQMXW5J.prismaSchemaWasm.get_dmmf(params);
|
|
80
80
|
return data;
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
@@ -26,20 +26,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_KTP62GW6_exports = {};
|
|
30
|
+
__export(chunk_KTP62GW6_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_KTP62GW6_exports);
|
|
38
38
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
|
39
39
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
|
40
40
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
41
|
-
var
|
|
42
|
-
var
|
|
41
|
+
var import_chunk_IA6H4SBF = require("./chunk-IA6H4SBF.js");
|
|
42
|
+
var import_chunk_PSPQN5PK = require("./chunk-PSPQN5PK.js");
|
|
43
43
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
44
44
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
45
45
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
@@ -64,7 +64,7 @@ ${detailsHeader} ${message}`;
|
|
|
64
64
|
}).exhaustive();
|
|
65
65
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
66
66
|
[Context: getConfig]`;
|
|
67
|
-
super((0,
|
|
67
|
+
super((0, import_chunk_IA6H4SBF.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
68
68
|
this.name = "GetConfigError";
|
|
69
69
|
}
|
|
70
70
|
};
|
|
@@ -89,7 +89,7 @@ async function getConfig(options) {
|
|
|
89
89
|
() => {
|
|
90
90
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
|
|
91
91
|
debug("Triggering a Rust panic...");
|
|
92
|
-
|
|
92
|
+
import_chunk_PSPQN5PK.prismaSchemaWasm.debug_panic();
|
|
93
93
|
}
|
|
94
94
|
const params = JSON.stringify({
|
|
95
95
|
prismaSchema: options.datamodel,
|
|
@@ -97,7 +97,7 @@ async function getConfig(options) {
|
|
|
97
97
|
ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
|
|
98
98
|
env: process.env
|
|
99
99
|
});
|
|
100
|
-
const data =
|
|
100
|
+
const data = import_chunk_PSPQN5PK.prismaSchemaWasm.get_config(params);
|
|
101
101
|
return data;
|
|
102
102
|
},
|
|
103
103
|
(e) => ({
|