@prisma/fetch-engine 6.19.0 → 6.20.0-integration-next.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 +0 -2
- package/dist/BinaryType.js +2 -2
- package/dist/{chunk-3VVCXIQ5.js → chunk-4CBSYQEY.js} +5 -5
- package/dist/{chunk-X37PZICB.js → chunk-66KG5WKV.js} +3 -5
- package/dist/{chunk-RXM4EBGR.js → chunk-BYDIRBHB.js} +687 -213
- package/dist/{chunk-VAPNG6TS.js → chunk-CNO6T77T.js} +69 -238
- package/dist/{chunk-VCBTN2LA.js → chunk-GQZPGRKF.js} +29 -43
- package/dist/{chunk-GRUBMFLQ.js → chunk-KWIYQ5TE.js} +30 -44
- package/dist/{chunk-CY52DY2B.js → chunk-UZIIO3VK.js} +83 -820
- package/dist/{chunk-LONQL55G.js → chunk-VGMB4WXF.js} +8 -15
- package/dist/{chunk-QFA3XBMW.js → chunk-XNR2KDTK.js} +3 -11
- package/dist/cleanupCache.js +3 -4
- package/dist/download.d.ts +1 -1
- package/dist/download.js +14 -14
- package/dist/downloadZip.js +5 -6
- package/dist/env.d.ts +0 -2
- package/dist/env.js +6 -6
- package/dist/getProxyAgent.js +2 -2
- package/dist/index.js +22 -22
- package/dist/{multipart-parser-ASKQAOL4.js → multipart-parser-AOASR4DL.js} +6 -6
- package/dist/utils.js +5 -6
- 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_66KG5WKV.BinaryType
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(BinaryType_exports);
|
|
24
|
-
var
|
|
24
|
+
var import_chunk_66KG5WKV = require("./chunk-66KG5WKV.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_4CBSYQEY_exports = {};
|
|
30
|
+
__export(chunk_4CBSYQEY_exports, {
|
|
31
31
|
cleanupCache: () => cleanupCache
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(chunk_4CBSYQEY_exports);
|
|
34
34
|
var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
|
|
35
|
-
var
|
|
35
|
+
var import_chunk_VGMB4WXF = require("./chunk-VGMB4WXF.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_VGMB4WXF.getRootCacheDir)();
|
|
45
45
|
if (!rootCacheDir) {
|
|
46
46
|
debug("no rootCacheDir found");
|
|
47
47
|
return;
|
|
@@ -16,14 +16,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_66KG5WKV_exports = {};
|
|
20
|
+
__export(chunk_66KG5WKV_exports, {
|
|
21
21
|
BinaryType: () => BinaryType
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_66KG5WKV_exports);
|
|
24
24
|
var BinaryType = /* @__PURE__ */ ((BinaryType2) => {
|
|
25
|
-
BinaryType2["QueryEngineBinary"] = "query-engine";
|
|
26
|
-
BinaryType2["QueryEngineLibrary"] = "libquery-engine";
|
|
27
25
|
BinaryType2["SchemaEngineBinary"] = "schema-engine";
|
|
28
26
|
return BinaryType2;
|
|
29
27
|
})(BinaryType || {});
|