@prisma/internals 6.1.0-dev.11 → 6.1.0-dev.12
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-NYIQRUZG.js → chunk-COL4SUGR.js} +5 -5
- package/dist/{chunk-MDOYAOLV.js → chunk-CUMXEB67.js} +25 -796
- package/dist/{chunk-SHCCLLD3.js → chunk-EBMYPGBE.js} +5 -5
- package/dist/{chunk-Y673TJNF.js → chunk-GA5IR4DA.js} +5 -5
- package/dist/{chunk-GZ3W4XBV.js → chunk-JRYTXDM4.js} +4 -4
- package/dist/{chunk-RROXH3J7.js → chunk-LSL6K7JI.js} +8 -8
- package/dist/{chunk-GNMI6KU5.js → chunk-LSWTQXOH.js} +7 -7
- package/dist/{chunk-ARAZIXTI.js → chunk-PNFK5C2E.js} +8 -8
- package/dist/{chunk-OFTYL4FA.js → chunk-SSNOKWWA.js} +8 -8
- package/dist/{chunk-JIAYIGQW.js → chunk-VEH2V5CO.js} +5 -5
- package/dist/cli/checkUnsupportedDataProxy.js +18 -18
- package/dist/cli/getSchema.js +23 -23
- package/dist/cli/hashes.js +18 -18
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +17 -17
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/getEngineVersion.js +5 -5
- package/dist/engine-commands/getEnginesMetaInfo.js +7 -7
- package/dist/engine-commands/index.js +28 -28
- 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/generatorResolvers/generatorResolvers.js +17 -17
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +17 -17
- package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +18 -18
- package/dist/get-generators/getGenerators.js +20 -20
- package/dist/get-generators/utils/getBinaryPathsByVersion.js +3 -3
- package/dist/index.js +54 -54
- package/dist/resolveBinary.js +7 -7
- package/dist/schemaEngineCommands.js +8 -8
- package/dist/sendPanic.js +17 -17
- package/dist/utils/getEnvPaths.js +17 -17
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +17 -17
- package/dist/utils/loadEnvFile.js +17 -17
- package/dist/wasm.js +4 -4
- package/package.json +7 -7
- package/dist/chunk-4RWCRJYD.js +0 -166
- package/dist/chunk-D4MCOTL5.js +0 -122
- package/dist/chunk-FPHZVRV4.js +0 -110
- package/dist/chunk-G7LL2H2O.js +0 -54
- package/dist/chunk-JMZHUHCC.js +0 -177
- package/dist/chunk-RQPDQSHK.js +0 -1429
package/dist/chunk-G7LL2H2O.js
DELETED
@@ -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_G7LL2H2O_exports = {};
|
20
|
-
__export(chunk_G7LL2H2O_exports, {
|
21
|
-
getEngineVersion: () => getEngineVersion,
|
22
|
-
safeGetEngineVersion: () => safeGetEngineVersion
|
23
|
-
});
|
24
|
-
module.exports = __toCommonJS(chunk_G7LL2H2O_exports);
|
25
|
-
var import_chunk_S4LINK5Y = require("./chunk-S4LINK5Y.js");
|
26
|
-
var import_chunk_7XNZDY2V = require("./chunk-7XNZDY2V.js");
|
27
|
-
var import_chunk_FPHZVRV4 = require("./chunk-FPHZVRV4.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_FPHZVRV4.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
|
-
}
|
package/dist/chunk-JMZHUHCC.js
DELETED
@@ -1,177 +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 __toESM = (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_JMZHUHCC_exports = {};
|
30
|
-
__export(chunk_JMZHUHCC_exports, {
|
31
|
-
getEnginesInfo: () => getEnginesInfo,
|
32
|
-
getEnginesMetaInfo: () => getEnginesMetaInfo,
|
33
|
-
resolveEngine: () => resolveEngine
|
34
|
-
});
|
35
|
-
module.exports = __toCommonJS(chunk_JMZHUHCC_exports);
|
36
|
-
var import_chunk_PFLLVWZX = require("./chunk-PFLLVWZX.js");
|
37
|
-
var import_chunk_G7LL2H2O = require("./chunk-G7LL2H2O.js");
|
38
|
-
var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
|
39
|
-
var import_chunk_FPHZVRV4 = require("./chunk-FPHZVRV4.js");
|
40
|
-
var import_chunk_7MD6344A = require("./chunk-7MD6344A.js");
|
41
|
-
var import_chunk_WWAWV7DQ = require("./chunk-WWAWV7DQ.js");
|
42
|
-
var import_engines = require("@prisma/engines");
|
43
|
-
var import_fetch_engine = require("@prisma/fetch-engine");
|
44
|
-
var import_path = __toESM(require("path"));
|
45
|
-
var import_function2 = (0, import_chunk_WWAWV7DQ.__toESM)((0, import_chunk_PFLLVWZX.require_function)());
|
46
|
-
var none2 = import_chunk_7MD6344A.none;
|
47
|
-
var some2 = import_chunk_7MD6344A.some;
|
48
|
-
var getRight = function(ma) {
|
49
|
-
return ma._tag === "Left" ? none2 : some2(ma.right);
|
50
|
-
};
|
51
|
-
var _map = function(fa, f) {
|
52
|
-
return (0, import_chunk_7MD6344A.pipe)(fa, map(f));
|
53
|
-
};
|
54
|
-
var _ap = function(fab, fa) {
|
55
|
-
return (0, import_chunk_7MD6344A.pipe)(fab, ap(fa));
|
56
|
-
};
|
57
|
-
var URI = "Option";
|
58
|
-
var map = function(f) {
|
59
|
-
return function(fa) {
|
60
|
-
return isNone(fa) ? none2 : some2(f(fa.value));
|
61
|
-
};
|
62
|
-
};
|
63
|
-
var Functor = {
|
64
|
-
URI,
|
65
|
-
map: _map
|
66
|
-
};
|
67
|
-
var as2 = (0, import_chunk_7MD6344A.dual)(2, (0, import_chunk_7MD6344A.as)(Functor));
|
68
|
-
var asUnit2 = (0, import_chunk_7MD6344A.asUnit)(Functor);
|
69
|
-
var ap = function(fa) {
|
70
|
-
return function(fab) {
|
71
|
-
return isNone(fab) ? none2 : isNone(fa) ? none2 : some2(fab.value(fa.value));
|
72
|
-
};
|
73
|
-
};
|
74
|
-
var flatMap = /* @__PURE__ */ (0, import_chunk_7MD6344A.dual)(2, function(ma, f) {
|
75
|
-
return isNone(ma) ? none2 : f(ma.value);
|
76
|
-
});
|
77
|
-
var Chain = {
|
78
|
-
URI,
|
79
|
-
map: _map,
|
80
|
-
ap: _ap,
|
81
|
-
chain: flatMap
|
82
|
-
};
|
83
|
-
var orElse = (0, import_chunk_7MD6344A.dual)(2, function(self, that) {
|
84
|
-
return isNone(self) ? that() : self;
|
85
|
-
});
|
86
|
-
var fromEither2 = getRight;
|
87
|
-
var FromEither = {
|
88
|
-
URI,
|
89
|
-
fromEither: fromEither2
|
90
|
-
};
|
91
|
-
var isSome2 = import_chunk_7MD6344A.isSome;
|
92
|
-
var isNone = function(fa) {
|
93
|
-
return fa._tag === "None";
|
94
|
-
};
|
95
|
-
var matchW = function(onNone, onSome) {
|
96
|
-
return function(ma) {
|
97
|
-
return isNone(ma) ? onNone() : onSome(ma.value);
|
98
|
-
};
|
99
|
-
};
|
100
|
-
var match = matchW;
|
101
|
-
var fold = match;
|
102
|
-
var tap2 = /* @__PURE__ */ (0, import_chunk_7MD6344A.dual)(2, (0, import_chunk_7MD6344A.tap)(Chain));
|
103
|
-
var tapEither2 = /* @__PURE__ */ (0, import_chunk_7MD6344A.dual)(2, (0, import_chunk_7MD6344A.tapEither)(FromEither, Chain));
|
104
|
-
var fromNullable = function(a) {
|
105
|
-
return a == null ? none2 : some2(a);
|
106
|
-
};
|
107
|
-
async function getEnginesMetaInfo() {
|
108
|
-
const cliQueryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
|
109
|
-
const engines = [
|
110
|
-
{
|
111
|
-
name: "query-engine",
|
112
|
-
type: cliQueryEngineBinaryType
|
113
|
-
},
|
114
|
-
{
|
115
|
-
name: "schema-engine",
|
116
|
-
type: import_fetch_engine.BinaryType.SchemaEngineBinary
|
117
|
-
}
|
118
|
-
];
|
119
|
-
const enginePromises = engines.map(({ name, type }) => {
|
120
|
-
return resolveEngine(type).then((result) => [name, result]);
|
121
|
-
});
|
122
|
-
const engineMatrix = await Promise.all(enginePromises).then(Object.fromEntries);
|
123
|
-
const engineDataAcc = engines.map(({ name }) => {
|
124
|
-
const [engineInfo, errors] = getEnginesInfo(engineMatrix[name]);
|
125
|
-
return [{ [name]: engineInfo }, errors];
|
126
|
-
});
|
127
|
-
const engineMetaInfo = engineDataAcc.map((arr) => arr[0]);
|
128
|
-
const enginesMetaInfoErrors = engineDataAcc.flatMap((arr) => arr[1]);
|
129
|
-
return [engineMetaInfo, enginesMetaInfoErrors];
|
130
|
-
}
|
131
|
-
function getEnginesInfo(enginesInfo) {
|
132
|
-
const errors = [];
|
133
|
-
const resolved = (0, import_chunk_H3T4L34H.$)(enginesInfo).with({ fromEnvVar: import_chunk_H3T4L34H.N.when(isSome2) }, (_engineInfo) => {
|
134
|
-
return `, resolved by ${_engineInfo.fromEnvVar.value}`;
|
135
|
-
}).otherwise(() => "");
|
136
|
-
const absolutePath = (0, import_chunk_H3T4L34H.$)(enginesInfo).with({ path: import_chunk_H3T4L34H.N.when(import_chunk_7MD6344A.isRight) }, (_engineInfo) => {
|
137
|
-
return _engineInfo.path.right;
|
138
|
-
}).with({ path: import_chunk_H3T4L34H.N.when(import_chunk_7MD6344A.isLeft) }, (_engineInfo) => {
|
139
|
-
errors.push(_engineInfo.path.left);
|
140
|
-
return "E_CANNOT_RESOLVE_PATH";
|
141
|
-
}).exhaustive();
|
142
|
-
const version = (0, import_chunk_H3T4L34H.$)(enginesInfo).with({ version: import_chunk_H3T4L34H.N.when(import_chunk_7MD6344A.isRight) }, (_engineInfo) => {
|
143
|
-
return _engineInfo.version.right;
|
144
|
-
}).with({ version: import_chunk_H3T4L34H.N.when(import_chunk_7MD6344A.isLeft) }, (_engineInfo) => {
|
145
|
-
errors.push(_engineInfo.version.left);
|
146
|
-
return "E_CANNOT_RESOLVE_VERSION";
|
147
|
-
}).exhaustive();
|
148
|
-
const versionMessage = `${version} (at ${import_path.default.relative(process.cwd(), absolutePath)}${resolved})`;
|
149
|
-
return [versionMessage, errors];
|
150
|
-
}
|
151
|
-
async function resolveEngine(binaryName) {
|
152
|
-
const pathFromEnvOption = fromNullable((0, import_fetch_engine.getBinaryEnvVarPath)(binaryName));
|
153
|
-
const fromEnvVarOption = (0, import_function2.pipe)(
|
154
|
-
pathFromEnvOption,
|
155
|
-
map((p) => p.fromEnvVar)
|
156
|
-
);
|
157
|
-
const enginePathEither = await (0, import_function2.pipe)(
|
158
|
-
pathFromEnvOption,
|
159
|
-
fold(
|
160
|
-
() => (0, import_chunk_FPHZVRV4.safeResolveBinary)(binaryName),
|
161
|
-
(pathFromEnv) => (0, import_chunk_7MD6344A.right2)(pathFromEnv.path)
|
162
|
-
)
|
163
|
-
)();
|
164
|
-
const versionEither = await (0, import_function2.pipe)(
|
165
|
-
enginePathEither,
|
166
|
-
import_chunk_7MD6344A.fromEither,
|
167
|
-
(0, import_chunk_7MD6344A.chain)((enginePath) => {
|
168
|
-
return (0, import_chunk_G7LL2H2O.safeGetEngineVersion)(enginePath, binaryName);
|
169
|
-
})
|
170
|
-
)();
|
171
|
-
const engineInfo = {
|
172
|
-
path: enginePathEither,
|
173
|
-
version: versionEither,
|
174
|
-
fromEnvVar: fromEnvVarOption
|
175
|
-
};
|
176
|
-
return engineInfo;
|
177
|
-
}
|