@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.
@@ -1,5 +1,3 @@
1
1
  export declare enum BinaryType {
2
- QueryEngineBinary = "query-engine",
3
- QueryEngineLibrary = "libquery-engine",
4
2
  SchemaEngineBinary = "schema-engine"
5
3
  }
@@ -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: () => import_chunk_X37PZICB.BinaryType
21
+ BinaryType: () => import_chunk_66KG5WKV.BinaryType
22
22
  });
23
23
  module.exports = __toCommonJS(BinaryType_exports);
24
- var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
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 chunk_3VVCXIQ5_exports = {};
30
- __export(chunk_3VVCXIQ5_exports, {
29
+ var chunk_4CBSYQEY_exports = {};
30
+ __export(chunk_4CBSYQEY_exports, {
31
31
  cleanupCache: () => cleanupCache
32
32
  });
33
- module.exports = __toCommonJS(chunk_3VVCXIQ5_exports);
33
+ module.exports = __toCommonJS(chunk_4CBSYQEY_exports);
34
34
  var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
35
- var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
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, import_chunk_LONQL55G.getRootCacheDir)();
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 chunk_X37PZICB_exports = {};
20
- __export(chunk_X37PZICB_exports, {
19
+ var chunk_66KG5WKV_exports = {};
20
+ __export(chunk_66KG5WKV_exports, {
21
21
  BinaryType: () => BinaryType
22
22
  });
23
- module.exports = __toCommonJS(chunk_X37PZICB_exports);
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 || {});