@prisma/fetch-engine 7.3.0-integration-prisma6-fix-cloudflare-engine.2 → 7.3.0-integration-engines-7-3-0-10-fix-fix-mapped-enum-issue-0b7e6564db7dc3dac7f9312aa84e9ed81d805521.1
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/BinaryType.d.ts +0 -2
- package/dist/BinaryType.js +3 -3
- package/dist/chmodPlusX.js +1 -1
- package/dist/{chunk-QGM4M3NI.js → chunk-2ESYSVXG.js} +14 -3
- package/dist/{chunk-3VVCXIQ5.js → chunk-4GGGRRIN.js} +8 -8
- package/dist/{chunk-LONQL55G.js → chunk-4MDZEOKU.js} +61 -68
- package/dist/{chunk-MWVY55RY.js → chunk-5564WBCW.js} +7 -7
- package/dist/{chunk-X37PZICB.js → chunk-66KG5WKV.js} +3 -5
- package/dist/{chunk-FSAAZH62.js → chunk-7AOUSONO.js} +9 -9
- package/dist/{chunk-234UULMT.js → chunk-CAA3PMU2.js} +58 -72
- package/dist/{chunk-VAPNG6TS.js → chunk-CTLNI6CP.js} +184 -159
- package/dist/{chunk-4C3J5AMP.js → chunk-CXD6NZKP.js} +57 -71
- package/dist/{chunk-CY52DY2B.js → chunk-FNYZ6ABB.js} +203 -203
- package/dist/{chunk-RXM4EBGR.js → chunk-VLGS4WJI.js} +13 -13
- package/dist/{chunk-QFA3XBMW.js → chunk-XNR2KDTK.js} +3 -11
- package/dist/cleanupCache.js +5 -6
- package/dist/download.d.ts +1 -1
- package/dist/download.js +17 -17
- package/dist/downloadZip.js +7 -8
- package/dist/env.d.ts +0 -2
- package/dist/env.js +7 -7
- package/dist/getHash.js +1 -1
- package/dist/getProxyAgent.js +3 -3
- package/dist/index.js +25 -25
- package/dist/log.js +3 -3
- package/dist/{multipart-parser-ASKQAOL4.js → multipart-parser-3E7JBBYS.js} +7 -7
- package/dist/utils.js +6 -7
- package/package.json +5 -5
|
@@ -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_CXD6NZKP_exports = {};
|
|
30
|
+
__export(chunk_CXD6NZKP_exports, {
|
|
31
31
|
download: () => download,
|
|
32
32
|
getBinaryName: () => getBinaryName,
|
|
33
33
|
getVersion: () => getVersion,
|
|
@@ -35,15 +35,15 @@ __export(chunk_4C3J5AMP_exports, {
|
|
|
35
35
|
plusX: () => plusX,
|
|
36
36
|
vercelPkgPathRegex: () => vercelPkgPathRegex
|
|
37
37
|
});
|
|
38
|
-
module.exports = __toCommonJS(
|
|
39
|
-
var
|
|
38
|
+
module.exports = __toCommonJS(chunk_CXD6NZKP_exports);
|
|
39
|
+
var import_chunk_5564WBCW = require("./chunk-5564WBCW.js");
|
|
40
40
|
var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
|
|
41
|
-
var
|
|
42
|
-
var
|
|
43
|
-
var
|
|
44
|
-
var
|
|
41
|
+
var import_chunk_4GGGRRIN = require("./chunk-4GGGRRIN.js");
|
|
42
|
+
var import_chunk_FNYZ6ABB = require("./chunk-FNYZ6ABB.js");
|
|
43
|
+
var import_chunk_4MDZEOKU = require("./chunk-4MDZEOKU.js");
|
|
44
|
+
var import_chunk_XNR2KDTK = require("./chunk-XNR2KDTK.js");
|
|
45
45
|
var import_chunk_FKGWOTGU = require("./chunk-FKGWOTGU.js");
|
|
46
|
-
var
|
|
46
|
+
var import_chunk_2ESYSVXG = require("./chunk-2ESYSVXG.js");
|
|
47
47
|
var import_node_fs = __toESM(require("node:fs"));
|
|
48
48
|
var import_node_path = __toESM(require("node:path"));
|
|
49
49
|
var import_node_util = require("node:util");
|
|
@@ -68,12 +68,12 @@ var import_node_buffer2 = require("node:buffer");
|
|
|
68
68
|
var import_node_child_process3 = require("node:child_process");
|
|
69
69
|
var import_node_util2 = require("node:util");
|
|
70
70
|
var import_node_process4 = __toESM(require("node:process"));
|
|
71
|
-
var require_windows = (0,
|
|
71
|
+
var require_windows = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
72
72
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module2) {
|
|
73
73
|
"use strict";
|
|
74
74
|
module2.exports = isexe;
|
|
75
75
|
isexe.sync = sync;
|
|
76
|
-
var fs2 = (0,
|
|
76
|
+
var fs2 = (0, import_chunk_2ESYSVXG.__require)("fs");
|
|
77
77
|
function checkPathExt(path4, options) {
|
|
78
78
|
var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT;
|
|
79
79
|
if (!pathext) {
|
|
@@ -107,12 +107,12 @@ var require_windows = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
});
|
|
110
|
-
var require_mode = (0,
|
|
110
|
+
var require_mode = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
111
111
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module2) {
|
|
112
112
|
"use strict";
|
|
113
113
|
module2.exports = isexe;
|
|
114
114
|
isexe.sync = sync;
|
|
115
|
-
var fs2 = (0,
|
|
115
|
+
var fs2 = (0, import_chunk_2ESYSVXG.__require)("fs");
|
|
116
116
|
function isexe(path4, options, cb) {
|
|
117
117
|
fs2.stat(path4, function(er, stat) {
|
|
118
118
|
cb(er, er ? false : checkStat(stat, options));
|
|
@@ -139,10 +139,10 @@ var require_mode = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
});
|
|
142
|
-
var require_isexe = (0,
|
|
142
|
+
var require_isexe = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
143
143
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module2) {
|
|
144
144
|
"use strict";
|
|
145
|
-
var fs2 = (0,
|
|
145
|
+
var fs2 = (0, import_chunk_2ESYSVXG.__require)("fs");
|
|
146
146
|
var core;
|
|
147
147
|
if (process.platform === "win32" || global.TESTING_WINDOWS) {
|
|
148
148
|
core = require_windows();
|
|
@@ -193,11 +193,11 @@ var require_isexe = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
});
|
|
196
|
-
var require_which = (0,
|
|
196
|
+
var require_which = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
197
197
|
"../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module2) {
|
|
198
198
|
"use strict";
|
|
199
199
|
var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
|
|
200
|
-
var path4 = (0,
|
|
200
|
+
var path4 = (0, import_chunk_2ESYSVXG.__require)("path");
|
|
201
201
|
var COLON = isWindows ? ";" : ":";
|
|
202
202
|
var isexe = require_isexe();
|
|
203
203
|
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
@@ -288,7 +288,7 @@ var require_which = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
288
288
|
which.sync = whichSync;
|
|
289
289
|
}
|
|
290
290
|
});
|
|
291
|
-
var require_path_key = (0,
|
|
291
|
+
var require_path_key = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
292
292
|
"../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js"(exports, module2) {
|
|
293
293
|
"use strict";
|
|
294
294
|
var pathKey2 = (options = {}) => {
|
|
@@ -303,10 +303,10 @@ var require_path_key = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
303
303
|
module2.exports.default = pathKey2;
|
|
304
304
|
}
|
|
305
305
|
});
|
|
306
|
-
var require_resolveCommand = (0,
|
|
306
|
+
var require_resolveCommand = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
307
307
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module2) {
|
|
308
308
|
"use strict";
|
|
309
|
-
var path4 = (0,
|
|
309
|
+
var path4 = (0, import_chunk_2ESYSVXG.__require)("path");
|
|
310
310
|
var which = require_which();
|
|
311
311
|
var getPathKey = require_path_key();
|
|
312
312
|
function resolveCommandAttempt(parsed, withoutPathExt) {
|
|
@@ -343,7 +343,7 @@ var require_resolveCommand = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
343
343
|
module2.exports = resolveCommand;
|
|
344
344
|
}
|
|
345
345
|
});
|
|
346
|
-
var require_escape = (0,
|
|
346
|
+
var require_escape = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
347
347
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js"(exports, module2) {
|
|
348
348
|
"use strict";
|
|
349
349
|
var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
@@ -366,13 +366,13 @@ var require_escape = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
366
366
|
module2.exports.argument = escapeArgument;
|
|
367
367
|
}
|
|
368
368
|
});
|
|
369
|
-
var require_shebang_regex = (0,
|
|
369
|
+
var require_shebang_regex = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
370
370
|
"../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js"(exports, module2) {
|
|
371
371
|
"use strict";
|
|
372
372
|
module2.exports = /^#!(.*)/;
|
|
373
373
|
}
|
|
374
374
|
});
|
|
375
|
-
var require_shebang_command = (0,
|
|
375
|
+
var require_shebang_command = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
376
376
|
"../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js"(exports, module2) {
|
|
377
377
|
"use strict";
|
|
378
378
|
var shebangRegex = require_shebang_regex();
|
|
@@ -390,10 +390,10 @@ var require_shebang_command = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
390
390
|
};
|
|
391
391
|
}
|
|
392
392
|
});
|
|
393
|
-
var require_readShebang = (0,
|
|
393
|
+
var require_readShebang = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
394
394
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js"(exports, module2) {
|
|
395
395
|
"use strict";
|
|
396
|
-
var fs2 = (0,
|
|
396
|
+
var fs2 = (0, import_chunk_2ESYSVXG.__require)("fs");
|
|
397
397
|
var shebangCommand = require_shebang_command();
|
|
398
398
|
function readShebang(command) {
|
|
399
399
|
const size = 150;
|
|
@@ -410,10 +410,10 @@ var require_readShebang = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
410
410
|
module2.exports = readShebang;
|
|
411
411
|
}
|
|
412
412
|
});
|
|
413
|
-
var require_parse = (0,
|
|
413
|
+
var require_parse = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
414
414
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js"(exports, module2) {
|
|
415
415
|
"use strict";
|
|
416
|
-
var path4 = (0,
|
|
416
|
+
var path4 = (0, import_chunk_2ESYSVXG.__require)("path");
|
|
417
417
|
var resolveCommand = require_resolveCommand();
|
|
418
418
|
var escape = require_escape();
|
|
419
419
|
var readShebang = require_readShebang();
|
|
@@ -470,7 +470,7 @@ var require_parse = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
470
470
|
module2.exports = parse;
|
|
471
471
|
}
|
|
472
472
|
});
|
|
473
|
-
var require_enoent = (0,
|
|
473
|
+
var require_enoent = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
474
474
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js"(exports, module2) {
|
|
475
475
|
"use strict";
|
|
476
476
|
var isWin = process.platform === "win32";
|
|
@@ -518,10 +518,10 @@ var require_enoent = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
518
518
|
};
|
|
519
519
|
}
|
|
520
520
|
});
|
|
521
|
-
var require_cross_spawn = (0,
|
|
521
|
+
var require_cross_spawn = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
522
522
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js"(exports, module2) {
|
|
523
523
|
"use strict";
|
|
524
|
-
var cp = (0,
|
|
524
|
+
var cp = (0, import_chunk_2ESYSVXG.__require)("child_process");
|
|
525
525
|
var parse = require_parse();
|
|
526
526
|
var enoent = require_enoent();
|
|
527
527
|
function spawn(command, args, options) {
|
|
@@ -543,10 +543,10 @@ var require_cross_spawn = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
543
543
|
module2.exports._enoent = enoent;
|
|
544
544
|
}
|
|
545
545
|
});
|
|
546
|
-
var require_merge_stream = (0,
|
|
546
|
+
var require_merge_stream = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
547
547
|
"../../node_modules/.pnpm/merge-stream@2.0.0/node_modules/merge-stream/index.js"(exports, module2) {
|
|
548
548
|
"use strict";
|
|
549
|
-
var { PassThrough } = (0,
|
|
549
|
+
var { PassThrough } = (0, import_chunk_2ESYSVXG.__require)("stream");
|
|
550
550
|
module2.exports = function() {
|
|
551
551
|
var sources = [];
|
|
552
552
|
var output = new PassThrough({ objectMode: true });
|
|
@@ -581,7 +581,7 @@ var require_merge_stream = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
581
581
|
};
|
|
582
582
|
}
|
|
583
583
|
});
|
|
584
|
-
var require_package = (0,
|
|
584
|
+
var require_package = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
585
585
|
"package.json"(exports, module2) {
|
|
586
586
|
module2.exports = {
|
|
587
587
|
name: "@prisma/fetch-engine",
|
|
@@ -600,7 +600,7 @@ var require_package = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
600
600
|
bugs: "https://github.com/prisma/prisma/issues",
|
|
601
601
|
enginesOverride: {},
|
|
602
602
|
devDependencies: {
|
|
603
|
-
"@types/node": "
|
|
603
|
+
"@types/node": "~20.19.24",
|
|
604
604
|
"@types/progress": "2.0.7",
|
|
605
605
|
del: "6.1.1",
|
|
606
606
|
execa: "8.0.1",
|
|
@@ -622,7 +622,7 @@ var require_package = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
622
622
|
},
|
|
623
623
|
dependencies: {
|
|
624
624
|
"@prisma/debug": "workspace:*",
|
|
625
|
-
"@prisma/engines-version": "7.
|
|
625
|
+
"@prisma/engines-version": "7.3.0-10.fix-fix-mapped-enum-issue-0b7e6564db7dc3dac7f9312aa84e9ed81d805521",
|
|
626
626
|
"@prisma/get-platform": "workspace:*"
|
|
627
627
|
},
|
|
628
628
|
scripts: {
|
|
@@ -639,7 +639,7 @@ var require_package = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
641
|
});
|
|
642
|
-
var import_cross_spawn = (0,
|
|
642
|
+
var import_cross_spawn = (0, import_chunk_2ESYSVXG.__toESM)(require_cross_spawn(), 1);
|
|
643
643
|
function stripFinalNewline(input) {
|
|
644
644
|
const LF = typeof input === "string" ? "\n" : "\n".charCodeAt();
|
|
645
645
|
const CR = typeof input === "string" ? "\r" : "\r".charCodeAt();
|
|
@@ -1739,7 +1739,7 @@ var stringMethods = {
|
|
|
1739
1739
|
getFinalChunk: getFinalStringChunk,
|
|
1740
1740
|
finalize: getContentsProp
|
|
1741
1741
|
};
|
|
1742
|
-
var import_merge_stream = (0,
|
|
1742
|
+
var import_merge_stream = (0, import_chunk_2ESYSVXG.__toESM)(require_merge_stream(), 1);
|
|
1743
1743
|
var validateInputOptions = (input) => {
|
|
1744
1744
|
if (input !== void 0) {
|
|
1745
1745
|
throw new TypeError("The `input` and `inputFile` options cannot be both set.");
|
|
@@ -2140,7 +2140,7 @@ function create$(options) {
|
|
|
2140
2140
|
return $2;
|
|
2141
2141
|
}
|
|
2142
2142
|
var $ = create$();
|
|
2143
|
-
var import_fs_extra = (0,
|
|
2143
|
+
var import_fs_extra = (0, import_chunk_2ESYSVXG.__toESM)((0, import_chunk_4MDZEOKU.require_lib)());
|
|
2144
2144
|
async function pMap(iterable, mapper, {
|
|
2145
2145
|
concurrency = Number.POSITIVE_INFINITY,
|
|
2146
2146
|
stopOnError = true,
|
|
@@ -2270,7 +2270,7 @@ async function pFilter(iterable, filterer, options) {
|
|
|
2270
2270
|
);
|
|
2271
2271
|
return values.filter((value) => Boolean(value[0])).map((value) => value[1]);
|
|
2272
2272
|
}
|
|
2273
|
-
var import_temp_dir = (0,
|
|
2273
|
+
var import_temp_dir = (0, import_chunk_2ESYSVXG.__toESM)((0, import_chunk_FNYZ6ABB.require_temp_dir)());
|
|
2274
2274
|
var { enginesOverride } = require_package();
|
|
2275
2275
|
var debug = (0, import_debug.default)("prisma:fetch-engine:download");
|
|
2276
2276
|
var exists = (0, import_node_util.promisify)(import_node_fs.default.exists);
|
|
@@ -2285,18 +2285,16 @@ async function download(options) {
|
|
|
2285
2285
|
options.skipCacheIntegrityCheck = true;
|
|
2286
2286
|
}
|
|
2287
2287
|
const { binaryTarget, ...os2 } = await (0, import_get_platform.getPlatformInfo)();
|
|
2288
|
-
if (os2.targetDistro && ["nixos"].includes(os2.targetDistro) && !(0,
|
|
2288
|
+
if (os2.targetDistro && ["nixos"].includes(os2.targetDistro) && !(0, import_chunk_XNR2KDTK.allEngineEnvVarsSet)(Object.keys(options.binaries))) {
|
|
2289
2289
|
console.error(
|
|
2290
|
-
`${(0,
|
|
2290
|
+
`${(0, import_chunk_XNR2KDTK.yellow)("Warning")} Precompiled engine files are not available for ${os2.targetDistro}, please provide the paths via environment variables, see https://pris.ly/d/custom-engines`
|
|
2291
2291
|
);
|
|
2292
2292
|
} else if (["freebsd11", "freebsd12", "freebsd13", "freebsd14", "freebsd15", "openbsd", "netbsd"].includes(binaryTarget)) {
|
|
2293
2293
|
console.error(
|
|
2294
|
-
`${(0,
|
|
2294
|
+
`${(0, import_chunk_XNR2KDTK.yellow)(
|
|
2295
2295
|
"Warning"
|
|
2296
2296
|
)} Precompiled engine files are not available for ${binaryTarget}. Read more about building your own engines at https://pris.ly/d/build-engines`
|
|
2297
2297
|
);
|
|
2298
|
-
} else if ("libquery-engine" in options.binaries) {
|
|
2299
|
-
(0, import_get_platform.assertNodeAPISupported)();
|
|
2300
2298
|
}
|
|
2301
2299
|
const opts = {
|
|
2302
2300
|
...options,
|
|
@@ -2314,7 +2312,7 @@ async function download(options) {
|
|
|
2314
2312
|
binaryTarget: binaryTarget2,
|
|
2315
2313
|
fileName,
|
|
2316
2314
|
targetFilePath,
|
|
2317
|
-
envVarPath: (0,
|
|
2315
|
+
envVarPath: (0, import_chunk_XNR2KDTK.getBinaryEnvVarPath)(binaryName)?.path,
|
|
2318
2316
|
skipCacheIntegrityCheck: !!opts.skipCacheIntegrityCheck
|
|
2319
2317
|
};
|
|
2320
2318
|
})
|
|
@@ -2337,7 +2335,7 @@ async function download(options) {
|
|
|
2337
2335
|
return shouldDownload;
|
|
2338
2336
|
});
|
|
2339
2337
|
if (binariesToDownload.length > 0) {
|
|
2340
|
-
const cleanupPromise = (0,
|
|
2338
|
+
const cleanupPromise = (0, import_chunk_4GGGRRIN.cleanupCache)();
|
|
2341
2339
|
let finishBar;
|
|
2342
2340
|
let setProgress;
|
|
2343
2341
|
if (opts.showProgress) {
|
|
@@ -2346,7 +2344,7 @@ async function download(options) {
|
|
|
2346
2344
|
setProgress = collectiveBar.setProgress;
|
|
2347
2345
|
}
|
|
2348
2346
|
const promises = binariesToDownload.map((job) => {
|
|
2349
|
-
const downloadUrl = (0,
|
|
2347
|
+
const downloadUrl = (0, import_chunk_4MDZEOKU.getDownloadUrl)({
|
|
2350
2348
|
channel: "all_commits",
|
|
2351
2349
|
version: opts.version,
|
|
2352
2350
|
binaryTarget: job.binaryTarget,
|
|
@@ -2380,10 +2378,7 @@ async function download(options) {
|
|
|
2380
2378
|
return binaryPaths;
|
|
2381
2379
|
}
|
|
2382
2380
|
function getCollectiveBar(options) {
|
|
2383
|
-
const
|
|
2384
|
-
const bar = (0, import_chunk_MWVY55RY.getBar)(
|
|
2385
|
-
`Downloading Prisma engines${hasNodeAPI ? " for Node-API" : ""} for ${options.binaryTargets?.map((p) => (0, import_chunk_QFA3XBMW.bold)(p)).join(" and ")}`
|
|
2386
|
-
);
|
|
2381
|
+
const bar = (0, import_chunk_5564WBCW.getBar)(`Downloading Prisma engines for ${options.binaryTargets?.map((p) => (0, import_chunk_XNR2KDTK.bold)(p)).join(" and ")}`);
|
|
2387
2382
|
const progressMap = {};
|
|
2388
2383
|
const numDownloads = Object.values(options.binaries).length * Object.values(options?.binaryTargets ?? []).length;
|
|
2389
2384
|
const setProgress = (sourcePath) => (progress) => {
|
|
@@ -2427,7 +2422,7 @@ async function binaryNeedsToBeDownloaded(job, nativePlatform, version) {
|
|
|
2427
2422
|
});
|
|
2428
2423
|
if (cachedFile) {
|
|
2429
2424
|
if (job.skipCacheIntegrityCheck === true) {
|
|
2430
|
-
await (0,
|
|
2425
|
+
await (0, import_chunk_4MDZEOKU.overwriteFile)(cachedFile, job.targetFilePath);
|
|
2431
2426
|
return false;
|
|
2432
2427
|
}
|
|
2433
2428
|
const sha256FilePath = cachedFile + ".sha256";
|
|
@@ -2438,12 +2433,12 @@ async function binaryNeedsToBeDownloaded(job, nativePlatform, version) {
|
|
|
2438
2433
|
if (!targetExists) {
|
|
2439
2434
|
debug(`copying ${cachedFile} to ${job.targetFilePath}`);
|
|
2440
2435
|
await import_node_fs.default.promises.utimes(cachedFile, /* @__PURE__ */ new Date(), /* @__PURE__ */ new Date());
|
|
2441
|
-
await (0,
|
|
2436
|
+
await (0, import_chunk_4MDZEOKU.overwriteFile)(cachedFile, job.targetFilePath);
|
|
2442
2437
|
}
|
|
2443
2438
|
const targetSha256 = await (0, import_chunk_FKGWOTGU.getHash)(job.targetFilePath);
|
|
2444
2439
|
if (sha256File !== targetSha256) {
|
|
2445
2440
|
debug(`overwriting ${job.targetFilePath} with ${cachedFile} as hashes do not match`);
|
|
2446
|
-
await (0,
|
|
2441
|
+
await (0, import_chunk_4MDZEOKU.overwriteFile)(cachedFile, job.targetFilePath);
|
|
2447
2442
|
}
|
|
2448
2443
|
return false;
|
|
2449
2444
|
} else {
|
|
@@ -2458,7 +2453,7 @@ async function binaryNeedsToBeDownloaded(job, nativePlatform, version) {
|
|
|
2458
2453
|
}
|
|
2459
2454
|
if (cachedFile) {
|
|
2460
2455
|
debug(`copying ${cachedFile} to ${job.targetFilePath}`);
|
|
2461
|
-
await (0,
|
|
2456
|
+
await (0, import_chunk_4MDZEOKU.overwriteFile)(cachedFile, job.targetFilePath);
|
|
2462
2457
|
return false;
|
|
2463
2458
|
}
|
|
2464
2459
|
return true;
|
|
@@ -2479,24 +2474,15 @@ async function binaryNeedsToBeDownloaded(job, nativePlatform, version) {
|
|
|
2479
2474
|
}
|
|
2480
2475
|
return false;
|
|
2481
2476
|
}
|
|
2482
|
-
async function getVersion(enginePath,
|
|
2477
|
+
async function getVersion(enginePath, _binaryName) {
|
|
2483
2478
|
try {
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
const commitHash = (0, import_chunk_QGM4M3NI.__require)(enginePath).version().commit;
|
|
2487
|
-
return `${"libquery-engine"} ${commitHash}`;
|
|
2488
|
-
} else {
|
|
2489
|
-
const result = await execa(enginePath, ["--version"]);
|
|
2490
|
-
return result.stdout;
|
|
2491
|
-
}
|
|
2479
|
+
const result = await execa(enginePath, ["--version"]);
|
|
2480
|
+
return result.stdout;
|
|
2492
2481
|
} catch {
|
|
2493
2482
|
}
|
|
2494
2483
|
return void 0;
|
|
2495
2484
|
}
|
|
2496
2485
|
function getBinaryName(binaryName, binaryTarget) {
|
|
2497
|
-
if (binaryName === "libquery-engine") {
|
|
2498
|
-
return `${(0, import_get_platform.getNodeAPIName)(binaryTarget, "fs")}`;
|
|
2499
|
-
}
|
|
2500
2486
|
const extension = binaryTarget === "windows" ? ".exe" : "";
|
|
2501
2487
|
return `${binaryName}-${binaryTarget}${extension}`;
|
|
2502
2488
|
}
|
|
@@ -2505,7 +2491,7 @@ async function getCachedBinaryPath({
|
|
|
2505
2491
|
binaryTarget,
|
|
2506
2492
|
binaryName
|
|
2507
2493
|
}) {
|
|
2508
|
-
const cacheDir = await (0,
|
|
2494
|
+
const cacheDir = await (0, import_chunk_4MDZEOKU.getCacheDir)(channel, version, binaryTarget);
|
|
2509
2495
|
if (!cacheDir) {
|
|
2510
2496
|
return null;
|
|
2511
2497
|
}
|
|
@@ -2538,7 +2524,7 @@ async function downloadBinary(options) {
|
|
|
2538
2524
|
if (progressCb) {
|
|
2539
2525
|
progressCb(0);
|
|
2540
2526
|
}
|
|
2541
|
-
const { sha256, zippedSha256 } = await (0,
|
|
2527
|
+
const { sha256, zippedSha256 } = await (0, import_chunk_FNYZ6ABB.downloadZip)(downloadUrl, targetFilePath, progressCb);
|
|
2542
2528
|
if (progressCb) {
|
|
2543
2529
|
progressCb(1);
|
|
2544
2530
|
}
|
|
@@ -2546,7 +2532,7 @@ async function downloadBinary(options) {
|
|
|
2546
2532
|
await saveFileToCache(options, version, sha256, zippedSha256);
|
|
2547
2533
|
}
|
|
2548
2534
|
async function saveFileToCache(job, version, sha256, zippedSha256) {
|
|
2549
|
-
const cacheDir = await (0,
|
|
2535
|
+
const cacheDir = await (0, import_chunk_4MDZEOKU.getCacheDir)(channel, version, job.binaryTarget);
|
|
2550
2536
|
if (!cacheDir) {
|
|
2551
2537
|
return;
|
|
2552
2538
|
}
|
|
@@ -2554,7 +2540,7 @@ async function saveFileToCache(job, version, sha256, zippedSha256) {
|
|
|
2554
2540
|
const cachedSha256Path = import_node_path.default.join(cacheDir, job.binaryName + ".sha256");
|
|
2555
2541
|
const cachedSha256ZippedPath = import_node_path.default.join(cacheDir, job.binaryName + ".gz.sha256");
|
|
2556
2542
|
try {
|
|
2557
|
-
await (0,
|
|
2543
|
+
await (0, import_chunk_4MDZEOKU.overwriteFile)(job.targetFilePath, cachedTargetPath);
|
|
2558
2544
|
if (sha256 != null) {
|
|
2559
2545
|
await import_node_fs.default.promises.writeFile(cachedSha256Path, sha256);
|
|
2560
2546
|
}
|