@prisma/fetch-engine 6.5.0-dev.2 → 6.5.0-dev.20

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.
@@ -26,17 +26,17 @@ 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_7NQURTUG_exports = {};
30
- __export(chunk_7NQURTUG_exports, {
29
+ var chunk_4EZ7ALS2_exports = {};
30
+ __export(chunk_4EZ7ALS2_exports, {
31
31
  downloadZip: () => downloadZip,
32
32
  require_is_stream: () => require_is_stream,
33
33
  require_temp_dir: () => require_temp_dir
34
34
  });
35
- module.exports = __toCommonJS(chunk_7NQURTUG_exports);
35
+ module.exports = __toCommonJS(chunk_4EZ7ALS2_exports);
36
36
  var import_chunk_TIRVZJHP = require("./chunk-TIRVZJHP.js");
37
37
  var import_chunk_ZAFWMCVK = require("./chunk-ZAFWMCVK.js");
38
38
  var import_chunk_G7EM4XDM = require("./chunk-G7EM4XDM.js");
39
- var import_chunk_AGZFDFHU = require("./chunk-AGZFDFHU.js");
39
+ var import_chunk_ZSBPBV34 = require("./chunk-ZSBPBV34.js");
40
40
  var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
41
41
  var import_debug = __toESM(require("@prisma/debug"));
42
42
  var import_fs = __toESM(require("fs"));
@@ -8050,7 +8050,7 @@ async function fetchChecksum(url) {
8050
8050
  try {
8051
8051
  const checksumUrl = `${url}.sha256`;
8052
8052
  const response = await fetch(checksumUrl, {
8053
- agent: (0, import_chunk_AGZFDFHU.getProxyAgent)(url)
8053
+ agent: (0, import_chunk_ZSBPBV34.getProxyAgent)(url)
8054
8054
  });
8055
8055
  if (!response.ok) {
8056
8056
  let errorMessage = `Failed to fetch sha256 checksum at ${checksumUrl} - ${response.status} ${response.statusText}`;
@@ -8096,7 +8096,7 @@ async function downloadZip(url, target, progressCb) {
8096
8096
  async () => {
8097
8097
  const response = await fetch(url, {
8098
8098
  compress: false,
8099
- agent: (0, import_chunk_AGZFDFHU.getProxyAgent)(url)
8099
+ agent: (0, import_chunk_ZSBPBV34.getProxyAgent)(url)
8100
8100
  });
8101
8101
  if (!response.ok) {
8102
8102
  throw new Error(`Failed to fetch the engine file at ${url} - ${response.status} ${response.statusText}`);
@@ -26,8 +26,8 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_6F5OLWGR_exports = {};
30
- __export(chunk_6F5OLWGR_exports, {
29
+ var chunk_YW54CHVO_exports = {};
30
+ __export(chunk_YW54CHVO_exports, {
31
31
  download: () => download,
32
32
  getBinaryName: () => getBinaryName,
33
33
  getVersion: () => getVersion,
@@ -35,11 +35,11 @@ __export(chunk_6F5OLWGR_exports, {
35
35
  plusX: () => plusX,
36
36
  vercelPkgPathRegex: () => vercelPkgPathRegex
37
37
  });
38
- module.exports = __toCommonJS(chunk_6F5OLWGR_exports);
38
+ module.exports = __toCommonJS(chunk_YW54CHVO_exports);
39
39
  var import_chunk_4LX3XBNY = require("./chunk-4LX3XBNY.js");
40
40
  var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
41
41
  var import_chunk_FKKOTNO6 = require("./chunk-FKKOTNO6.js");
42
- var import_chunk_7NQURTUG = require("./chunk-7NQURTUG.js");
42
+ var import_chunk_4EZ7ALS2 = require("./chunk-4EZ7ALS2.js");
43
43
  var import_chunk_G7EM4XDM = require("./chunk-G7EM4XDM.js");
44
44
  var import_chunk_PXQVM7NP = require("./chunk-PXQVM7NP.js");
45
45
  var import_chunk_CWGQAQ3T = require("./chunk-CWGQAQ3T.js");
@@ -1552,7 +1552,7 @@ var require_merge_stream = (0, import_chunk_AH6QHEOA.__commonJS)({
1552
1552
  var require_stream = (0, import_chunk_AH6QHEOA.__commonJS)({
1553
1553
  "../../node_modules/.pnpm/execa@5.1.1/node_modules/execa/lib/stream.js"(exports, module2) {
1554
1554
  "use strict";
1555
- var isStream = (0, import_chunk_7NQURTUG.require_is_stream)();
1555
+ var isStream = (0, import_chunk_4EZ7ALS2.require_is_stream)();
1556
1556
  var getStream = require_get_stream();
1557
1557
  var mergeStream = require_merge_stream();
1558
1558
  var handleInput = (spawned, input) => {
@@ -2010,7 +2010,7 @@ var require_package = (0, import_chunk_AH6QHEOA.__commonJS)({
2010
2010
  "package.json"(exports, module2) {
2011
2011
  module2.exports = {
2012
2012
  name: "@prisma/fetch-engine",
2013
- version: "6.5.0-dev.2",
2013
+ version: "6.5.0-dev.20",
2014
2014
  description: "This package is intended for Prisma's internal use",
2015
2015
  main: "dist/index.js",
2016
2016
  types: "dist/index.d.ts",
@@ -2073,7 +2073,7 @@ var require_package = (0, import_chunk_AH6QHEOA.__commonJS)({
2073
2073
  var import_execa = (0, import_chunk_AH6QHEOA.__toESM)(require_execa());
2074
2074
  var import_fs_extra = (0, import_chunk_AH6QHEOA.__toESM)((0, import_chunk_G7EM4XDM.require_lib)());
2075
2075
  var import_p_filter = (0, import_chunk_AH6QHEOA.__toESM)(require_p_filter());
2076
- var import_temp_dir = (0, import_chunk_AH6QHEOA.__toESM)((0, import_chunk_7NQURTUG.require_temp_dir)());
2076
+ var import_temp_dir = (0, import_chunk_AH6QHEOA.__toESM)((0, import_chunk_4EZ7ALS2.require_temp_dir)());
2077
2077
  var { enginesOverride } = require_package();
2078
2078
  var debug = (0, import_debug.default)("prisma:fetch-engine:download");
2079
2079
  var exists = (0, import_util.promisify)(import_fs.default.exists);
@@ -2255,9 +2255,17 @@ async function binaryNeedsToBeDownloaded(job, nativePlatform, version) {
2255
2255
  }
2256
2256
  } else if (process.env.PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING) {
2257
2257
  debug(
2258
- `The checksum file: ${sha256FilePath} is missing but this was ignored as the PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING environment variable is truthy.`
2258
+ `the checksum file ${sha256FilePath} is missing but this was ignored because the PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING environment variable is set`
2259
2259
  );
2260
- return false;
2260
+ if (targetExists) {
2261
+ return false;
2262
+ }
2263
+ if (cachedFile) {
2264
+ debug(`copying ${cachedFile} to ${job.targetFilePath}`);
2265
+ await (0, import_chunk_G7EM4XDM.overwriteFile)(cachedFile, job.targetFilePath);
2266
+ return false;
2267
+ }
2268
+ return true;
2261
2269
  } else {
2262
2270
  return true;
2263
2271
  }
@@ -2334,7 +2342,7 @@ async function downloadBinary(options2) {
2334
2342
  if (progressCb) {
2335
2343
  progressCb(0);
2336
2344
  }
2337
- const { sha256, zippedSha256 } = await (0, import_chunk_7NQURTUG.downloadZip)(downloadUrl, targetFilePath, progressCb);
2345
+ const { sha256, zippedSha256 } = await (0, import_chunk_4EZ7ALS2.downloadZip)(downloadUrl, targetFilePath, progressCb);
2338
2346
  if (progressCb) {
2339
2347
  progressCb(1);
2340
2348
  }
@@ -26,8 +26,8 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_GQ2B5OIS_exports = {};
30
- __export(chunk_GQ2B5OIS_exports, {
29
+ var chunk_ZDWPZD2T_exports = {};
30
+ __export(chunk_ZDWPZD2T_exports, {
31
31
  download: () => download,
32
32
  getBinaryName: () => getBinaryName,
33
33
  getVersion: () => getVersion,
@@ -35,11 +35,11 @@ __export(chunk_GQ2B5OIS_exports, {
35
35
  plusX: () => plusX,
36
36
  vercelPkgPathRegex: () => vercelPkgPathRegex
37
37
  });
38
- module.exports = __toCommonJS(chunk_GQ2B5OIS_exports);
38
+ module.exports = __toCommonJS(chunk_ZDWPZD2T_exports);
39
39
  var import_chunk_4LX3XBNY = require("./chunk-4LX3XBNY.js");
40
40
  var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
41
41
  var import_chunk_FKKOTNO6 = require("./chunk-FKKOTNO6.js");
42
- var import_chunk_7NQURTUG = require("./chunk-7NQURTUG.js");
42
+ var import_chunk_4EZ7ALS2 = require("./chunk-4EZ7ALS2.js");
43
43
  var import_chunk_G7EM4XDM = require("./chunk-G7EM4XDM.js");
44
44
  var import_chunk_PXQVM7NP = require("./chunk-PXQVM7NP.js");
45
45
  var import_chunk_CWGQAQ3T = require("./chunk-CWGQAQ3T.js");
@@ -1552,7 +1552,7 @@ var require_merge_stream = (0, import_chunk_AH6QHEOA.__commonJS)({
1552
1552
  var require_stream = (0, import_chunk_AH6QHEOA.__commonJS)({
1553
1553
  "../../node_modules/.pnpm/execa@5.1.1/node_modules/execa/lib/stream.js"(exports, module2) {
1554
1554
  "use strict";
1555
- var isStream = (0, import_chunk_7NQURTUG.require_is_stream)();
1555
+ var isStream = (0, import_chunk_4EZ7ALS2.require_is_stream)();
1556
1556
  var getStream = require_get_stream();
1557
1557
  var mergeStream = require_merge_stream();
1558
1558
  var handleInput = (spawned, input) => {
@@ -2073,7 +2073,7 @@ var require_package = (0, import_chunk_AH6QHEOA.__commonJS)({
2073
2073
  var import_execa = (0, import_chunk_AH6QHEOA.__toESM)(require_execa());
2074
2074
  var import_fs_extra = (0, import_chunk_AH6QHEOA.__toESM)((0, import_chunk_G7EM4XDM.require_lib)());
2075
2075
  var import_p_filter = (0, import_chunk_AH6QHEOA.__toESM)(require_p_filter());
2076
- var import_temp_dir = (0, import_chunk_AH6QHEOA.__toESM)((0, import_chunk_7NQURTUG.require_temp_dir)());
2076
+ var import_temp_dir = (0, import_chunk_AH6QHEOA.__toESM)((0, import_chunk_4EZ7ALS2.require_temp_dir)());
2077
2077
  var { enginesOverride } = require_package();
2078
2078
  var debug = (0, import_debug.default)("prisma:fetch-engine:download");
2079
2079
  var exists = (0, import_util.promisify)(import_fs.default.exists);
@@ -2255,9 +2255,17 @@ async function binaryNeedsToBeDownloaded(job, nativePlatform, version) {
2255
2255
  }
2256
2256
  } else if (process.env.PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING) {
2257
2257
  debug(
2258
- `The checksum file: ${sha256FilePath} is missing but this was ignored as the PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING environment variable is truthy.`
2258
+ `the checksum file ${sha256FilePath} is missing but this was ignored because the PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING environment variable is set`
2259
2259
  );
2260
- return false;
2260
+ if (targetExists) {
2261
+ return false;
2262
+ }
2263
+ if (cachedFile) {
2264
+ debug(`copying ${cachedFile} to ${job.targetFilePath}`);
2265
+ await (0, import_chunk_G7EM4XDM.overwriteFile)(cachedFile, job.targetFilePath);
2266
+ return false;
2267
+ }
2268
+ return true;
2261
2269
  } else {
2262
2270
  return true;
2263
2271
  }
@@ -2334,7 +2342,7 @@ async function downloadBinary(options2) {
2334
2342
  if (progressCb) {
2335
2343
  progressCb(0);
2336
2344
  }
2337
- const { sha256, zippedSha256 } = await (0, import_chunk_7NQURTUG.downloadZip)(downloadUrl, targetFilePath, progressCb);
2345
+ const { sha256, zippedSha256 } = await (0, import_chunk_4EZ7ALS2.downloadZip)(downloadUrl, targetFilePath, progressCb);
2338
2346
  if (progressCb) {
2339
2347
  progressCb(1);
2340
2348
  }
@@ -26,11 +26,11 @@ 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_AGZFDFHU_exports = {};
30
- __export(chunk_AGZFDFHU_exports, {
29
+ var chunk_ZSBPBV34_exports = {};
30
+ __export(chunk_ZSBPBV34_exports, {
31
31
  getProxyAgent: () => getProxyAgent
32
32
  });
33
- module.exports = __toCommonJS(chunk_AGZFDFHU_exports);
33
+ module.exports = __toCommonJS(chunk_ZSBPBV34_exports);
34
34
  var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
35
35
  var import_debug = __toESM(require("@prisma/debug"));
36
36
  var import_url = __toESM(require("url"));
@@ -150,7 +150,7 @@ var require_ms = (0, import_chunk_AH6QHEOA.__commonJS)({
150
150
  }
151
151
  });
152
152
  var require_common = (0, import_chunk_AH6QHEOA.__commonJS)({
153
- "../../node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/common.js"(exports, module2) {
153
+ "../../node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/common.js"(exports, module2) {
154
154
  "use strict";
155
155
  function setup(env) {
156
156
  createDebug.debug = createDebug;
@@ -252,50 +252,64 @@ var require_common = (0, import_chunk_AH6QHEOA.__commonJS)({
252
252
  createDebug.namespaces = namespaces;
253
253
  createDebug.names = [];
254
254
  createDebug.skips = [];
255
- let i;
256
- const split = (typeof namespaces === "string" ? namespaces : "").split(/[\s,]+/);
257
- const len = split.length;
258
- for (i = 0; i < len; i++) {
259
- if (!split[i]) {
260
- continue;
255
+ const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(" ", ",").split(",").filter(Boolean);
256
+ for (const ns of split) {
257
+ if (ns[0] === "-") {
258
+ createDebug.skips.push(ns.slice(1));
259
+ } else {
260
+ createDebug.names.push(ns);
261
261
  }
262
- namespaces = split[i].replace(/\*/g, ".*?");
263
- if (namespaces[0] === "-") {
264
- createDebug.skips.push(new RegExp("^" + namespaces.slice(1) + "$"));
262
+ }
263
+ }
264
+ function matchesTemplate(search, template) {
265
+ let searchIndex = 0;
266
+ let templateIndex = 0;
267
+ let starIndex = -1;
268
+ let matchIndex = 0;
269
+ while (searchIndex < search.length) {
270
+ if (templateIndex < template.length && (template[templateIndex] === search[searchIndex] || template[templateIndex] === "*")) {
271
+ if (template[templateIndex] === "*") {
272
+ starIndex = templateIndex;
273
+ matchIndex = searchIndex;
274
+ templateIndex++;
275
+ } else {
276
+ searchIndex++;
277
+ templateIndex++;
278
+ }
279
+ } else if (starIndex !== -1) {
280
+ templateIndex = starIndex + 1;
281
+ matchIndex++;
282
+ searchIndex = matchIndex;
265
283
  } else {
266
- createDebug.names.push(new RegExp("^" + namespaces + "$"));
284
+ return false;
267
285
  }
268
286
  }
287
+ while (templateIndex < template.length && template[templateIndex] === "*") {
288
+ templateIndex++;
289
+ }
290
+ return templateIndex === template.length;
269
291
  }
270
292
  function disable() {
271
293
  const namespaces = [
272
- ...createDebug.names.map(toNamespace),
273
- ...createDebug.skips.map(toNamespace).map((namespace) => "-" + namespace)
294
+ ...createDebug.names,
295
+ ...createDebug.skips.map((namespace) => "-" + namespace)
274
296
  ].join(",");
275
297
  createDebug.enable("");
276
298
  return namespaces;
277
299
  }
278
300
  function enabled(name) {
279
- if (name[name.length - 1] === "*") {
280
- return true;
281
- }
282
- let i;
283
- let len;
284
- for (i = 0, len = createDebug.skips.length; i < len; i++) {
285
- if (createDebug.skips[i].test(name)) {
301
+ for (const skip of createDebug.skips) {
302
+ if (matchesTemplate(name, skip)) {
286
303
  return false;
287
304
  }
288
305
  }
289
- for (i = 0, len = createDebug.names.length; i < len; i++) {
290
- if (createDebug.names[i].test(name)) {
306
+ for (const ns of createDebug.names) {
307
+ if (matchesTemplate(name, ns)) {
291
308
  return true;
292
309
  }
293
310
  }
294
311
  return false;
295
312
  }
296
- function toNamespace(regexp) {
297
- return regexp.toString().substring(2, regexp.toString().length - 2).replace(/\.\*\?$/, "*");
298
- }
299
313
  function coerce(val) {
300
314
  if (val instanceof Error) {
301
315
  return val.stack || val.message;
@@ -312,7 +326,7 @@ var require_common = (0, import_chunk_AH6QHEOA.__commonJS)({
312
326
  }
313
327
  });
314
328
  var require_browser = (0, import_chunk_AH6QHEOA.__commonJS)({
315
- "../../node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/browser.js"(exports, module2) {
329
+ "../../node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/browser.js"(exports, module2) {
316
330
  "use strict";
317
331
  exports.formatArgs = formatArgs;
318
332
  exports.save = save;
@@ -604,7 +618,7 @@ var require_supports_color = (0, import_chunk_AH6QHEOA.__commonJS)({
604
618
  }
605
619
  });
606
620
  var require_node = (0, import_chunk_AH6QHEOA.__commonJS)({
607
- "../../node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/node.js"(exports, module2) {
621
+ "../../node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/node.js"(exports, module2) {
608
622
  "use strict";
609
623
  var tty = (0, import_chunk_AH6QHEOA.__require)("tty");
610
624
  var util = (0, import_chunk_AH6QHEOA.__require)("util");
@@ -777,7 +791,7 @@ var require_node = (0, import_chunk_AH6QHEOA.__commonJS)({
777
791
  }
778
792
  });
779
793
  var require_src = (0, import_chunk_AH6QHEOA.__commonJS)({
780
- "../../node_modules/.pnpm/debug@4.3.7/node_modules/debug/src/index.js"(exports, module2) {
794
+ "../../node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/index.js"(exports, module2) {
781
795
  "use strict";
782
796
  if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
783
797
  module2.exports = require_browser();
package/dist/download.js CHANGED
@@ -18,24 +18,24 @@ 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: () => import_chunk_6F5OLWGR.download,
22
- getBinaryName: () => import_chunk_6F5OLWGR.getBinaryName,
23
- getVersion: () => import_chunk_6F5OLWGR.getVersion,
24
- maybeCopyToTmp: () => import_chunk_6F5OLWGR.maybeCopyToTmp,
25
- plusX: () => import_chunk_6F5OLWGR.plusX,
26
- vercelPkgPathRegex: () => import_chunk_6F5OLWGR.vercelPkgPathRegex
21
+ download: () => import_chunk_YW54CHVO.download,
22
+ getBinaryName: () => import_chunk_YW54CHVO.getBinaryName,
23
+ getVersion: () => import_chunk_YW54CHVO.getVersion,
24
+ maybeCopyToTmp: () => import_chunk_YW54CHVO.maybeCopyToTmp,
25
+ plusX: () => import_chunk_YW54CHVO.plusX,
26
+ vercelPkgPathRegex: () => import_chunk_YW54CHVO.vercelPkgPathRegex
27
27
  });
28
28
  module.exports = __toCommonJS(download_exports);
29
- var import_chunk_6F5OLWGR = require("./chunk-6F5OLWGR.js");
29
+ var import_chunk_YW54CHVO = require("./chunk-YW54CHVO.js");
30
30
  var import_chunk_4LX3XBNY = require("./chunk-4LX3XBNY.js");
31
31
  var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
32
32
  var import_chunk_FKKOTNO6 = require("./chunk-FKKOTNO6.js");
33
- var import_chunk_7NQURTUG = require("./chunk-7NQURTUG.js");
33
+ var import_chunk_4EZ7ALS2 = require("./chunk-4EZ7ALS2.js");
34
34
  var import_chunk_TIRVZJHP = require("./chunk-TIRVZJHP.js");
35
35
  var import_chunk_ZAFWMCVK = require("./chunk-ZAFWMCVK.js");
36
36
  var import_chunk_G7EM4XDM = require("./chunk-G7EM4XDM.js");
37
37
  var import_chunk_PXQVM7NP = require("./chunk-PXQVM7NP.js");
38
38
  var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
39
39
  var import_chunk_CWGQAQ3T = require("./chunk-CWGQAQ3T.js");
40
- var import_chunk_AGZFDFHU = require("./chunk-AGZFDFHU.js");
40
+ var import_chunk_ZSBPBV34 = require("./chunk-ZSBPBV34.js");
41
41
  var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -18,13 +18,13 @@ 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: () => import_chunk_7NQURTUG.downloadZip
21
+ downloadZip: () => import_chunk_4EZ7ALS2.downloadZip
22
22
  });
23
23
  module.exports = __toCommonJS(downloadZip_exports);
24
- var import_chunk_7NQURTUG = require("./chunk-7NQURTUG.js");
24
+ var import_chunk_4EZ7ALS2 = require("./chunk-4EZ7ALS2.js");
25
25
  var import_chunk_TIRVZJHP = require("./chunk-TIRVZJHP.js");
26
26
  var import_chunk_ZAFWMCVK = require("./chunk-ZAFWMCVK.js");
27
27
  var import_chunk_G7EM4XDM = require("./chunk-G7EM4XDM.js");
28
28
  var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
29
- var import_chunk_AGZFDFHU = require("./chunk-AGZFDFHU.js");
29
+ var import_chunk_ZSBPBV34 = require("./chunk-ZSBPBV34.js");
30
30
  var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var getProxyAgent_exports = {};
20
20
  __export(getProxyAgent_exports, {
21
- getProxyAgent: () => import_chunk_AGZFDFHU.getProxyAgent
21
+ getProxyAgent: () => import_chunk_ZSBPBV34.getProxyAgent
22
22
  });
23
23
  module.exports = __toCommonJS(getProxyAgent_exports);
24
- var import_chunk_AGZFDFHU = require("./chunk-AGZFDFHU.js");
24
+ var import_chunk_ZSBPBV34 = require("./chunk-ZSBPBV34.js");
25
25
  var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
package/dist/index.js CHANGED
@@ -21,29 +21,29 @@ __export(index_exports, {
21
21
  BinaryType: () => import_chunk_X37PZICB.BinaryType,
22
22
  allEngineEnvVarsSet: () => import_chunk_PXQVM7NP.allEngineEnvVarsSet,
23
23
  deprecatedEnvVarMap: () => import_chunk_PXQVM7NP.deprecatedEnvVarMap,
24
- download: () => import_chunk_6F5OLWGR.download,
24
+ download: () => import_chunk_YW54CHVO.download,
25
25
  engineEnvVarMap: () => import_chunk_PXQVM7NP.engineEnvVarMap,
26
26
  getBinaryEnvVarPath: () => import_chunk_PXQVM7NP.getBinaryEnvVarPath,
27
- getBinaryName: () => import_chunk_6F5OLWGR.getBinaryName,
27
+ getBinaryName: () => import_chunk_YW54CHVO.getBinaryName,
28
28
  getCacheDir: () => import_chunk_G7EM4XDM.getCacheDir,
29
- getProxyAgent: () => import_chunk_AGZFDFHU.getProxyAgent,
30
- getVersion: () => import_chunk_6F5OLWGR.getVersion,
31
- maybeCopyToTmp: () => import_chunk_6F5OLWGR.maybeCopyToTmp,
29
+ getProxyAgent: () => import_chunk_ZSBPBV34.getProxyAgent,
30
+ getVersion: () => import_chunk_YW54CHVO.getVersion,
31
+ maybeCopyToTmp: () => import_chunk_YW54CHVO.maybeCopyToTmp,
32
32
  overwriteFile: () => import_chunk_G7EM4XDM.overwriteFile,
33
- plusX: () => import_chunk_6F5OLWGR.plusX,
34
- vercelPkgPathRegex: () => import_chunk_6F5OLWGR.vercelPkgPathRegex
33
+ plusX: () => import_chunk_YW54CHVO.plusX,
34
+ vercelPkgPathRegex: () => import_chunk_YW54CHVO.vercelPkgPathRegex
35
35
  });
36
36
  module.exports = __toCommonJS(index_exports);
37
- var import_chunk_6F5OLWGR = require("./chunk-6F5OLWGR.js");
37
+ var import_chunk_YW54CHVO = require("./chunk-YW54CHVO.js");
38
38
  var import_chunk_4LX3XBNY = require("./chunk-4LX3XBNY.js");
39
39
  var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
40
40
  var import_chunk_FKKOTNO6 = require("./chunk-FKKOTNO6.js");
41
- var import_chunk_7NQURTUG = require("./chunk-7NQURTUG.js");
41
+ var import_chunk_4EZ7ALS2 = require("./chunk-4EZ7ALS2.js");
42
42
  var import_chunk_TIRVZJHP = require("./chunk-TIRVZJHP.js");
43
43
  var import_chunk_ZAFWMCVK = require("./chunk-ZAFWMCVK.js");
44
44
  var import_chunk_G7EM4XDM = require("./chunk-G7EM4XDM.js");
45
45
  var import_chunk_PXQVM7NP = require("./chunk-PXQVM7NP.js");
46
46
  var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
47
47
  var import_chunk_CWGQAQ3T = require("./chunk-CWGQAQ3T.js");
48
- var import_chunk_AGZFDFHU = require("./chunk-AGZFDFHU.js");
48
+ var import_chunk_ZSBPBV34 = require("./chunk-ZSBPBV34.js");
49
49
  var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/fetch-engine",
3
- "version": "6.5.0-dev.2",
3
+ "version": "6.5.0-dev.20",
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",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@prisma/engines-version": "6.4.0-29.a9055b89e58b4b5bfb59600785423b1db3d0e75d",
46
- "@prisma/debug": "6.5.0-dev.2",
47
- "@prisma/get-platform": "6.5.0-dev.2"
46
+ "@prisma/debug": "6.5.0-dev.20",
47
+ "@prisma/get-platform": "6.5.0-dev.20"
48
48
  },
49
49
  "files": [
50
50
  "README.md",