@prisma/fetch-engine 6.20.0-integration-next.3 → 6.20.0-integration-merge-release-workflows.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/BinaryType.d.ts +2 -0
- package/dist/BinaryType.js +2 -2
- package/dist/{chunk-4CBSYQEY.js → chunk-3VVCXIQ5.js} +5 -5
- package/dist/{chunk-UZIIO3VK.js → chunk-CY52DY2B.js} +820 -83
- package/dist/{chunk-VGMB4WXF.js → chunk-LONQL55G.js} +15 -8
- package/dist/{chunk-XNR2KDTK.js → chunk-QFA3XBMW.js} +11 -3
- package/dist/{chunk-BYDIRBHB.js → chunk-RXM4EBGR.js} +213 -687
- package/dist/{chunk-CNO6T77T.js → chunk-VAPNG6TS.js} +238 -69
- package/dist/{chunk-GQZPGRKF.js → chunk-VCBTN2LA.js} +43 -29
- package/dist/{chunk-UGYSLLOS.js → chunk-WU2TVCL4.js} +44 -30
- package/dist/{chunk-66KG5WKV.js → chunk-X37PZICB.js} +5 -3
- package/dist/cleanupCache.js +4 -3
- package/dist/download.d.ts +1 -1
- package/dist/download.js +14 -14
- package/dist/downloadZip.js +6 -5
- package/dist/env.d.ts +2 -0
- package/dist/env.js +6 -6
- package/dist/getProxyAgent.js +2 -2
- package/dist/index.js +22 -22
- package/dist/{multipart-parser-AOASR4DL.js → multipart-parser-ASKQAOL4.js} +6 -6
- package/dist/utils.js +6 -5
- package/package.json +5 -5
package/dist/BinaryType.d.ts
CHANGED
package/dist/BinaryType.js
CHANGED
|
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var BinaryType_exports = {};
|
|
20
20
|
__export(BinaryType_exports, {
|
|
21
|
-
BinaryType: () =>
|
|
21
|
+
BinaryType: () => import_chunk_X37PZICB.BinaryType
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(BinaryType_exports);
|
|
24
|
-
var
|
|
24
|
+
var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
|
|
25
25
|
var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
|
|
@@ -26,13 +26,13 @@ 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_3VVCXIQ5_exports = {};
|
|
30
|
+
__export(chunk_3VVCXIQ5_exports, {
|
|
31
31
|
cleanupCache: () => cleanupCache
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(chunk_3VVCXIQ5_exports);
|
|
34
34
|
var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
|
|
35
|
-
var
|
|
35
|
+
var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
|
|
36
36
|
var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
|
|
37
37
|
var import_node_fs = __toESM(require("node:fs"));
|
|
38
38
|
var import_node_path = __toESM(require("node:path"));
|
|
@@ -41,7 +41,7 @@ var import_p_map = (0, import_chunk_QGM4M3NI.__toESM)((0, import_chunk_FSAAZH62.
|
|
|
41
41
|
var debug = (0, import_debug.default)("cleanupCache");
|
|
42
42
|
async function cleanupCache(n = 5) {
|
|
43
43
|
try {
|
|
44
|
-
const rootCacheDir = await (0,
|
|
44
|
+
const rootCacheDir = await (0, import_chunk_LONQL55G.getRootCacheDir)();
|
|
45
45
|
if (!rootCacheDir) {
|
|
46
46
|
debug("no rootCacheDir found");
|
|
47
47
|
return;
|