@prisma/internals 6.1.0-dev.5 → 6.1.0-dev.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.
Files changed (49) hide show
  1. package/dist/{chunk-X4K6SW2Y.js → chunk-554MKKH3.js} +7 -7
  2. package/dist/{chunk-SODELJQA.js → chunk-5FDWT2HS.js} +8 -8
  3. package/dist/{chunk-26SJISVZ.js → chunk-737IQUJF.js} +4 -4
  4. package/dist/{chunk-LAVMCJNP.js → chunk-7KP3SUBL.js} +5 -5
  5. package/dist/{chunk-574MLPZZ.js → chunk-7RYHH5G3.js} +19 -19
  6. package/dist/{chunk-P2KRC6ZJ.js → chunk-AMSESUHL.js} +7 -7
  7. package/dist/{chunk-LVDENBX2.js → chunk-BPVIS734.js} +5 -5
  8. package/dist/{chunk-QJLDGGR4.js → chunk-GE4H5C4C.js} +5 -5
  9. package/dist/{chunk-2BJ42CN6.js → chunk-IALDQ7X6.js} +5 -5
  10. package/dist/{chunk-RHW5COKI.js → chunk-JRBQVHGW.js} +8 -8
  11. package/dist/{chunk-4ZNFJ6GK.js → chunk-JSAI2JAI.js} +8 -8
  12. package/dist/{chunk-WHYRSZHC.js → chunk-KJWAXEV6.js} +8 -8
  13. package/dist/{chunk-ZW637L2K.js → chunk-LUMF6XI2.js} +5 -5
  14. package/dist/{chunk-T4HOXYJZ.js → chunk-OIRBFJHE.js} +5 -5
  15. package/dist/{chunk-DAAAGJCX.js → chunk-RZF5ULON.js} +5 -5
  16. package/dist/{chunk-XAL6KTHD.js → chunk-T2VXLVGG.js} +8 -8
  17. package/dist/{chunk-ZADYZQO7.js → chunk-TMD3MYB3.js} +8 -8
  18. package/dist/{chunk-X3H655OX.js → chunk-TWPTQSMV.js} +795 -24
  19. package/dist/{chunk-HU3TYMTP.js → chunk-U3QQY3BZ.js} +5 -5
  20. package/dist/{chunk-GWBZ6Z6W.js → chunk-X7A5Y32H.js} +5 -5
  21. package/dist/cli/checkUnsupportedDataProxy.js +12 -12
  22. package/dist/cli/getSchema.js +17 -17
  23. package/dist/cli/hashes.js +12 -12
  24. package/dist/engine-commands/errorHelpers.js +4 -4
  25. package/dist/engine-commands/formatSchema.js +11 -11
  26. package/dist/engine-commands/getConfig.js +10 -10
  27. package/dist/engine-commands/getDmmf.js +7 -7
  28. package/dist/engine-commands/index.js +20 -20
  29. package/dist/engine-commands/lintSchema.js +8 -8
  30. package/dist/engine-commands/mergeSchemas.js +7 -7
  31. package/dist/engine-commands/validate.js +7 -7
  32. package/dist/get-generators/generatorResolvers/generatorResolvers.js +11 -11
  33. package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +11 -11
  34. package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +12 -12
  35. package/dist/get-generators/getGenerators.js +14 -14
  36. package/dist/index.js +39 -39
  37. package/dist/sendPanic.js +11 -11
  38. package/dist/utils/getEnvPaths.js +11 -11
  39. package/dist/utils/getVersionFromPackageJson.js +3 -3
  40. package/dist/utils/handlePanic.js +11 -11
  41. package/dist/utils/loadEnvFile.js +11 -11
  42. package/dist/wasm.js +4 -4
  43. package/package.json +8 -8
  44. package/dist/chunk-2DXAGCPS.js +0 -177
  45. package/dist/chunk-5XRQ7ONW.js +0 -122
  46. package/dist/chunk-QIVUAERL.js +0 -2202
  47. package/dist/chunk-QJZIYUVB.js +0 -110
  48. package/dist/chunk-TFSZCVKC.js +0 -166
  49. package/dist/chunk-V2VWODV3.js +0 -54
