@prisma/internals 6.19.0-integration-next.13 → 6.19.0-integration-feat-remove-library-engine.2
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-FC6CQUSK.js → chunk-22HIO2UL.js} +7 -7
- package/dist/{chunk-JOIIWB3U.js → chunk-2LOGW45F.js} +68 -33
- package/dist/{chunk-BVJP43JS.js → chunk-32LLAKF4.js} +13 -784
- package/dist/{chunk-AX5N26KG.js → chunk-33K2EQQZ.js} +10 -10
- package/dist/{chunk-I6WLABB2.js → chunk-3WXUQZS7.js} +14 -5
- package/dist/{chunk-MURRA56K.js → chunk-5CBDEFHE.js} +5 -5
- package/dist/{chunk-B22EOFPW.js → chunk-5I4ERIIY.js} +3 -6
- package/dist/{chunk-5XFNC2RY.js → chunk-5MHUYAV3.js} +9 -9
- package/dist/{chunk-HQAD5FY2.js → chunk-7NFX7KFI.js} +5 -5
- package/dist/{chunk-JD6JN3KX.js → chunk-AOJ2N25Z.js} +8 -8
- package/dist/{chunk-M63PXCZW.js → chunk-BUB5LU5N.js} +5 -5
- package/dist/{chunk-GSH4BXBI.js → chunk-BUQN4WLU.js} +6 -6
- package/dist/{chunk-NSWABV42.js → chunk-BZV6PVWV.js} +8 -8
- package/dist/{chunk-HHG4DGHC.js → chunk-CGLLQXZE.js} +11 -12
- package/dist/{chunk-HZ6U2UGL.js → chunk-D7L3VT6R.js} +8 -8
- package/dist/chunk-DYV47NUW.js +796 -0
- package/dist/{chunk-JWIV6YDD.js → chunk-EBJBIVXN.js} +5 -5
- package/dist/{chunk-IDINCQMN.js → chunk-FF7OLLBP.js} +12 -784
- package/dist/{chunk-RCQOUZB5.js → chunk-GDTMDZJA.js} +5 -5
- package/dist/{chunk-VRGMXDRD.js → chunk-GJSFP4V4.js} +3 -6
- package/dist/{chunk-SRZLJFU4.js → chunk-H5STSTVK.js} +7 -16
- package/dist/{chunk-7QC5VORA.js → chunk-H6PPJ5PX.js} +7 -7
- package/dist/{chunk-FYZCPL2Z.js → chunk-HNRMSI3R.js} +5 -8
- package/dist/{chunk-D4VDA2TZ.js → chunk-IRWX4FCC.js} +6 -6
- package/dist/{chunk-KIFFN3IT.js → chunk-IU77SCOB.js} +9 -9
- package/dist/{chunk-NVNI2SRU.js → chunk-KNNTV7IN.js} +687 -213
- package/dist/{chunk-5AI4FIZ3.js → chunk-MEOOYUIZ.js} +10 -10
- package/dist/{chunk-S553BGWR.js → chunk-MUZJUPDX.js} +4 -4
- package/dist/{chunk-TQFONRJP.js → chunk-MXAUURHG.js} +5 -5
- package/dist/{chunk-BJUIZZOW.js → chunk-N2IUVVYJ.js} +32 -47
- package/dist/{chunk-VIEJEAGW.js → chunk-NNYJV66S.js} +5 -5
- package/dist/{chunk-CAYOFOK7.js → chunk-NPMHIQNM.js} +8 -8
- package/dist/{chunk-6ASAML6M.js → chunk-NPSVUZBN.js} +5 -5
- package/dist/{chunk-XTWFEQXH.js → chunk-NVSVTFPX.js} +5 -5
- package/dist/{chunk-HD2CUQO5.js → chunk-OENCCIMK.js} +7 -7
- package/dist/{chunk-EGJS32NP.js → chunk-PTRXLDT7.js} +8 -8
- package/dist/{chunk-FCYHZHVW.js → chunk-R3J2O23S.js} +4 -4
- package/dist/{chunk-ZVZOKBG4.js → chunk-RXERQWBD.js} +8 -8
- package/dist/{chunk-75BIJ5PX.js → chunk-UB2X7DGZ.js} +9 -9
- package/dist/{chunk-EL4E3FQN.js → chunk-UMB3Y33W.js} +7 -7
- package/dist/{chunk-TQCLUNM2.js → chunk-VNIE2AZB.js} +4 -4
- package/dist/{chunk-UHI6VYFX.js → chunk-WJKBKH3Y.js} +5 -5
- package/dist/{chunk-H7KAU5SR.js → chunk-Z2IPE4NA.js} +32 -47
- package/dist/{chunk-VPVHYF3V.js → chunk-ZVTQSH5K.js} +5 -5
- package/dist/cli/checkUnsupportedDataProxy.js +47 -49
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +47 -49
- package/dist/cli/schemaContext.js +47 -49
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +46 -48
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/getEngineVersion.js +6 -9
- package/dist/engine-commands/getEnginesInfo.js +7 -9
- package/dist/engine-commands/index.js +58 -60
- 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/errorReporting.js +6 -6
- package/dist/get-generators/getGenerators.js +49 -51
- package/dist/get-generators/utils/binaryTypeToEngineType.js +2 -2
- package/dist/get-generators/utils/engineTypeToBinaryType.js +2 -2
- package/dist/get-generators/utils/getBinaryPathsByVersion.js +6 -5
- package/dist/getPackedPackage.js +4 -3
- package/dist/highlight/highlight.js +5 -5
- package/dist/index.d.ts +1 -4
- package/dist/index.js +88 -95
- package/dist/{multipart-parser-3AFJFP6K.js → multipart-parser-UV3WZSWW.js} +6 -6
- package/dist/resolveBinary.js +8 -7
- package/dist/schemaEngineCommands.js +9 -8
- package/dist/sendPanic.js +4 -4
- package/dist/utils/canPrompt.js +3 -3
- package/dist/utils/cloudflareD1.js +3 -3
- package/dist/utils/drawBox.js +2 -2
- package/dist/utils/fs-functional.js +10 -10
- package/dist/utils/fs-utils.js +8 -8
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +8 -8
- package/dist/utils/link.js +2 -2
- package/dist/utils/missingDatasource.js +5 -5
- package/dist/utils/missingGeneratorMessage.js +7 -7
- package/dist/wasm.js +5 -5
- package/package.json +12 -12
- package/dist/chunk-6TTRTZXU.js +0 -37
- package/dist/chunk-DZYINYAA.js +0 -68
- package/dist/chunk-FUYRCYVL.js +0 -53
- package/dist/client/getClientEngineType.d.ts +0 -6
- package/dist/client/getClientEngineType.js +0 -26
- package/dist/utils/handleEngineLoadingErrors.d.ts +0 -8
- package/dist/utils/handleEngineLoadingErrors.js +0 -27
- package/dist/utils/load.d.ts +0 -6
- package/dist/utils/load.js +0 -28
|
@@ -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_GDTMDZJA_exports = {};
|
|
20
|
+
__export(chunk_GDTMDZJA_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_GDTMDZJA_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-feat-remove-library-engine.2",
|
|
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": "~20.19.
|
|
62
|
+
"@types/node": "~20.19.24",
|
|
63
63
|
"@types/resolve": "1.20.6",
|
|
64
64
|
archiver: "6.0.2",
|
|
65
65
|
"checkpoint-client": "1.1.33",
|
|
@@ -16,18 +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_GJSFP4V4_exports = {};
|
|
20
|
+
__export(chunk_GJSFP4V4_exports, {
|
|
21
21
|
engineTypeToBinaryType: () => engineTypeToBinaryType
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_GJSFP4V4_exports);
|
|
24
24
|
var import_fetch_engine = require("@prisma/fetch-engine");
|
|
25
25
|
function engineTypeToBinaryType(engineType) {
|
|
26
26
|
if (engineType === "schemaEngine") {
|
|
27
27
|
return import_fetch_engine.BinaryType.SchemaEngineBinary;
|
|
28
28
|
}
|
|
29
|
-
if (engineType === "libqueryEngine") {
|
|
30
|
-
return import_fetch_engine.BinaryType.QueryEngineLibrary;
|
|
31
|
-
}
|
|
32
29
|
throw new Error(`Could not convert engine type ${engineType}`);
|
|
33
30
|
}
|
|
@@ -16,29 +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_H5STSTVK_exports = {};
|
|
20
|
+
__export(chunk_H5STSTVK_exports, {
|
|
21
21
|
getEngineVersion: () => getEngineVersion,
|
|
22
22
|
safeGetEngineVersion: () => safeGetEngineVersion
|
|
23
23
|
});
|
|
24
|
-
module.exports = __toCommonJS(
|
|
25
|
-
var import_chunk_6TTRTZXU = require("./chunk-6TTRTZXU.js");
|
|
24
|
+
module.exports = __toCommonJS(chunk_H5STSTVK_exports);
|
|
26
25
|
var import_chunk_JOIHHXR6 = require("./chunk-JOIHHXR6.js");
|
|
27
|
-
var
|
|
26
|
+
var import_chunk_HNRMSI3R = require("./chunk-HNRMSI3R.js");
|
|
28
27
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
29
28
|
var import_fetch_engine = require("@prisma/fetch-engine");
|
|
30
|
-
var import_get_platform = require("@prisma/get-platform");
|
|
31
29
|
async function getEngineVersion(enginePath, binaryName) {
|
|
32
|
-
enginePath = await (0,
|
|
33
|
-
const
|
|
34
|
-
|
|
35
|
-
(0, import_get_platform.assertNodeAPISupported)();
|
|
36
|
-
const QE = (0, import_chunk_6TTRTZXU.loadLibrary)(enginePath, platformInfo);
|
|
37
|
-
return `${import_fetch_engine.BinaryType.QueryEngineLibrary} ${QE.version().commit}`;
|
|
38
|
-
} else {
|
|
39
|
-
const { stdout } = await (0, import_chunk_JOIHHXR6.execa)(enginePath, ["--version"]);
|
|
40
|
-
return stdout;
|
|
41
|
-
}
|
|
30
|
+
enginePath = await (0, import_chunk_HNRMSI3R.resolveBinary)(binaryName ?? import_fetch_engine.BinaryType.SchemaEngineBinary, enginePath);
|
|
31
|
+
const { stdout } = await (0, import_chunk_JOIHHXR6.execa)(enginePath, ["--version"]);
|
|
32
|
+
return stdout;
|
|
42
33
|
}
|
|
43
34
|
function safeGetEngineVersion(enginePath, binaryName) {
|
|
44
35
|
return (0, import_chunk_5DBOS77Y.tryCatch2)(
|
|
@@ -16,25 +16,25 @@ 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_H6PPJ5PX_exports = {};
|
|
20
|
+
__export(chunk_H6PPJ5PX_exports, {
|
|
21
21
|
missingDatasource: () => missingDatasource
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_H6PPJ5PX_exports);
|
|
24
|
+
var import_chunk_3WXUQZS7 = require("./chunk-3WXUQZS7.js");
|
|
25
|
+
var import_chunk_VNIE2AZB = require("./chunk-VNIE2AZB.js");
|
|
26
26
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
27
27
|
var missingDatasource = `
|
|
28
28
|
You don't have any ${(0, import_chunk_PG5FDKSF.bold)("datasource")} defined in your ${(0, import_chunk_PG5FDKSF.bold)("schema.prisma")}.
|
|
29
29
|
You can define a datasource like this:
|
|
30
30
|
|
|
31
31
|
${(0, import_chunk_PG5FDKSF.bold)(
|
|
32
|
-
(0,
|
|
32
|
+
(0, import_chunk_VNIE2AZB.highlightDatamodel)(`datasource db {
|
|
33
33
|
provider = "postgresql"
|
|
34
34
|
url = env("DB_URL")
|
|
35
35
|
}`)
|
|
36
36
|
)}
|
|
37
37
|
|
|
38
38
|
More information in our documentation:
|
|
39
|
-
${(0,
|
|
39
|
+
${(0, import_chunk_3WXUQZS7.link)("https://pris.ly/d/prisma-schema")}
|
|
40
40
|
`;
|
|
@@ -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_HNRMSI3R_exports = {};
|
|
30
|
+
__export(chunk_HNRMSI3R_exports, {
|
|
31
31
|
BinaryType: () => import_fetch_engine.BinaryType,
|
|
32
32
|
engineEnvVarMap: () => import_fetch_engine.engineEnvVarMap,
|
|
33
33
|
maybeCopyToTmp: () => maybeCopyToTmp,
|
|
34
34
|
resolveBinary: () => resolveBinary,
|
|
35
35
|
safeResolveBinary: () => safeResolveBinary
|
|
36
36
|
});
|
|
37
|
-
module.exports = __toCommonJS(
|
|
37
|
+
module.exports = __toCommonJS(chunk_HNRMSI3R_exports);
|
|
38
38
|
var import_chunk_M3GBKLGE = require("./chunk-M3GBKLGE.js");
|
|
39
|
-
var
|
|
39
|
+
var import_chunk_FF7OLLBP = require("./chunk-FF7OLLBP.js");
|
|
40
40
|
var import_chunk_TWSLDIFL = require("./chunk-TWSLDIFL.js");
|
|
41
41
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
42
42
|
var import_chunk_5VQNKCKW = require("./chunk-5VQNKCKW.js");
|
|
@@ -46,14 +46,11 @@ var import_fetch_engine = require("@prisma/fetch-engine");
|
|
|
46
46
|
var import_get_platform = require("@prisma/get-platform");
|
|
47
47
|
var import_fs = __toESM(require("fs"));
|
|
48
48
|
var import_path = __toESM(require("path"));
|
|
49
|
-
var import_fs_extra = (0, import_chunk_4VNS5WPM.__toESM)((0,
|
|
49
|
+
var import_fs_extra = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_FF7OLLBP.require_lib)());
|
|
50
50
|
var import_temp_dir = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_5VQNKCKW.require_temp_dir)());
|
|
51
51
|
async function getBinaryName(name) {
|
|
52
52
|
const binaryTarget = await (0, import_get_platform.getBinaryTargetForCurrentPlatform)();
|
|
53
53
|
const extension = binaryTarget === "windows" ? ".exe" : "";
|
|
54
|
-
if (name === import_fetch_engine.BinaryType.QueryEngineLibrary) {
|
|
55
|
-
return (0, import_get_platform.getNodeAPIName)(binaryTarget, "fs");
|
|
56
|
-
}
|
|
57
54
|
return `${name}-${binaryTarget}${extension}`;
|
|
58
55
|
}
|
|
59
56
|
async function resolveBinary(name, proposedPath) {
|
|
@@ -26,18 +26,18 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_IRWX4FCC_exports = {};
|
|
30
|
+
__export(chunk_IRWX4FCC_exports, {
|
|
31
31
|
locateLocalCloudflareD1: () => locateLocalCloudflareD1
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(chunk_IRWX4FCC_exports);
|
|
34
34
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
35
|
-
var
|
|
35
|
+
var import_chunk_2LOGW45F = require("./chunk-2LOGW45F.js");
|
|
36
36
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
37
37
|
var import_node_path = __toESM(require("node:path"));
|
|
38
38
|
var import_node_process = __toESM(require("node:process"));
|
|
39
|
-
var import_fast_glob = (0, import_chunk_4VNS5WPM.__toESM)((0,
|
|
40
|
-
var import_globby = (0, import_chunk_4VNS5WPM.__toESM)((0,
|
|
39
|
+
var import_fast_glob = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_2LOGW45F.require_out)());
|
|
40
|
+
var import_globby = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_2LOGW45F.require_globby)());
|
|
41
41
|
var defaultD1DirPath = import_node_path.default.join(".wrangler", "state", "v3", "d1", "miniflare-D1DatabaseObject");
|
|
42
42
|
async function locateLocalCloudflareD1({ arg }) {
|
|
43
43
|
const cwd = import_node_process.default.cwd();
|
|
@@ -26,19 +26,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_IU77SCOB_exports = {};
|
|
30
|
+
__export(chunk_IU77SCOB_exports, {
|
|
31
31
|
handlePanic: () => handlePanic
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
34
|
-
var
|
|
33
|
+
module.exports = __toCommonJS(chunk_IU77SCOB_exports);
|
|
34
|
+
var import_chunk_3WXUQZS7 = require("./chunk-3WXUQZS7.js");
|
|
35
35
|
var import_chunk_7IKUTPWQ = require("./chunk-7IKUTPWQ.js");
|
|
36
|
-
var
|
|
37
|
-
var
|
|
36
|
+
var import_chunk_R3J2O23S = require("./chunk-R3J2O23S.js");
|
|
37
|
+
var import_chunk_BUQN4WLU = require("./chunk-BUQN4WLU.js");
|
|
38
38
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
39
39
|
var import_prompts = __toESM(require("prompts"));
|
|
40
40
|
async function handlePanic(args) {
|
|
41
|
-
if (!(0,
|
|
41
|
+
if (!(0, import_chunk_R3J2O23S.canPrompt)()) {
|
|
42
42
|
throw args.error;
|
|
43
43
|
}
|
|
44
44
|
await panicDialog(args);
|
|
@@ -56,7 +56,7 @@ ${(0, import_chunk_PG5FDKSF.red)(errorMessage)}
|
|
|
56
56
|
|
|
57
57
|
${(0, import_chunk_PG5FDKSF.bold)("Please help us improve Prisma by submitting an error report.")}
|
|
58
58
|
${(0, import_chunk_PG5FDKSF.bold)("Error reports never contain personal or other sensitive information.")}
|
|
59
|
-
${(0, import_chunk_PG5FDKSF.dim)(`Learn more: ${(0,
|
|
59
|
+
${(0, import_chunk_PG5FDKSF.dim)(`Learn more: ${(0, import_chunk_3WXUQZS7.link)("https://pris.ly/d/telemetry")}`)}
|
|
60
60
|
`);
|
|
61
61
|
const { value: shouldSubmitReport } = await (0, import_prompts.default)({
|
|
62
62
|
type: "select",
|
|
@@ -79,7 +79,7 @@ ${(0, import_chunk_PG5FDKSF.dim)(`Learn more: ${(0, import_chunk_I6WLABB2.link)(
|
|
|
79
79
|
if (shouldSubmitReport) {
|
|
80
80
|
try {
|
|
81
81
|
console.log("Submitting...");
|
|
82
|
-
const reportId = await (0,
|
|
82
|
+
const reportId = await (0, import_chunk_BUQN4WLU.sendPanic)({ error, cliVersion, enginesVersion, getDatabaseVersionSafe });
|
|
83
83
|
console.log(`
|
|
84
84
|
${(0, import_chunk_PG5FDKSF.bold)(`We successfully received the error report id: ${reportId}`)}`);
|
|
85
85
|
console.log(`
|