@prisma/internals 6.16.2 → 6.17.0-dev.10
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-FODJZE2F.js → chunk-2ZPGKZDO.js} +8 -8
- package/dist/{chunk-VWZ4AVHN.js → chunk-3VX5EYYO.js} +19 -19
- package/dist/{chunk-HUZCOOMQ.js → chunk-3YBEF3WG.js} +5 -5
- package/dist/{chunk-QP3NAUTD.js → chunk-6UTDQUKD.js} +7 -8
- package/dist/{chunk-MM3X7Q65.js → chunk-76Q6HKZJ.js} +5 -5
- package/dist/{chunk-RV76HBC5.js → chunk-AFUDG4RZ.js} +5 -5
- package/dist/{chunk-JQMDV4CM.js → chunk-BFYZWVDY.js} +8 -8
- package/dist/{chunk-HCIV233Z.js → chunk-BVJP43JS.js} +15 -5
- package/dist/{chunk-HVF6BZ24.js → chunk-CXK5F3NV.js} +7 -7
- package/dist/{chunk-EYKBXO4E.js → chunk-DFDTTYBW.js} +7 -7
- package/dist/{chunk-TN5X76G7.js → chunk-GMW36QQF.js} +5 -5
- package/dist/{chunk-SHQNBEP7.js → chunk-HYFMSVRY.js} +5 -5
- package/dist/{chunk-STB4433D.js → chunk-IW44HY4Y.js} +5 -5
- package/dist/chunk-JOIHHXR6.js +2067 -0
- package/dist/{chunk-5ITRR2LK.js → chunk-MBU7G5Z5.js} +8 -8
- package/dist/{chunk-AYOS4YC3.js → chunk-MISJEAN7.js} +5 -5
- package/dist/{chunk-PRGTOMXU.js → chunk-OAT7ZJED.js} +5 -7
- package/dist/{chunk-ERAGRX7O.js → chunk-OOLLBEVY.js} +8 -8
- package/dist/{chunk-BQH2H7YM.js → chunk-P4UM5NFO.js} +19 -19
- package/dist/{chunk-FEUTTZEI.js → chunk-SFY6FXOI.js} +5 -5
- package/dist/{chunk-ZYJQD2CH.js → chunk-SQ3GRYH5.js} +8 -8
- package/dist/{chunk-K55E5MZF.js → chunk-U7M26SXV.js} +6 -7
- package/dist/{chunk-ONPT5QRX.js → chunk-UHI6VYFX.js} +5 -7
- package/dist/{chunk-GI6AU3SG.js → chunk-XEBNDKJK.js} +5 -5
- package/dist/{chunk-WUR6EOBP.js → chunk-XTXED3CH.js} +8 -8
- package/dist/cli/checkUnsupportedDataProxy.js +17 -18
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +17 -18
- package/dist/cli/schemaContext.js +17 -18
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +16 -17
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/getEngineVersion.js +4 -5
- package/dist/engine-commands/getEnginesInfo.js +5 -6
- package/dist/engine-commands/index.js +28 -29
- 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 +19 -20
- package/dist/getPackedPackage.js +2 -3
- package/dist/index.js +44 -45
- package/dist/schemaEngineCommands.d.ts +1 -2
- package/dist/schemaEngineCommands.js +7 -8
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/wasm.js +5 -5
- package/package.json +14 -15
- package/dist/chunk-ETYWYJBX.js +0 -1908
- package/dist/chunk-MM4ARWWY.js +0 -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_2ZPGKZDO_exports = {};
|
|
30
|
+
__export(chunk_2ZPGKZDO_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_2ZPGKZDO_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_AFUDG4RZ = require("./chunk-AFUDG4RZ.js");
|
|
39
|
+
var import_chunk_MISJEAN7 = require("./chunk-MISJEAN7.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_AFUDG4RZ.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_MISJEAN7.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_MISJEAN7.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_3VX5EYYO_exports = {};
|
|
30
|
+
__export(chunk_3VX5EYYO_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_VWZ4AVHN_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_3VX5EYYO_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_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
|
|
58
|
+
var import_chunk_SQ3GRYH5 = require("./chunk-SQ3GRYH5.js");
|
|
59
|
+
var import_chunk_OOLLBEVY = require("./chunk-OOLLBEVY.js");
|
|
60
|
+
var import_chunk_SFY6FXOI = require("./chunk-SFY6FXOI.js");
|
|
61
|
+
var import_chunk_CXK5F3NV = require("./chunk-CXK5F3NV.js");
|
|
62
62
|
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
63
|
-
var
|
|
63
|
+
var import_chunk_MISJEAN7 = require("./chunk-MISJEAN7.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");
|
|
@@ -68,7 +68,7 @@ var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
|
68
68
|
var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
|
|
69
69
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
70
70
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
71
|
-
var
|
|
71
|
+
var import_chunk_BVJP43JS = require("./chunk-BVJP43JS.js");
|
|
72
72
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
73
73
|
var import_path = __toESM(require("path"));
|
|
74
74
|
var import_debug = __toESM(require("@prisma/debug"));
|
|
@@ -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_MISJEAN7.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_SFY6FXOI.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
123
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
124
124
|
});
|
|
125
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_SFY6FXOI.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_MISJEAN7.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
153
153
|
return formattedSchema;
|
|
154
154
|
}
|
|
155
155
|
async function loadSchemaContext({
|
|
@@ -186,7 +186,7 @@ async function processSchemaResult({
|
|
|
186
186
|
if (printLoadMessage) {
|
|
187
187
|
(0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
188
188
|
}
|
|
189
|
-
const configFromPsl = await (0,
|
|
189
|
+
const configFromPsl = await (0, import_chunk_SQ3GRYH5.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
190
190
|
const primaryDatasource = configFromPsl.datasources.at(0);
|
|
191
191
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
|
192
192
|
return {
|
|
@@ -208,7 +208,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
|
|
|
208
208
|
}
|
|
209
209
|
return null;
|
|
210
210
|
}
|
|
211
|
-
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0,
|
|
211
|
+
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_BVJP43JS.require_p_map)());
|
|
212
212
|
var debug2 = (0, import_debug2.default)("prisma:getGenerators");
|
|
213
213
|
async function getGenerators(options) {
|
|
214
214
|
if (options.registry === void 0 && options.providerAliases !== void 0) {
|
|
@@ -246,7 +246,7 @@ async function getGenerators(options) {
|
|
|
246
246
|
}
|
|
247
247
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
|
248
248
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
|
249
|
-
const dmmf = await (0,
|
|
249
|
+
const dmmf = await (0, import_chunk_OOLLBEVY.getDMMF)({
|
|
250
250
|
datamodel: schemaContext.schemaFiles,
|
|
251
251
|
previewFeatures
|
|
252
252
|
});
|
|
@@ -297,7 +297,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
297
297
|
fromEnvVar: null
|
|
298
298
|
};
|
|
299
299
|
}
|
|
300
|
-
const datamodel = (0,
|
|
300
|
+
const datamodel = (0, import_chunk_CXK5F3NV.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
301
301
|
const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
302
302
|
const options2 = {
|
|
303
303
|
datamodel,
|
|
@@ -389,7 +389,7 @@ generator gen {
|
|
|
389
389
|
debug2({ generatorBinaryPaths });
|
|
390
390
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
391
391
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
392
|
-
const customDmmf = await (0,
|
|
392
|
+
const customDmmf = await (0, import_chunk_OOLLBEVY.getDMMF)({
|
|
393
393
|
datamodel: schemaContext.schemaFiles,
|
|
394
394
|
previewFeatures
|
|
395
395
|
});
|
|
@@ -510,7 +510,7 @@ function checkUnsupportedDataProxy({
|
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
if (!schemaContext?.primaryDatasource) return;
|
|
513
|
-
const url = (0,
|
|
513
|
+
const url = (0, import_chunk_SQ3GRYH5.resolveUrl)((0, import_chunk_SQ3GRYH5.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
514
514
|
if (url?.startsWith("prisma://")) {
|
|
515
515
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
516
516
|
}
|
|
@@ -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_3YBEF3WG_exports = {};
|
|
20
|
+
__export(chunk_3YBEF3WG_exports, {
|
|
21
21
|
version: () => version
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var packageJson = (0,
|
|
23
|
+
module.exports = __toCommonJS(chunk_3YBEF3WG_exports);
|
|
24
|
+
var import_chunk_6UTDQUKD = require("./chunk-6UTDQUKD.js");
|
|
25
|
+
var packageJson = (0, import_chunk_6UTDQUKD.require_package)();
|
|
26
26
|
var version = packageJson.version;
|
|
@@ -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_6UTDQUKD_exports = {};
|
|
20
|
+
__export(chunk_6UTDQUKD_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_6UTDQUKD_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.
|
|
29
|
+
version: "6.17.0-dev.10",
|
|
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",
|
|
@@ -67,12 +67,11 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
67
67
|
dotenv: "16.5.0",
|
|
68
68
|
empathic: "2.0.0",
|
|
69
69
|
"escape-string-regexp": "5.0.0",
|
|
70
|
-
execa: "
|
|
70
|
+
execa: "8.0.1",
|
|
71
71
|
"fast-glob": "3.3.3",
|
|
72
72
|
"find-up": "7.0.0",
|
|
73
73
|
"fp-ts": "2.16.9",
|
|
74
74
|
"fs-extra": "11.3.0",
|
|
75
|
-
"fs-jetpack": "5.1.0",
|
|
76
75
|
"global-directory": "4.0.0",
|
|
77
76
|
globby: "11.1.0",
|
|
78
77
|
"identifier-regex": "1.0.0",
|
|
@@ -110,8 +109,8 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
110
109
|
"@prisma/generator": "workspace:*",
|
|
111
110
|
"@prisma/generator-helper": "workspace:*",
|
|
112
111
|
"@prisma/get-platform": "workspace:*",
|
|
113
|
-
"@prisma/prisma-schema-wasm": "6.
|
|
114
|
-
"@prisma/schema-engine-wasm": "6.
|
|
112
|
+
"@prisma/prisma-schema-wasm": "6.17.0-6.7094b62bbd6bbc778403e89cdbcbfe598503ed9b",
|
|
113
|
+
"@prisma/schema-engine-wasm": "6.17.0-6.7094b62bbd6bbc778403e89cdbcbfe598503ed9b",
|
|
115
114
|
"@prisma/schema-files-loader": "workspace:*",
|
|
116
115
|
arg: "5.0.2",
|
|
117
116
|
prompts: "2.4.2"
|
|
@@ -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_76Q6HKZJ_exports = {};
|
|
20
|
+
__export(chunk_76Q6HKZJ_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_76Q6HKZJ_exports);
|
|
28
|
+
var import_chunk_XEBNDKJK = require("./chunk-XEBNDKJK.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_XEBNDKJK.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_AFUDG4RZ_exports = {};
|
|
20
|
+
__export(chunk_AFUDG4RZ_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_AFUDG4RZ_exports);
|
|
24
|
+
var import_chunk_3YBEF3WG = require("./chunk-3YBEF3WG.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_3YBEF3WG.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
|
@@ -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_BFYZWVDY_exports = {};
|
|
30
|
+
__export(chunk_BFYZWVDY_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_BFYZWVDY_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_IW44HY4Y = require("./chunk-IW44HY4Y.js");
|
|
42
|
+
var import_chunk_XEBNDKJK = require("./chunk-XEBNDKJK.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_IW44HY4Y.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_XEBNDKJK.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_XEBNDKJK.prismaSchemaWasm.get_config(params);
|
|
101
101
|
return data;
|
|
102
102
|
},
|
|
103
103
|
(e) => ({
|
|
@@ -26,16 +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_BVJP43JS_exports = {};
|
|
30
|
+
__export(chunk_BVJP43JS_exports, {
|
|
31
31
|
getPackedPackage: () => getPackedPackage,
|
|
32
32
|
require_p_map: () => require_p_map
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_BVJP43JS_exports);
|
|
35
35
|
var import_chunk_KDP6C3CB = require("./chunk-KDP6C3CB.js");
|
|
36
36
|
var import_chunk_JOIIWB3U = require("./chunk-JOIIWB3U.js");
|
|
37
37
|
var import_chunk_UMM35VP5 = require("./chunk-UMM35VP5.js");
|
|
38
|
-
var import_chunk_MM4ARWWY = require("./chunk-MM4ARWWY.js");
|
|
39
38
|
var import_chunk_5VQNKCKW = require("./chunk-5VQNKCKW.js");
|
|
40
39
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
41
40
|
var import_node_path = require("node:path");
|
|
@@ -3175,6 +3174,17 @@ var require_unique_string = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
3175
3174
|
module2.exports = () => cryptoRandomString(32);
|
|
3176
3175
|
}
|
|
3177
3176
|
});
|
|
3177
|
+
var require_is_stream = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
3178
|
+
"../../node_modules/.pnpm/is-stream@2.0.1/node_modules/is-stream/index.js"(exports, module2) {
|
|
3179
|
+
"use strict";
|
|
3180
|
+
var isStream = (stream) => stream !== null && typeof stream === "object" && typeof stream.pipe === "function";
|
|
3181
|
+
isStream.writable = (stream) => isStream(stream) && stream.writable !== false && typeof stream._write === "function" && typeof stream._writableState === "object";
|
|
3182
|
+
isStream.readable = (stream) => isStream(stream) && stream.readable !== false && typeof stream._read === "function" && typeof stream._readableState === "object";
|
|
3183
|
+
isStream.duplex = (stream) => isStream.writable(stream) && isStream.readable(stream);
|
|
3184
|
+
isStream.transform = (stream) => isStream.duplex(stream) && typeof stream._transform === "function";
|
|
3185
|
+
module2.exports = isStream;
|
|
3186
|
+
}
|
|
3187
|
+
});
|
|
3178
3188
|
var require_polyfills = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
3179
3189
|
"../../node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/polyfills.js"(exports, module2) {
|
|
3180
3190
|
"use strict";
|
|
@@ -6357,7 +6367,7 @@ var require_tempy = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
6357
6367
|
var path2 = (0, import_chunk_4VNS5WPM.__require)("path");
|
|
6358
6368
|
var uniqueString = require_unique_string();
|
|
6359
6369
|
var tempDir = (0, import_chunk_5VQNKCKW.require_temp_dir)();
|
|
6360
|
-
var isStream =
|
|
6370
|
+
var isStream = require_is_stream();
|
|
6361
6371
|
var del = require_del();
|
|
6362
6372
|
var stream = (0, import_chunk_4VNS5WPM.__require)("stream");
|
|
6363
6373
|
var { promisify } = (0, import_chunk_4VNS5WPM.__require)("util");
|
|
@@ -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_CXK5F3NV_exports = {};
|
|
30
|
+
__export(chunk_CXK5F3NV_exports, {
|
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
|
32
32
|
mergeSchemas: () => mergeSchemas
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_CXK5F3NV_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_AFUDG4RZ = require("./chunk-AFUDG4RZ.js");
|
|
39
|
+
var import_chunk_MISJEAN7 = require("./chunk-MISJEAN7.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_AFUDG4RZ.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_MISJEAN7.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_DFDTTYBW_exports = {};
|
|
30
|
+
__export(chunk_DFDTTYBW_exports, {
|
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
|
32
32
|
mergeSchemas: () => mergeSchemas
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_DFDTTYBW_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_IW44HY4Y = require("./chunk-IW44HY4Y.js");
|
|
39
|
+
var import_chunk_XEBNDKJK = require("./chunk-XEBNDKJK.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_IW44HY4Y.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_XEBNDKJK.prismaSchemaWasm.merge_schemas(params);
|
|
76
76
|
},
|
|
77
77
|
(e) => ({
|
|
78
78
|
type: "wasm-error",
|
|
@@ -26,13 +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_GMW36QQF_exports = {};
|
|
30
|
+
__export(chunk_GMW36QQF_exports, {
|
|
31
31
|
getEnginesInfo: () => getEnginesInfo,
|
|
32
32
|
resolveEngine: () => resolveEngine
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
35
|
-
var
|
|
34
|
+
module.exports = __toCommonJS(chunk_GMW36QQF_exports);
|
|
35
|
+
var import_chunk_OAT7ZJED = require("./chunk-OAT7ZJED.js");
|
|
36
36
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
37
37
|
var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
|
|
38
38
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
@@ -139,7 +139,7 @@ async function resolveEngine(binaryName) {
|
|
|
139
139
|
enginePathEither,
|
|
140
140
|
import_chunk_5DBOS77Y.fromEither,
|
|
141
141
|
(0, import_chunk_5DBOS77Y.chain)((enginePath) => {
|
|
142
|
-
return (0,
|
|
142
|
+
return (0, import_chunk_OAT7ZJED.safeGetEngineVersion)(enginePath, binaryName);
|
|
143
143
|
})
|
|
144
144
|
)();
|
|
145
145
|
const engineInfo = {
|
|
@@ -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_HYFMSVRY_exports = {};
|
|
20
|
+
__export(chunk_HYFMSVRY_exports, {
|
|
21
21
|
version: () => version
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var packageJson = (0,
|
|
23
|
+
module.exports = __toCommonJS(chunk_HYFMSVRY_exports);
|
|
24
|
+
var import_chunk_U7M26SXV = require("./chunk-U7M26SXV.js");
|
|
25
|
+
var packageJson = (0, import_chunk_U7M26SXV.require_package)();
|
|
26
26
|
var version = packageJson.version;
|
|
@@ -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_IW44HY4Y_exports = {};
|
|
20
|
+
__export(chunk_IW44HY4Y_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_IW44HY4Y_exports);
|
|
24
|
+
var import_chunk_HYFMSVRY = require("./chunk-HYFMSVRY.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_HYFMSVRY.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|