@@ -1,110 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_QJZIYUVB_exports = {};
30
- __export(chunk_QJZIYUVB_exports, {
31
- BinaryType: () => import_fetch_engine.BinaryType,
32
- engineEnvVarMap: () => import_fetch_engine.engineEnvVarMap,
33
- maybeCopyToTmp: () => maybeCopyToTmp,
34
- resolveBinary: () => resolveBinary,
35
- safeResolveBinary: () => safeResolveBinary
36
- });
37
- module.exports = __toCommonJS(chunk_QJZIYUVB_exports);
38
- var import_chunk_M3GBKLGE = require("./chunk-M3GBKLGE.js");
39
- var import_chunk_QIVUAERL = require("./chunk-QIVUAERL.js");
40
- var import_chunk_TWSLDIFL = require("./chunk-TWSLDIFL.js");
41
- var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
42
- var import_chunk_TZCE3PWZ = require("./chunk-TZCE3PWZ.js");
43
- var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
44
- var import_engines = require("@prisma/engines");
45
- var import_fetch_engine = require("@prisma/fetch-engine");
46
- var import_get_platform = require("@prisma/get-platform");
47
- var import_fs = __toESM2(require("fs"));
48
- var import_path = __toESM2(require("path"));
49
- var import_fs_extra = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_QIVUAERL.require_lib)());
50
- var import_temp_dir = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_TZCE3PWZ.require_temp_dir)());
51
- async function getBinaryName(name) {
52
- const binaryTarget = await (0, import_get_platform.getBinaryTargetForCurrentPlatform)();
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
- return `${name}-${binaryTarget}${extension}`;
58
- }
59
- async function resolveBinary(name, proposedPath) {
60
- if (proposedPath && !proposedPath.match(import_chunk_M3GBKLGE.vercelPkgPathRegex) && import_fs.default.existsSync(proposedPath)) {
61
- return proposedPath;
62
- }
63
- const pathFromEnvVar = (0, import_fetch_engine.getBinaryEnvVarPath)(name);
64
- if (pathFromEnvVar !== null) {
65
- return pathFromEnvVar.path;
66
- }
67
- const binaryName = await getBinaryName(name);
68
- const prismaPath = import_path.default.join((0, import_engines.getEnginesPath)(), binaryName);
69
- if (import_fs.default.existsSync(prismaPath)) {
70
- return maybeCopyToTmp(prismaPath);
71
- }
72
- const prismaPath2 = import_path.default.join(__dirname, "..", binaryName);
73
- if (import_fs.default.existsSync(prismaPath2)) {
74
- return maybeCopyToTmp(prismaPath2);
75
- }
76
- const prismaPath3 = import_path.default.join(__dirname, "../..", binaryName);
77
- if (import_fs.default.existsSync(prismaPath3)) {
78
- return maybeCopyToTmp(prismaPath3);
79
- }
80
- const prismaPath4 = import_path.default.join(__dirname, "../runtime", binaryName);
81
- if (import_fs.default.existsSync(prismaPath4)) {
82
- return maybeCopyToTmp(prismaPath4);
83
- }
84
- throw new Error(
85
- `Could not find ${name} binary. Searched in:
86
- - ${prismaPath}
87
- - ${prismaPath2}
88
- - ${prismaPath3}
89
- - ${prismaPath4}`
90
- );
91
- }
92
- function safeResolveBinary(name, proposedPath) {
93
- return (0, import_chunk_7MD6344A.tryCatch2)(
94
- () => resolveBinary(name, proposedPath),
95
- (error) => error
96
- );
97
- }
98
- async function maybeCopyToTmp(file) {
99
- const dir = eval("__dirname");
100
- if (dir.match(import_chunk_M3GBKLGE.vercelPkgPathRegex)) {
101
- const targetDir = import_path.default.join(import_temp_dir.default, "prisma-binaries");
102
- await (0, import_fs_extra.ensureDir)(targetDir);
103
- const target = import_path.default.join(targetDir, import_path.default.basename(file));
104
- const data = await import_fs.default.promises.readFile(file);
105
- await import_fs.default.promises.writeFile(target, data);
106
- (0, import_chunk_TWSLDIFL.chmodPlusX)(target);
107
- return target;
108
- }
109
- return file;
110
- }
@@ -1,166 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_TFSZCVKC_exports = {};
20
- __export(chunk_TFSZCVKC_exports, {
21
- SchemaEngineExitCode: () => SchemaEngineExitCode,
22
- canConnectToDatabase: () => canConnectToDatabase,
23
- createDatabase: () => createDatabase,
24
- dropDatabase: () => dropDatabase,
25
- execaCommand: () => execaCommand
26
- });
27
- module.exports = __toCommonJS(chunk_TFSZCVKC_exports);
28
- var import_chunk_7XNZDY2V = require("./chunk-7XNZDY2V.js");
29
- var import_chunk_QJZIYUVB = require("./chunk-QJZIYUVB.js");
30
- var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
31
- var import_fetch_engine = require("@prisma/fetch-engine");
32
- var import_execa = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_7XNZDY2V.require_execa)());
33
- var SchemaEngineExitCode = /* @__PURE__ */ ((SchemaEngineExitCode2) => {
34
- SchemaEngineExitCode2[SchemaEngineExitCode2["Success"] = 0] = "Success";
35
- SchemaEngineExitCode2[SchemaEngineExitCode2["Error"] = 1] = "Error";
36
- SchemaEngineExitCode2[SchemaEngineExitCode2["Panic"] = 101] = "Panic";
37
- return SchemaEngineExitCode2;
38
- })(SchemaEngineExitCode || {});
39
- function parseJsonFromStderr(stderr) {
40
- const lines = stderr.split(/\r?\n/).slice(1);
41
- const logs = [];
42
- for (const line of lines) {
43
- const data = String(line);
44
- try {
45
- const json = JSON.parse(data);
46
- logs.push(json);
47
- } catch (e) {
48
- throw new Error(`Could not parse schema engine response: ${e}`);
49
- }
50
- }
51
- return logs;
52
- }
53
- async function canConnectToDatabase(connectionString, cwd = process.cwd(), schemaEnginePath) {
54
- if (!connectionString) {
55
- throw new Error(
56
- "Connection url is empty. See https://www.prisma.io/docs/reference/database-reference/connection-urls"
57
- );
58
- }
59
- try {
60
- await execaCommand({
61
- connectionString,
62
- cwd,
63
- schemaEnginePath,
64
- engineCommandName: "can-connect-to-database"
65
- });
66
- } catch (_e) {
67
- const e = _e;
68
- if (e.stderr) {
69
- const logs = parseJsonFromStderr(e.stderr);
70
- const error = logs.find((it) => it.level === "ERROR" && it.target === "schema_engine::logger");
71
- if (error && error.fields.error_code && error.fields.message) {
72
- return {
73
- code: error.fields.error_code,
74
- message: error.fields.message
75
- };
76
- } else {
77
- throw new Error(`Schema engine error:
78
- ${logs.map((log) => log.fields.message).join("\n")}`);
79
- }
80
- } else {
81
- throw new Error(`Schema engine exited. ${_e}`);
82
- }
83
- }
84
- return true;
85
- }
86
- async function createDatabase(connectionString, cwd = process.cwd(), schemaEnginePath) {
87
- const dbExists = await canConnectToDatabase(connectionString, cwd, schemaEnginePath);
88
- if (dbExists === true) {
89
- return false;
90
- }
91
- try {
92
- await execaCommand({
93
- connectionString,
94
- cwd,
95
- schemaEnginePath,
96
- engineCommandName: "create-database"
97
- });
98
- return true;
99
- } catch (_e) {
100
- const e = _e;
101
- if (e.stderr) {
102
- const logs = parseJsonFromStderr(e.stderr);
103
- const error = logs.find((it) => it.level === "ERROR" && it.target === "schema_engine::logger");
104
- if (error && error.fields.error_code && error.fields.message) {
105
- throw new Error(`${error.fields.error_code}: ${error.fields.message}`);
106
- } else {
107
- throw new Error(`Schema engine error:
108
- ${logs.map((log) => log.fields.message).join("\n")}`);
109
- }
110
- } else {
111
- throw new Error(`Schema engine exited. ${_e}`);
112
- }
113
- }
114
- }
115
- async function dropDatabase(connectionString, cwd = process.cwd(), schemaEnginePath) {
116
- try {
117
- const result = await execaCommand({
118
- connectionString,
119
- cwd,
120
- schemaEnginePath,
121
- engineCommandName: "drop-database"
122
- });
123
- if (result && result.exitCode === 0 && result.stderr.includes("The database was successfully dropped")) {
124
- return true;
125
- } else {
126
- throw Error(`An error occurred during the drop: ${JSON.stringify(result, void 0, 2)}`);
127
- }
128
- } catch (e) {
129
- if (e.stderr) {
130
- const logs = parseJsonFromStderr(e.stderr);
131
- throw new Error(`Schema engine error:
132
- ${logs.map((log) => log.fields.message).join("\n")}`);
133
- } else {
134
- throw new Error(`Schema engine exited. ${e}`);
135
- }
136
- }
137
- }
138
- async function execaCommand({
139
- connectionString,
140
- cwd,
141
- schemaEnginePath,
142
- engineCommandName
143
- }) {
144
- schemaEnginePath = schemaEnginePath || await (0, import_chunk_QJZIYUVB.resolveBinary)(import_fetch_engine.BinaryType.SchemaEngineBinary);
145
- try {
146
- return await (0, import_execa.default)(schemaEnginePath, ["cli", "--datasource", connectionString, engineCommandName], {
147
- cwd,
148
- env: {
149
- RUST_BACKTRACE: process.env.RUST_BACKTRACE ?? "1",
150
- RUST_LOG: process.env.RUST_LOG ?? "info"
151
- }
152
- });
153
- } catch (_e) {
154
- const e = _e;
155
- if (e.message) {
156
- e.message = e.message.replace(connectionString, "<REDACTED>");
157
- }
158
- if (e.stdout) {
159
- e.stdout = e.stdout.replace(connectionString, "<REDACTED>");
160
- }
161
- if (e.stderr) {
162
- e.stderr = e.stderr.replace(connectionString, "<REDACTED>");
163
- }
164
- throw e;
165
- }
166
- }
@@ -1,54 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_V2VWODV3_exports = {};
20
- __export(chunk_V2VWODV3_exports, {
21
- getEngineVersion: () => getEngineVersion,
22
- safeGetEngineVersion: () => safeGetEngineVersion
23
- });
24
- module.exports = __toCommonJS(chunk_V2VWODV3_exports);
25
- var import_chunk_S4LINK5Y = require("./chunk-S4LINK5Y.js");
26
- var import_chunk_7XNZDY2V = require("./chunk-7XNZDY2V.js");
27
- var import_chunk_QJZIYUVB = require("./chunk-QJZIYUVB.js");
28
- var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
29
- var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
30
- var import_engines = require("@prisma/engines");
31
- var import_fetch_engine = require("@prisma/fetch-engine");
32
- var import_get_platform = require("@prisma/get-platform");
33
- var import_execa = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_7XNZDY2V.require_execa)());
34
- async function getEngineVersion(enginePath, binaryName) {
35
- if (!binaryName) {
36
- binaryName = (0, import_engines.getCliQueryEngineBinaryType)();
37
- }
38
- enginePath = await (0, import_chunk_QJZIYUVB.resolveBinary)(binaryName, enginePath);
39
- const platformInfo = await (0, import_get_platform.getPlatformInfo)();
40
- if (binaryName === import_fetch_engine.BinaryType.QueryEngineLibrary) {
41
- (0, import_get_platform.assertNodeAPISupported)();
42
- const QE = (0, import_chunk_S4LINK5Y.loadLibrary)(enginePath, platformInfo);
43
- return `${import_fetch_engine.BinaryType.QueryEngineLibrary} ${QE.version().commit}`;
44
- } else {
45
- const { stdout } = await (0, import_execa.default)(enginePath, ["--version"]);
46
- return stdout;
47
- }
48
- }
49
- function safeGetEngineVersion(enginePath, binaryName) {
50
- return (0, import_chunk_7MD6344A.tryCatch2)(
51
- () => getEngineVersion(enginePath, binaryName),
52
- (error) => error
53
- );
54
- }