@prisma/fetch-engine 6.18.0-dev.11 → 6.18.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-MQLZBSZA.js → chunk-CIARYQ2U.js} +17 -17
- package/dist/{chunk-3GUHP4V6.js → chunk-CLINLFJ7.js} +16 -16
- package/dist/{chunk-CY52DY2B.js → chunk-Y4ZF2TGZ.js} +23 -9
- package/dist/download.js +8 -8
- package/dist/downloadZip.js +2 -2
- package/dist/index.js +8 -8
- package/package.json +3 -3
|
@@ -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_CIARYQ2U_exports = {};
|
|
30
|
+
__export(chunk_CIARYQ2U_exports, {
|
|
31
31
|
download: () => download,
|
|
32
32
|
getBinaryName: () => getBinaryName,
|
|
33
33
|
getVersion: () => getVersion,
|
|
@@ -35,11 +35,11 @@ __export(chunk_MQLZBSZA_exports, {
|
|
|
35
35
|
plusX: () => plusX,
|
|
36
36
|
vercelPkgPathRegex: () => vercelPkgPathRegex
|
|
37
37
|
});
|
|
38
|
-
module.exports = __toCommonJS(
|
|
38
|
+
module.exports = __toCommonJS(chunk_CIARYQ2U_exports);
|
|
39
39
|
var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
|
|
40
40
|
var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
|
|
41
41
|
var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
|
|
42
|
-
var
|
|
42
|
+
var import_chunk_Y4ZF2TGZ = require("./chunk-Y4ZF2TGZ.js");
|
|
43
43
|
var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
|
|
44
44
|
var import_chunk_QFA3XBMW = require("./chunk-QFA3XBMW.js");
|
|
45
45
|
var import_chunk_FKGWOTGU = require("./chunk-FKGWOTGU.js");
|
|
@@ -585,7 +585,7 @@ var require_package = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
585
585
|
"package.json"(exports, module2) {
|
|
586
586
|
module2.exports = {
|
|
587
587
|
name: "@prisma/fetch-engine",
|
|
588
|
-
version: "6.18.0-dev.
|
|
588
|
+
version: "6.18.0-dev.12",
|
|
589
589
|
description: "This package is intended for Prisma's internal use",
|
|
590
590
|
main: "dist/index.js",
|
|
591
591
|
types: "dist/index.d.ts",
|
|
@@ -600,25 +600,25 @@ 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": "catalog:",
|
|
604
604
|
"@types/progress": "2.0.7",
|
|
605
605
|
del: "6.1.1",
|
|
606
|
-
execa: "
|
|
606
|
+
execa: "catalog:",
|
|
607
607
|
"find-cache-dir": "5.0.0",
|
|
608
|
-
"fs-extra": "
|
|
608
|
+
"fs-extra": "catalog:",
|
|
609
609
|
hasha: "5.2.2",
|
|
610
610
|
"http-proxy-agent": "7.0.2",
|
|
611
611
|
"https-proxy-agent": "7.0.6",
|
|
612
|
-
kleur: "
|
|
613
|
-
"node-fetch": "
|
|
612
|
+
kleur: "catalog:",
|
|
613
|
+
"node-fetch": "catalog:",
|
|
614
614
|
"p-filter": "4.1.0",
|
|
615
|
-
"p-map": "
|
|
616
|
-
"p-retry": "
|
|
615
|
+
"p-map": "catalog:",
|
|
616
|
+
"p-retry": "catalog:",
|
|
617
617
|
progress: "2.0.3",
|
|
618
|
-
"temp-dir": "
|
|
619
|
-
tempy: "
|
|
618
|
+
"temp-dir": "catalog:",
|
|
619
|
+
tempy: "catalog:",
|
|
620
620
|
"timeout-signal": "2.0.0",
|
|
621
|
-
typescript: "
|
|
621
|
+
typescript: "catalog:"
|
|
622
622
|
},
|
|
623
623
|
dependencies: {
|
|
624
624
|
"@prisma/debug": "workspace:*",
|
|
@@ -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, import_chunk_QGM4M3NI.__toESM)((0,
|
|
2273
|
+
var import_temp_dir = (0, import_chunk_QGM4M3NI.__toESM)((0, import_chunk_Y4ZF2TGZ.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);
|
|
@@ -2538,7 +2538,7 @@ async function downloadBinary(options) {
|
|
|
2538
2538
|
if (progressCb) {
|
|
2539
2539
|
progressCb(0);
|
|
2540
2540
|
}
|
|
2541
|
-
const { sha256, zippedSha256 } = await (0,
|
|
2541
|
+
const { sha256, zippedSha256 } = await (0, import_chunk_Y4ZF2TGZ.downloadZip)(downloadUrl, targetFilePath, progressCb);
|
|
2542
2542
|
if (progressCb) {
|
|
2543
2543
|
progressCb(1);
|
|
2544
2544
|
}
|
|
@@ -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_CLINLFJ7_exports = {};
|
|
30
|
+
__export(chunk_CLINLFJ7_exports, {
|
|
31
31
|
download: () => download,
|
|
32
32
|
getBinaryName: () => getBinaryName,
|
|
33
33
|
getVersion: () => getVersion,
|
|
@@ -35,11 +35,11 @@ __export(chunk_3GUHP4V6_exports, {
|
|
|
35
35
|
plusX: () => plusX,
|
|
36
36
|
vercelPkgPathRegex: () => vercelPkgPathRegex
|
|
37
37
|
});
|
|
38
|
-
module.exports = __toCommonJS(
|
|
38
|
+
module.exports = __toCommonJS(chunk_CLINLFJ7_exports);
|
|
39
39
|
var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
|
|
40
40
|
var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
|
|
41
41
|
var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
|
|
42
|
-
var
|
|
42
|
+
var import_chunk_Y4ZF2TGZ = require("./chunk-Y4ZF2TGZ.js");
|
|
43
43
|
var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
|
|
44
44
|
var import_chunk_QFA3XBMW = require("./chunk-QFA3XBMW.js");
|
|
45
45
|
var import_chunk_FKGWOTGU = require("./chunk-FKGWOTGU.js");
|
|
@@ -600,25 +600,25 @@ 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": "catalog:",
|
|
604
604
|
"@types/progress": "2.0.7",
|
|
605
605
|
del: "6.1.1",
|
|
606
|
-
execa: "
|
|
606
|
+
execa: "catalog:",
|
|
607
607
|
"find-cache-dir": "5.0.0",
|
|
608
|
-
"fs-extra": "
|
|
608
|
+
"fs-extra": "catalog:",
|
|
609
609
|
hasha: "5.2.2",
|
|
610
610
|
"http-proxy-agent": "7.0.2",
|
|
611
611
|
"https-proxy-agent": "7.0.6",
|
|
612
|
-
kleur: "
|
|
613
|
-
"node-fetch": "
|
|
612
|
+
kleur: "catalog:",
|
|
613
|
+
"node-fetch": "catalog:",
|
|
614
614
|
"p-filter": "4.1.0",
|
|
615
|
-
"p-map": "
|
|
616
|
-
"p-retry": "
|
|
615
|
+
"p-map": "catalog:",
|
|
616
|
+
"p-retry": "catalog:",
|
|
617
617
|
progress: "2.0.3",
|
|
618
|
-
"temp-dir": "
|
|
619
|
-
tempy: "
|
|
618
|
+
"temp-dir": "catalog:",
|
|
619
|
+
tempy: "catalog:",
|
|
620
620
|
"timeout-signal": "2.0.0",
|
|
621
|
-
typescript: "
|
|
621
|
+
typescript: "catalog:"
|
|
622
622
|
},
|
|
623
623
|
dependencies: {
|
|
624
624
|
"@prisma/debug": "workspace:*",
|
|
@@ -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, import_chunk_QGM4M3NI.__toESM)((0,
|
|
2273
|
+
var import_temp_dir = (0, import_chunk_QGM4M3NI.__toESM)((0, import_chunk_Y4ZF2TGZ.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);
|
|
@@ -2538,7 +2538,7 @@ async function downloadBinary(options) {
|
|
|
2538
2538
|
if (progressCb) {
|
|
2539
2539
|
progressCb(0);
|
|
2540
2540
|
}
|
|
2541
|
-
const { sha256, zippedSha256 } = await (0,
|
|
2541
|
+
const { sha256, zippedSha256 } = await (0, import_chunk_Y4ZF2TGZ.downloadZip)(downloadUrl, targetFilePath, progressCb);
|
|
2542
2542
|
if (progressCb) {
|
|
2543
2543
|
progressCb(1);
|
|
2544
2544
|
}
|
|
@@ -26,12 +26,12 @@ 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_Y4ZF2TGZ_exports = {};
|
|
30
|
+
__export(chunk_Y4ZF2TGZ_exports, {
|
|
31
31
|
downloadZip: () => downloadZip,
|
|
32
32
|
require_temp_dir: () => require_temp_dir
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_Y4ZF2TGZ_exports);
|
|
35
35
|
var import_chunk_RXM4EBGR = require("./chunk-RXM4EBGR.js");
|
|
36
36
|
var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
|
|
37
37
|
var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
|
|
@@ -5951,7 +5951,7 @@ var require_dir_glob = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
5951
5951
|
}
|
|
5952
5952
|
});
|
|
5953
5953
|
var require_ignore = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
5954
|
-
"../../node_modules/.pnpm/ignore@5.2
|
|
5954
|
+
"../../node_modules/.pnpm/ignore@5.3.2/node_modules/ignore/index.js"(exports, module2) {
|
|
5955
5955
|
"use strict";
|
|
5956
5956
|
function makeArray(subject) {
|
|
5957
5957
|
return Array.isArray(subject) ? subject : [subject];
|
|
@@ -5983,18 +5983,32 @@ var require_ignore = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
5983
5983
|
return slashes.slice(0, length - length % 2);
|
|
5984
5984
|
};
|
|
5985
5985
|
var REPLACERS = [
|
|
5986
|
+
[
|
|
5987
|
+
// remove BOM
|
|
5988
|
+
// TODO:
|
|
5989
|
+
// Other similar zero-width characters?
|
|
5990
|
+
/^\uFEFF/,
|
|
5991
|
+
() => EMPTY
|
|
5992
|
+
],
|
|
5986
5993
|
// > Trailing spaces are ignored unless they are quoted with backslash ("\")
|
|
5987
5994
|
[
|
|
5988
5995
|
// (a\ ) -> (a )
|
|
5989
5996
|
// (a ) -> (a)
|
|
5997
|
+
// (a ) -> (a)
|
|
5990
5998
|
// (a \ ) -> (a )
|
|
5991
|
-
|
|
5992
|
-
(
|
|
5999
|
+
/((?:\\\\)*?)(\\?\s+)$/,
|
|
6000
|
+
(_, m1, m2) => m1 + (m2.indexOf("\\") === 0 ? SPACE : EMPTY)
|
|
5993
6001
|
],
|
|
5994
6002
|
// replace (\ ) with ' '
|
|
6003
|
+
// (\ ) -> ' '
|
|
6004
|
+
// (\\ ) -> '\\ '
|
|
6005
|
+
// (\\\ ) -> '\\ '
|
|
5995
6006
|
[
|
|
5996
|
-
|
|
5997
|
-
() =>
|
|
6007
|
+
/(\\+?)\s/g,
|
|
6008
|
+
(_, m1) => {
|
|
6009
|
+
const { length } = m1;
|
|
6010
|
+
return m1.slice(0, length - length % 2) + SPACE;
|
|
6011
|
+
}
|
|
5998
6012
|
],
|
|
5999
6013
|
// Escape metacharacters
|
|
6000
6014
|
// which is written down by users but means special for regular expressions.
|
|
@@ -6129,7 +6143,7 @@ var require_ignore = (0, import_chunk_QGM4M3NI.__commonJS)({
|
|
|
6129
6143
|
let source = regexCache[pattern];
|
|
6130
6144
|
if (!source) {
|
|
6131
6145
|
source = REPLACERS.reduce(
|
|
6132
|
-
(prev,
|
|
6146
|
+
(prev, [matcher, replacer]) => prev.replace(matcher, replacer.bind(pattern)),
|
|
6133
6147
|
pattern
|
|
6134
6148
|
);
|
|
6135
6149
|
regexCache[pattern] = source;
|
package/dist/download.js
CHANGED
|
@@ -18,19 +18,19 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var download_exports = {};
|
|
20
20
|
__export(download_exports, {
|
|
21
|
-
download: () =>
|
|
22
|
-
getBinaryName: () =>
|
|
23
|
-
getVersion: () =>
|
|
24
|
-
maybeCopyToTmp: () =>
|
|
25
|
-
plusX: () =>
|
|
26
|
-
vercelPkgPathRegex: () =>
|
|
21
|
+
download: () => import_chunk_CIARYQ2U.download,
|
|
22
|
+
getBinaryName: () => import_chunk_CIARYQ2U.getBinaryName,
|
|
23
|
+
getVersion: () => import_chunk_CIARYQ2U.getVersion,
|
|
24
|
+
maybeCopyToTmp: () => import_chunk_CIARYQ2U.maybeCopyToTmp,
|
|
25
|
+
plusX: () => import_chunk_CIARYQ2U.plusX,
|
|
26
|
+
vercelPkgPathRegex: () => import_chunk_CIARYQ2U.vercelPkgPathRegex
|
|
27
27
|
});
|
|
28
28
|
module.exports = __toCommonJS(download_exports);
|
|
29
|
-
var
|
|
29
|
+
var import_chunk_CIARYQ2U = require("./chunk-CIARYQ2U.js");
|
|
30
30
|
var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
|
|
31
31
|
var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
|
|
32
32
|
var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
|
|
33
|
-
var
|
|
33
|
+
var import_chunk_Y4ZF2TGZ = require("./chunk-Y4ZF2TGZ.js");
|
|
34
34
|
var import_chunk_RXM4EBGR = require("./chunk-RXM4EBGR.js");
|
|
35
35
|
var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
|
|
36
36
|
var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
|
package/dist/downloadZip.js
CHANGED
|
@@ -18,10 +18,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var downloadZip_exports = {};
|
|
20
20
|
__export(downloadZip_exports, {
|
|
21
|
-
downloadZip: () =>
|
|
21
|
+
downloadZip: () => import_chunk_Y4ZF2TGZ.downloadZip
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(downloadZip_exports);
|
|
24
|
-
var
|
|
24
|
+
var import_chunk_Y4ZF2TGZ = require("./chunk-Y4ZF2TGZ.js");
|
|
25
25
|
var import_chunk_RXM4EBGR = require("./chunk-RXM4EBGR.js");
|
|
26
26
|
var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
|
|
27
27
|
var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
|
package/dist/index.js
CHANGED
|
@@ -21,24 +21,24 @@ __export(index_exports, {
|
|
|
21
21
|
BinaryType: () => import_chunk_X37PZICB.BinaryType,
|
|
22
22
|
allEngineEnvVarsSet: () => import_chunk_QFA3XBMW.allEngineEnvVarsSet,
|
|
23
23
|
deprecatedEnvVarMap: () => import_chunk_QFA3XBMW.deprecatedEnvVarMap,
|
|
24
|
-
download: () =>
|
|
24
|
+
download: () => import_chunk_CIARYQ2U.download,
|
|
25
25
|
engineEnvVarMap: () => import_chunk_QFA3XBMW.engineEnvVarMap,
|
|
26
26
|
getBinaryEnvVarPath: () => import_chunk_QFA3XBMW.getBinaryEnvVarPath,
|
|
27
|
-
getBinaryName: () =>
|
|
27
|
+
getBinaryName: () => import_chunk_CIARYQ2U.getBinaryName,
|
|
28
28
|
getCacheDir: () => import_chunk_LONQL55G.getCacheDir,
|
|
29
29
|
getProxyAgent: () => import_chunk_VAPNG6TS.getProxyAgent,
|
|
30
|
-
getVersion: () =>
|
|
31
|
-
maybeCopyToTmp: () =>
|
|
30
|
+
getVersion: () => import_chunk_CIARYQ2U.getVersion,
|
|
31
|
+
maybeCopyToTmp: () => import_chunk_CIARYQ2U.maybeCopyToTmp,
|
|
32
32
|
overwriteFile: () => import_chunk_LONQL55G.overwriteFile,
|
|
33
|
-
plusX: () =>
|
|
34
|
-
vercelPkgPathRegex: () =>
|
|
33
|
+
plusX: () => import_chunk_CIARYQ2U.plusX,
|
|
34
|
+
vercelPkgPathRegex: () => import_chunk_CIARYQ2U.vercelPkgPathRegex
|
|
35
35
|
});
|
|
36
36
|
module.exports = __toCommonJS(index_exports);
|
|
37
|
-
var
|
|
37
|
+
var import_chunk_CIARYQ2U = require("./chunk-CIARYQ2U.js");
|
|
38
38
|
var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
|
|
39
39
|
var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
|
|
40
40
|
var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
|
|
41
|
-
var
|
|
41
|
+
var import_chunk_Y4ZF2TGZ = require("./chunk-Y4ZF2TGZ.js");
|
|
42
42
|
var import_chunk_RXM4EBGR = require("./chunk-RXM4EBGR.js");
|
|
43
43
|
var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
|
|
44
44
|
var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/fetch-engine",
|
|
3
|
-
"version": "6.18.0-dev.
|
|
3
|
+
"version": "6.18.0-dev.12",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@prisma/engines-version": "6.18.0-2.ba2627112b75424f26505fb83167ce78db40fc57",
|
|
40
|
-
"@prisma/debug": "6.18.0-dev.
|
|
41
|
-
"@prisma/get-platform": "6.18.0-dev.
|
|
40
|
+
"@prisma/debug": "6.18.0-dev.12",
|
|
41
|
+
"@prisma/get-platform": "6.18.0-dev.12"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|
|
44
44
|
"README.md",
|