@prisma/fetch-engine 6.20.0-integration-next.20 → 7.1.0-dev.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.
@@ -22,4 +22,4 @@ __export(BinaryType_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(BinaryType_exports);
24
24
  var import_chunk_66KG5WKV = require("./chunk-66KG5WKV.js");
25
- var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
25
+ var import_chunk_2ESYSVXG = require("./chunk-2ESYSVXG.js");
@@ -22,4 +22,4 @@ __export(chmodPlusX_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(chmodPlusX_exports);
24
24
  var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
25
- var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
25
+ var import_chunk_2ESYSVXG = require("./chunk-2ESYSVXG.js");
@@ -16,13 +16,16 @@ 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_QGM4M3NI_exports = {};
20
- __export(chunk_QGM4M3NI_exports, {
19
+ var chunk_2ESYSVXG_exports = {};
20
+ __export(chunk_2ESYSVXG_exports, {
21
21
  __commonJS: () => __commonJS,
22
+ __esm: () => __esm,
23
+ __export: () => __export2,
22
24
  __require: () => __require,
25
+ __toCommonJS: () => __toCommonJS2,
23
26
  __toESM: () => __toESM
24
27
  });
25
- module.exports = __toCommonJS(chunk_QGM4M3NI_exports);
28
+ module.exports = __toCommonJS(chunk_2ESYSVXG_exports);
26
29
  var __create = Object.create;
27
30
  var __defProp2 = Object.defineProperty;
28
31
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -35,9 +38,16 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
35
38
  if (typeof require !== "undefined") return require.apply(this, arguments);
36
39
  throw Error('Dynamic require of "' + x + '" is not supported');
37
40
  });
41
+ var __esm = (fn, res) => function __init() {
42
+ return fn && (res = (0, fn[__getOwnPropNames2(fn)[0]])(fn = 0)), res;
43
+ };
38
44
  var __commonJS = (cb, mod) => function __require2() {
39
45
  return mod || (0, cb[__getOwnPropNames2(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
40
46
  };
47
+ var __export2 = (target, all) => {
48
+ for (var name in all)
49
+ __defProp2(target, name, { get: all[name], enumerable: true });
50
+ };
41
51
  var __copyProps2 = (to, from, except, desc) => {
42
52
  if (from && typeof from === "object" || typeof from === "function") {
43
53
  for (let key of __getOwnPropNames2(from))
@@ -54,3 +64,4 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
54
64
  isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", { value: mod, enumerable: true }) : target,
55
65
  mod
56
66
  ));
67
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
@@ -26,22 +26,22 @@ 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_TB7KGAWO_exports = {};
30
- __export(chunk_TB7KGAWO_exports, {
29
+ var chunk_4GGGRRIN_exports = {};
30
+ __export(chunk_4GGGRRIN_exports, {
31
31
  cleanupCache: () => cleanupCache
32
32
  });
33
- module.exports = __toCommonJS(chunk_TB7KGAWO_exports);
34
- var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
35
- var import_chunk_7DQIGMPT = require("./chunk-7DQIGMPT.js");
36
- var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
33
+ module.exports = __toCommonJS(chunk_4GGGRRIN_exports);
34
+ var import_chunk_7AOUSONO = require("./chunk-7AOUSONO.js");
35
+ var import_chunk_4MDZEOKU = require("./chunk-4MDZEOKU.js");
36
+ var import_chunk_2ESYSVXG = require("./chunk-2ESYSVXG.js");
37
37
  var import_node_fs = __toESM(require("node:fs"));
38
38
  var import_node_path = __toESM(require("node:path"));
39
39
  var import_debug = __toESM(require("@prisma/debug"));
40
- var import_p_map = (0, import_chunk_QGM4M3NI.__toESM)((0, import_chunk_FSAAZH62.require_p_map)());
40
+ var import_p_map = (0, import_chunk_2ESYSVXG.__toESM)((0, import_chunk_7AOUSONO.require_p_map)());
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_7DQIGMPT.getRootCacheDir)();
44
+ const rootCacheDir = await (0, import_chunk_4MDZEOKU.getRootCacheDir)();
45
45
  if (!rootCacheDir) {
46
46
  debug("no rootCacheDir found");
47
47
  return;
@@ -26,16 +26,16 @@ 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_7DQIGMPT_exports = {};
30
- __export(chunk_7DQIGMPT_exports, {
29
+ var chunk_4MDZEOKU_exports = {};
30
+ __export(chunk_4MDZEOKU_exports, {
31
31
  getCacheDir: () => getCacheDir,
32
32
  getDownloadUrl: () => getDownloadUrl,
33
33
  getRootCacheDir: () => getRootCacheDir,
34
34
  overwriteFile: () => overwriteFile,
35
35
  require_lib: () => require_lib
36
36
  });
37
- module.exports = __toCommonJS(chunk_7DQIGMPT_exports);
38
- var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
37
+ module.exports = __toCommonJS(chunk_4MDZEOKU_exports);
38
+ var import_chunk_2ESYSVXG = require("./chunk-2ESYSVXG.js");
39
39
  var import_node_fs = __toESM(require("node:fs"));
40
40
  var import_node_os = __toESM(require("node:os"));
41
41
  var import_node_path = __toESM(require("node:path"));
@@ -50,10 +50,10 @@ var import_node_process2 = __toESM(require("node:process"));
50
50
  var import_node_path5 = __toESM(require("node:path"));
51
51
  var import_node_fs3 = __toESM(require("node:fs"));
52
52
  var import_node_url2 = require("node:url");
53
- var require_common_path_prefix = (0, import_chunk_QGM4M3NI.__commonJS)({
53
+ var require_common_path_prefix = (0, import_chunk_2ESYSVXG.__commonJS)({
54
54
  "../../node_modules/.pnpm/common-path-prefix@3.0.0/node_modules/common-path-prefix/index.js"(exports, module2) {
55
55
  "use strict";
56
- var { sep: DEFAULT_SEPARATOR } = (0, import_chunk_QGM4M3NI.__require)("path");
56
+ var { sep: DEFAULT_SEPARATOR } = (0, import_chunk_2ESYSVXG.__require)("path");
57
57
  var determineSeparator = (paths) => {
58
58
  for (const path6 of paths) {
59
59
  const match = /(\/|\\)/.exec(path6);
@@ -80,7 +80,7 @@ var require_common_path_prefix = (0, import_chunk_QGM4M3NI.__commonJS)({
80
80
  };
81
81
  }
82
82
  });
83
- var require_universalify = (0, import_chunk_QGM4M3NI.__commonJS)({
83
+ var require_universalify = (0, import_chunk_2ESYSVXG.__commonJS)({
84
84
  "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js"(exports) {
85
85
  "use strict";
86
86
  exports.fromCallback = function(fn) {
@@ -106,10 +106,10 @@ var require_universalify = (0, import_chunk_QGM4M3NI.__commonJS)({
106
106
  };
107
107
  }
108
108
  });
109
- var require_polyfills = (0, import_chunk_QGM4M3NI.__commonJS)({
109
+ var require_polyfills = (0, import_chunk_2ESYSVXG.__commonJS)({
110
110
  "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js"(exports, module2) {
111
111
  "use strict";
112
- var constants = (0, import_chunk_QGM4M3NI.__require)("constants");
112
+ var constants = (0, import_chunk_2ESYSVXG.__require)("constants");
113
113
  var origCwd = process.cwd;
114
114
  var cwd2 = null;
115
115
  var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform;
@@ -393,10 +393,10 @@ var require_polyfills = (0, import_chunk_QGM4M3NI.__commonJS)({
393
393
  }
394
394
  }
395
395
  });
396
- var require_legacy_streams = (0, import_chunk_QGM4M3NI.__commonJS)({
396
+ var require_legacy_streams = (0, import_chunk_2ESYSVXG.__commonJS)({
397
397
  "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js"(exports, module2) {
398
398
  "use strict";
399
- var Stream = (0, import_chunk_QGM4M3NI.__require)("stream").Stream;
399
+ var Stream = (0, import_chunk_2ESYSVXG.__require)("stream").Stream;
400
400
  module2.exports = legacy;
401
401
  function legacy(fs4) {
402
402
  return {
@@ -488,7 +488,7 @@ var require_legacy_streams = (0, import_chunk_QGM4M3NI.__commonJS)({
488
488
  }
489
489
  }
490
490
  });
491
- var require_clone = (0, import_chunk_QGM4M3NI.__commonJS)({
491
+ var require_clone = (0, import_chunk_2ESYSVXG.__commonJS)({
492
492
  "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js"(exports, module2) {
493
493
  "use strict";
494
494
  module2.exports = clone;
@@ -509,14 +509,14 @@ var require_clone = (0, import_chunk_QGM4M3NI.__commonJS)({
509
509
  }
510
510
  }
511
511
  });
512
- var require_graceful_fs = (0, import_chunk_QGM4M3NI.__commonJS)({
512
+ var require_graceful_fs = (0, import_chunk_2ESYSVXG.__commonJS)({
513
513
  "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js"(exports, module2) {
514
514
  "use strict";
515
- var fs4 = (0, import_chunk_QGM4M3NI.__require)("fs");
515
+ var fs4 = (0, import_chunk_2ESYSVXG.__require)("fs");
516
516
  var polyfills = require_polyfills();
517
517
  var legacy = require_legacy_streams();
518
518
  var clone = require_clone();
519
- var util = (0, import_chunk_QGM4M3NI.__require)("util");
519
+ var util = (0, import_chunk_2ESYSVXG.__require)("util");
520
520
  var gracefulQueue;
521
521
  var previousSymbol;
522
522
  if (typeof Symbol === "function" && typeof Symbol.for === "function") {
@@ -575,7 +575,7 @@ var require_graceful_fs = (0, import_chunk_QGM4M3NI.__commonJS)({
575
575
  if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || "")) {
576
576
  process.on("exit", function() {
577
577
  debug2(fs4[gracefulQueue]);
578
- (0, import_chunk_QGM4M3NI.__require)("assert").equal(fs4[gracefulQueue].length, 0);
578
+ (0, import_chunk_2ESYSVXG.__require)("assert").equal(fs4[gracefulQueue].length, 0);
579
579
  });
580
580
  }
581
581
  }
@@ -878,7 +878,7 @@ var require_graceful_fs = (0, import_chunk_QGM4M3NI.__commonJS)({
878
878
  }
879
879
  }
880
880
  });
881
- var require_fs = (0, import_chunk_QGM4M3NI.__commonJS)({
881
+ var require_fs = (0, import_chunk_2ESYSVXG.__commonJS)({
882
882
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/fs/index.js"(exports) {
883
883
  "use strict";
884
884
  var u = require_universalify().fromCallback;
@@ -992,10 +992,10 @@ var require_fs = (0, import_chunk_QGM4M3NI.__commonJS)({
992
992
  }
993
993
  }
994
994
  });
995
- var require_utils = (0, import_chunk_QGM4M3NI.__commonJS)({
995
+ var require_utils = (0, import_chunk_2ESYSVXG.__commonJS)({
996
996
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/utils.js"(exports, module2) {
997
997
  "use strict";
998
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
998
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
999
999
  module2.exports.checkPath = function checkPath(pth) {
1000
1000
  if (process.platform === "win32") {
1001
1001
  const pathHasInvalidWinCharacters = /[<>:"|?*]/.test(pth.replace(path6.parse(pth).root, ""));
@@ -1008,7 +1008,7 @@ var require_utils = (0, import_chunk_QGM4M3NI.__commonJS)({
1008
1008
  };
1009
1009
  }
1010
1010
  });
1011
- var require_make_dir = (0, import_chunk_QGM4M3NI.__commonJS)({
1011
+ var require_make_dir = (0, import_chunk_2ESYSVXG.__commonJS)({
1012
1012
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports, module2) {
1013
1013
  "use strict";
1014
1014
  var fs4 = require_fs();
@@ -1034,7 +1034,7 @@ var require_make_dir = (0, import_chunk_QGM4M3NI.__commonJS)({
1034
1034
  };
1035
1035
  }
1036
1036
  });
1037
- var require_mkdirs = (0, import_chunk_QGM4M3NI.__commonJS)({
1037
+ var require_mkdirs = (0, import_chunk_2ESYSVXG.__commonJS)({
1038
1038
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/index.js"(exports, module2) {
1039
1039
  "use strict";
1040
1040
  var u = require_universalify().fromPromise;
@@ -1051,7 +1051,7 @@ var require_mkdirs = (0, import_chunk_QGM4M3NI.__commonJS)({
1051
1051
  };
1052
1052
  }
1053
1053
  });
1054
- var require_path_exists = (0, import_chunk_QGM4M3NI.__commonJS)({
1054
+ var require_path_exists = (0, import_chunk_2ESYSVXG.__commonJS)({
1055
1055
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/path-exists/index.js"(exports, module2) {
1056
1056
  "use strict";
1057
1057
  var u = require_universalify().fromPromise;
@@ -1065,7 +1065,7 @@ var require_path_exists = (0, import_chunk_QGM4M3NI.__commonJS)({
1065
1065
  };
1066
1066
  }
1067
1067
  });
1068
- var require_utimes = (0, import_chunk_QGM4M3NI.__commonJS)({
1068
+ var require_utimes = (0, import_chunk_2ESYSVXG.__commonJS)({
1069
1069
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/util/utimes.js"(exports, module2) {
1070
1070
  "use strict";
1071
1071
  var fs4 = require_fs();
@@ -1097,11 +1097,11 @@ var require_utimes = (0, import_chunk_QGM4M3NI.__commonJS)({
1097
1097
  };
1098
1098
  }
1099
1099
  });
1100
- var require_stat = (0, import_chunk_QGM4M3NI.__commonJS)({
1100
+ var require_stat = (0, import_chunk_2ESYSVXG.__commonJS)({
1101
1101
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/util/stat.js"(exports, module2) {
1102
1102
  "use strict";
1103
1103
  var fs4 = require_fs();
1104
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1104
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1105
1105
  var u = require_universalify().fromPromise;
1106
1106
  function getStats(src, dest, opts) {
1107
1107
  const statFunc = opts.dereference ? (file) => fs4.stat(file, { bigint: true }) : (file) => fs4.lstat(file, { bigint: true });
@@ -1227,11 +1227,11 @@ var require_stat = (0, import_chunk_QGM4M3NI.__commonJS)({
1227
1227
  };
1228
1228
  }
1229
1229
  });
1230
- var require_copy = (0, import_chunk_QGM4M3NI.__commonJS)({
1230
+ var require_copy = (0, import_chunk_2ESYSVXG.__commonJS)({
1231
1231
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy.js"(exports, module2) {
1232
1232
  "use strict";
1233
1233
  var fs4 = require_fs();
1234
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1234
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1235
1235
  var { mkdirs } = require_mkdirs();
1236
1236
  var { pathExists: pathExists2 } = require_path_exists();
1237
1237
  var { utimesMillis } = require_utimes();
@@ -1354,11 +1354,11 @@ var require_copy = (0, import_chunk_QGM4M3NI.__commonJS)({
1354
1354
  module2.exports = copy;
1355
1355
  }
1356
1356
  });
1357
- var require_copy_sync = (0, import_chunk_QGM4M3NI.__commonJS)({
1357
+ var require_copy_sync = (0, import_chunk_2ESYSVXG.__commonJS)({
1358
1358
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy-sync.js"(exports, module2) {
1359
1359
  "use strict";
1360
1360
  var fs4 = require_graceful_fs();
1361
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1361
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1362
1362
  var mkdirsSync = require_mkdirs().mkdirsSync;
1363
1363
  var utimesMillisSync = require_utimes().utimesMillisSync;
1364
1364
  var stat = require_stat();
@@ -1488,7 +1488,7 @@ var require_copy_sync = (0, import_chunk_QGM4M3NI.__commonJS)({
1488
1488
  module2.exports = copySync;
1489
1489
  }
1490
1490
  });
1491
- var require_copy2 = (0, import_chunk_QGM4M3NI.__commonJS)({
1491
+ var require_copy2 = (0, import_chunk_2ESYSVXG.__commonJS)({
1492
1492
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/index.js"(exports, module2) {
1493
1493
  "use strict";
1494
1494
  var u = require_universalify().fromPromise;
@@ -1498,7 +1498,7 @@ var require_copy2 = (0, import_chunk_QGM4M3NI.__commonJS)({
1498
1498
  };
1499
1499
  }
1500
1500
  });
1501
- var require_remove = (0, import_chunk_QGM4M3NI.__commonJS)({
1501
+ var require_remove = (0, import_chunk_2ESYSVXG.__commonJS)({
1502
1502
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/remove/index.js"(exports, module2) {
1503
1503
  "use strict";
1504
1504
  var fs4 = require_graceful_fs();
@@ -1515,12 +1515,12 @@ var require_remove = (0, import_chunk_QGM4M3NI.__commonJS)({
1515
1515
  };
1516
1516
  }
1517
1517
  });
1518
- var require_empty = (0, import_chunk_QGM4M3NI.__commonJS)({
1518
+ var require_empty = (0, import_chunk_2ESYSVXG.__commonJS)({
1519
1519
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/empty/index.js"(exports, module2) {
1520
1520
  "use strict";
1521
1521
  var u = require_universalify().fromPromise;
1522
1522
  var fs4 = require_fs();
1523
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1523
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1524
1524
  var mkdir = require_mkdirs();
1525
1525
  var remove = require_remove();
1526
1526
  var emptyDir = u(async function emptyDir2(dir) {
@@ -1552,11 +1552,11 @@ var require_empty = (0, import_chunk_QGM4M3NI.__commonJS)({
1552
1552
  };
1553
1553
  }
1554
1554
  });
1555
- var require_file = (0, import_chunk_QGM4M3NI.__commonJS)({
1555
+ var require_file = (0, import_chunk_2ESYSVXG.__commonJS)({
1556
1556
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/file.js"(exports, module2) {
1557
1557
  "use strict";
1558
1558
  var u = require_universalify().fromPromise;
1559
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1559
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1560
1560
  var fs4 = require_fs();
1561
1561
  var mkdir = require_mkdirs();
1562
1562
  async function createFile(file) {
@@ -1609,11 +1609,11 @@ var require_file = (0, import_chunk_QGM4M3NI.__commonJS)({
1609
1609
  };
1610
1610
  }
1611
1611
  });
1612
- var require_link = (0, import_chunk_QGM4M3NI.__commonJS)({
1612
+ var require_link = (0, import_chunk_2ESYSVXG.__commonJS)({
1613
1613
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/link.js"(exports, module2) {
1614
1614
  "use strict";
1615
1615
  var u = require_universalify().fromPromise;
1616
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1616
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1617
1617
  var fs4 = require_fs();
1618
1618
  var mkdir = require_mkdirs();
1619
1619
  var { pathExists: pathExists2 } = require_path_exists();
@@ -1664,10 +1664,10 @@ var require_link = (0, import_chunk_QGM4M3NI.__commonJS)({
1664
1664
  };
1665
1665
  }
1666
1666
  });
1667
- var require_symlink_paths = (0, import_chunk_QGM4M3NI.__commonJS)({
1667
+ var require_symlink_paths = (0, import_chunk_2ESYSVXG.__commonJS)({
1668
1668
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports, module2) {
1669
1669
  "use strict";
1670
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1670
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1671
1671
  var fs4 = require_fs();
1672
1672
  var { pathExists: pathExists2 } = require_path_exists();
1673
1673
  var u = require_universalify().fromPromise;
@@ -1735,7 +1735,7 @@ var require_symlink_paths = (0, import_chunk_QGM4M3NI.__commonJS)({
1735
1735
  };
1736
1736
  }
1737
1737
  });
1738
- var require_symlink_type = (0, import_chunk_QGM4M3NI.__commonJS)({
1738
+ var require_symlink_type = (0, import_chunk_2ESYSVXG.__commonJS)({
1739
1739
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-type.js"(exports, module2) {
1740
1740
  "use strict";
1741
1741
  var fs4 = require_fs();
@@ -1766,11 +1766,11 @@ var require_symlink_type = (0, import_chunk_QGM4M3NI.__commonJS)({
1766
1766
  };
1767
1767
  }
1768
1768
  });
1769
- var require_symlink = (0, import_chunk_QGM4M3NI.__commonJS)({
1769
+ var require_symlink = (0, import_chunk_2ESYSVXG.__commonJS)({
1770
1770
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink.js"(exports, module2) {
1771
1771
  "use strict";
1772
1772
  var u = require_universalify().fromPromise;
1773
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1773
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1774
1774
  var fs4 = require_fs();
1775
1775
  var { mkdirs, mkdirsSync } = require_mkdirs();
1776
1776
  var { symlinkPaths, symlinkPathsSync } = require_symlink_paths();
@@ -1825,7 +1825,7 @@ var require_symlink = (0, import_chunk_QGM4M3NI.__commonJS)({
1825
1825
  };
1826
1826
  }
1827
1827
  });
1828
- var require_ensure = (0, import_chunk_QGM4M3NI.__commonJS)({
1828
+ var require_ensure = (0, import_chunk_2ESYSVXG.__commonJS)({
1829
1829
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/index.js"(exports, module2) {
1830
1830
  "use strict";
1831
1831
  var { createFile, createFileSync } = require_file();
@@ -1850,7 +1850,7 @@ var require_ensure = (0, import_chunk_QGM4M3NI.__commonJS)({
1850
1850
  };
1851
1851
  }
1852
1852
  });
1853
- var require_utils2 = (0, import_chunk_QGM4M3NI.__commonJS)({
1853
+ var require_utils2 = (0, import_chunk_2ESYSVXG.__commonJS)({
1854
1854
  "../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports, module2) {
1855
1855
  "use strict";
1856
1856
  function stringify(obj, { EOL = "\n", finalEOL = true, replacer = null, spaces } = {}) {
@@ -1865,14 +1865,14 @@ var require_utils2 = (0, import_chunk_QGM4M3NI.__commonJS)({
1865
1865
  module2.exports = { stringify, stripBom };
1866
1866
  }
1867
1867
  });
1868
- var require_jsonfile = (0, import_chunk_QGM4M3NI.__commonJS)({
1868
+ var require_jsonfile = (0, import_chunk_2ESYSVXG.__commonJS)({
1869
1869
  "../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js"(exports, module2) {
1870
1870
  "use strict";
1871
1871
  var _fs;
1872
1872
  try {
1873
1873
  _fs = require_graceful_fs();
1874
1874
  } catch (_) {
1875
- _fs = (0, import_chunk_QGM4M3NI.__require)("fs");
1875
+ _fs = (0, import_chunk_2ESYSVXG.__require)("fs");
1876
1876
  }
1877
1877
  var universalify = require_universalify();
1878
1878
  var { stringify, stripBom } = require_utils2();
@@ -1937,7 +1937,7 @@ var require_jsonfile = (0, import_chunk_QGM4M3NI.__commonJS)({
1937
1937
  module2.exports = jsonfile;
1938
1938
  }
1939
1939
  });
1940
- var require_jsonfile2 = (0, import_chunk_QGM4M3NI.__commonJS)({
1940
+ var require_jsonfile2 = (0, import_chunk_2ESYSVXG.__commonJS)({
1941
1941
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/jsonfile.js"(exports, module2) {
1942
1942
  "use strict";
1943
1943
  var jsonFile = require_jsonfile();
@@ -1950,12 +1950,12 @@ var require_jsonfile2 = (0, import_chunk_QGM4M3NI.__commonJS)({
1950
1950
  };
1951
1951
  }
1952
1952
  });
1953
- var require_output_file = (0, import_chunk_QGM4M3NI.__commonJS)({
1953
+ var require_output_file = (0, import_chunk_2ESYSVXG.__commonJS)({
1954
1954
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/output-file/index.js"(exports, module2) {
1955
1955
  "use strict";
1956
1956
  var u = require_universalify().fromPromise;
1957
1957
  var fs4 = require_fs();
1958
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
1958
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
1959
1959
  var mkdir = require_mkdirs();
1960
1960
  var pathExists2 = require_path_exists().pathExists;
1961
1961
  async function outputFile(file, data, encoding = "utf-8") {
@@ -1978,7 +1978,7 @@ var require_output_file = (0, import_chunk_QGM4M3NI.__commonJS)({
1978
1978
  };
1979
1979
  }
1980
1980
  });
1981
- var require_output_json = (0, import_chunk_QGM4M3NI.__commonJS)({
1981
+ var require_output_json = (0, import_chunk_2ESYSVXG.__commonJS)({
1982
1982
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json.js"(exports, module2) {
1983
1983
  "use strict";
1984
1984
  var { stringify } = require_utils2();
@@ -1990,7 +1990,7 @@ var require_output_json = (0, import_chunk_QGM4M3NI.__commonJS)({
1990
1990
  module2.exports = outputJson;
1991
1991
  }
1992
1992
  });
1993
- var require_output_json_sync = (0, import_chunk_QGM4M3NI.__commonJS)({
1993
+ var require_output_json_sync = (0, import_chunk_2ESYSVXG.__commonJS)({
1994
1994
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json-sync.js"(exports, module2) {
1995
1995
  "use strict";
1996
1996
  var { stringify } = require_utils2();
@@ -2002,7 +2002,7 @@ var require_output_json_sync = (0, import_chunk_QGM4M3NI.__commonJS)({
2002
2002
  module2.exports = outputJsonSync;
2003
2003
  }
2004
2004
  });
2005
- var require_json = (0, import_chunk_QGM4M3NI.__commonJS)({
2005
+ var require_json = (0, import_chunk_2ESYSVXG.__commonJS)({
2006
2006
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/json/index.js"(exports, module2) {
2007
2007
  "use strict";
2008
2008
  var u = require_universalify().fromPromise;
@@ -2018,11 +2018,11 @@ var require_json = (0, import_chunk_QGM4M3NI.__commonJS)({
2018
2018
  module2.exports = jsonFile;
2019
2019
  }
2020
2020
  });
2021
- var require_move = (0, import_chunk_QGM4M3NI.__commonJS)({
2021
+ var require_move = (0, import_chunk_2ESYSVXG.__commonJS)({
2022
2022
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move.js"(exports, module2) {
2023
2023
  "use strict";
2024
2024
  var fs4 = require_fs();
2025
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
2025
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
2026
2026
  var { copy } = require_copy2();
2027
2027
  var { remove } = require_remove();
2028
2028
  var { mkdirp } = require_mkdirs();
@@ -2068,11 +2068,11 @@ var require_move = (0, import_chunk_QGM4M3NI.__commonJS)({
2068
2068
  module2.exports = move;
2069
2069
  }
2070
2070
  });
2071
- var require_move_sync = (0, import_chunk_QGM4M3NI.__commonJS)({
2071
+ var require_move_sync = (0, import_chunk_2ESYSVXG.__commonJS)({
2072
2072
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move-sync.js"(exports, module2) {
2073
2073
  "use strict";
2074
2074
  var fs4 = require_graceful_fs();
2075
- var path6 = (0, import_chunk_QGM4M3NI.__require)("path");
2075
+ var path6 = (0, import_chunk_2ESYSVXG.__require)("path");
2076
2076
  var copySync = require_copy2().copySync;
2077
2077
  var removeSync = require_remove().removeSync;
2078
2078
  var mkdirpSync = require_mkdirs().mkdirpSync;
@@ -2119,7 +2119,7 @@ var require_move_sync = (0, import_chunk_QGM4M3NI.__commonJS)({
2119
2119
  module2.exports = moveSync;
2120
2120
  }
2121
2121
  });
2122
- var require_move2 = (0, import_chunk_QGM4M3NI.__commonJS)({
2122
+ var require_move2 = (0, import_chunk_2ESYSVXG.__commonJS)({
2123
2123
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/move/index.js"(exports, module2) {
2124
2124
  "use strict";
2125
2125
  var u = require_universalify().fromPromise;
@@ -2129,7 +2129,7 @@ var require_move2 = (0, import_chunk_QGM4M3NI.__commonJS)({
2129
2129
  };
2130
2130
  }
2131
2131
  });
2132
- var require_lib = (0, import_chunk_QGM4M3NI.__commonJS)({
2132
+ var require_lib = (0, import_chunk_2ESYSVXG.__commonJS)({
2133
2133
  "../../node_modules/.pnpm/fs-extra@11.3.0/node_modules/fs-extra/lib/index.js"(exports, module2) {
2134
2134
  "use strict";
2135
2135
  module2.exports = {
@@ -2148,7 +2148,7 @@ var require_lib = (0, import_chunk_QGM4M3NI.__commonJS)({
2148
2148
  };
2149
2149
  }
2150
2150
  });
2151
- var import_common_path_prefix = (0, import_chunk_QGM4M3NI.__toESM)(require_common_path_prefix(), 1);
2151
+ var import_common_path_prefix = (0, import_chunk_2ESYSVXG.__toESM)(require_common_path_prefix(), 1);
2152
2152
  var typeMappings = {
2153
2153
  directory: "isDirectory",
2154
2154
  file: "isFile"
@@ -2269,7 +2269,7 @@ function findCacheDirectory(options = {}) {
2269
2269
  }
2270
2270
  return useDirectory(import_node_path2.default.join(directory, "node_modules", ".cache", options.name), options);
2271
2271
  }
2272
- var import_fs_extra = (0, import_chunk_QGM4M3NI.__toESM)(require_lib());
2272
+ var import_fs_extra = (0, import_chunk_2ESYSVXG.__toESM)(require_lib());
2273
2273
  var debug = (0, import_debug.default)("prisma:fetch-engine:cache-dir");
2274
2274
  async function getRootCacheDir() {
2275
2275
  if (import_node_os.default.platform() === "win32") {
@@ -16,13 +16,13 @@ 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_MWVY55RY_exports = {};
20
- __export(chunk_MWVY55RY_exports, {
19
+ var chunk_5564WBCW_exports = {};
20
+ __export(chunk_5564WBCW_exports, {
21
21
  getBar: () => getBar
22
22
  });
23
- module.exports = __toCommonJS(chunk_MWVY55RY_exports);
24
- var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
25
- var require_node_progress = (0, import_chunk_QGM4M3NI.__commonJS)({
23
+ module.exports = __toCommonJS(chunk_5564WBCW_exports);
24
+ var import_chunk_2ESYSVXG = require("./chunk-2ESYSVXG.js");
25
+ var require_node_progress = (0, import_chunk_2ESYSVXG.__commonJS)({
26
26
  "../../node_modules/.pnpm/progress@2.0.3/node_modules/progress/lib/node-progress.js"(exports, module2) {
27
27
  "use strict";
28
28
  exports = module2.exports = ProgressBar;
@@ -132,13 +132,13 @@ var require_node_progress = (0, import_chunk_QGM4M3NI.__commonJS)({
132
132
  };
133
133
  }
134
134
  });
135
- var require_progress = (0, import_chunk_QGM4M3NI.__commonJS)({
135
+ var require_progress = (0, import_chunk_2ESYSVXG.__commonJS)({
136
136
  "../../node_modules/.pnpm/progress@2.0.3/node_modules/progress/index.js"(exports, module2) {
137
137
  "use strict";
138
138
  module2.exports = require_node_progress();
139
139
  }
140
140
  });
141
- var import_progress = (0, import_chunk_QGM4M3NI.__toESM)(require_progress());
141
+ var import_progress = (0, import_chunk_2ESYSVXG.__toESM)(require_progress());
142
142
  function getBar(text) {
143
143
  return new import_progress.default(`> ${text} [:bar] :percent`, {
144
144
  stream: process.stdout,
@@ -16,13 +16,13 @@ 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_FSAAZH62_exports = {};
20
- __export(chunk_FSAAZH62_exports, {
19
+ var chunk_7AOUSONO_exports = {};
20
+ __export(chunk_7AOUSONO_exports, {
21
21
  require_p_map: () => require_p_map
22
22
  });
23
- module.exports = __toCommonJS(chunk_FSAAZH62_exports);
24
- var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
25
- var require_indent_string = (0, import_chunk_QGM4M3NI.__commonJS)({
23
+ module.exports = __toCommonJS(chunk_7AOUSONO_exports);
24
+ var import_chunk_2ESYSVXG = require("./chunk-2ESYSVXG.js");
25
+ var require_indent_string = (0, import_chunk_2ESYSVXG.__commonJS)({
26
26
  "../../node_modules/.pnpm/indent-string@4.0.0/node_modules/indent-string/index.js"(exports, module2) {
27
27
  "use strict";
28
28
  module2.exports = (string, count = 1, options) => {
@@ -54,10 +54,10 @@ var require_indent_string = (0, import_chunk_QGM4M3NI.__commonJS)({
54
54
  };
55
55
  }
56
56
  });
57
- var require_clean_stack = (0, import_chunk_QGM4M3NI.__commonJS)({
57
+ var require_clean_stack = (0, import_chunk_2ESYSVXG.__commonJS)({
58
58
  "../../node_modules/.pnpm/clean-stack@2.2.0/node_modules/clean-stack/index.js"(exports, module2) {
59
59
  "use strict";
60
- var os = (0, import_chunk_QGM4M3NI.__require)("os");
60
+ var os = (0, import_chunk_2ESYSVXG.__require)("os");
61
61
  var extractPathRegex = /\s+at.*(?:\(|\s)(.*)\)?/;
62
62
  var pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.*)?\w+)\.js:\d+:\d+)|native)/;
63
63
  var homeDir = typeof os.homedir === "undefined" ? "" : os.homedir();
@@ -82,7 +82,7 @@ var require_clean_stack = (0, import_chunk_QGM4M3NI.__commonJS)({
82
82
  };
83
83
  }
84
84
  });
85
- var require_aggregate_error = (0, import_chunk_QGM4M3NI.__commonJS)({
85
+ var require_aggregate_error = (0, import_chunk_2ESYSVXG.__commonJS)({
86
86
  "../../node_modules/.pnpm/aggregate-error@3.1.0/node_modules/aggregate-error/index.js"(exports, module2) {
87
87
  "use strict";
88
88
  var indentString = require_indent_string();
@@ -119,7 +119,7 @@ var require_aggregate_error = (0, import_chunk_QGM4M3NI.__commonJS)({
119
119
  module2.exports = AggregateError;
120
120
  }
121
121
  });
122
- var require_p_map = (0, import_chunk_QGM4M3NI.__commonJS)({
122
+ var require_p_map = (0, import_chunk_2ESYSVXG.__commonJS)({
123
123
  "../../node_modules/.pnpm/p-map@4.0.0/node_modules/p-map/index.js"(exports, module2) {
124
124
  "use strict";
125
125
  var AggregateError = require_aggregate_error();