@prisma/fetch-engine 6.19.0-integration-next.6 → 6.19.0-integration-feat-remove-binary-engine.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.
- package/dist/BinaryType.d.ts +0 -1
 - package/dist/BinaryType.js +2 -2
 - package/dist/{chunk-QFA3XBMW.js → chunk-26EF3WFL.js} +3 -7
 - package/dist/{chunk-KOYUDHGH.js → chunk-3WINNWH2.js} +10 -10
 - package/dist/{chunk-VWTGYWZK.js → chunk-JJ47VTBW.js} +9 -9
 - package/dist/{chunk-X37PZICB.js → chunk-VS3CU3BI.js} +3 -4
 - package/dist/cleanupCache.js +1 -1
 - package/dist/download.js +9 -9
 - package/dist/downloadZip.js +1 -1
 - package/dist/env.d.ts +0 -1
 - package/dist/env.js +6 -6
 - package/dist/index.js +14 -14
 - package/dist/utils.js +1 -1
 - package/package.json +3 -3
 
    
        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_VS3CU3BI.BinaryType
         
     | 
| 
       22 
22 
     | 
    
         
             
            });
         
     | 
| 
       23 
23 
     | 
    
         
             
            module.exports = __toCommonJS(BinaryType_exports);
         
     | 
| 
       24 
     | 
    
         
            -
            var  
     | 
| 
      
 24 
     | 
    
         
            +
            var import_chunk_VS3CU3BI = require("./chunk-VS3CU3BI.js");
         
     | 
| 
       25 
25 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
| 
         @@ -26,8 +26,8 @@ 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_26EF3WFL_exports = {};
         
     | 
| 
      
 30 
     | 
    
         
            +
            __export(chunk_26EF3WFL_exports, {
         
     | 
| 
       31 
31 
     | 
    
         
             
              allEngineEnvVarsSet: () => allEngineEnvVarsSet,
         
     | 
| 
       32 
32 
     | 
    
         
             
              bold: () => bold,
         
     | 
| 
       33 
33 
     | 
    
         
             
              deprecatedEnvVarMap: () => deprecatedEnvVarMap,
         
     | 
| 
         @@ -35,7 +35,7 @@ __export(chunk_QFA3XBMW_exports, { 
     | 
|
| 
       35 
35 
     | 
    
         
             
              getBinaryEnvVarPath: () => getBinaryEnvVarPath,
         
     | 
| 
       36 
36 
     | 
    
         
             
              yellow: () => yellow
         
     | 
| 
       37 
37 
     | 
    
         
             
            });
         
     | 
| 
       38 
     | 
    
         
            -
            module.exports = __toCommonJS( 
     | 
| 
      
 38 
     | 
    
         
            +
            module.exports = __toCommonJS(chunk_26EF3WFL_exports);
         
     | 
| 
       39 
39 
     | 
    
         
             
            var import_node_fs = __toESM(require("node:fs"));
         
     | 
| 
       40 
40 
     | 
    
         
             
            var import_node_path = __toESM(require("node:path"));
         
     | 
| 
       41 
41 
     | 
    
         
             
            var import_debug = __toESM(require("@prisma/debug"));
         
     | 
| 
         @@ -87,10 +87,6 @@ var bgCyan = init(46, 49); 
     | 
|
| 
       87 
87 
     | 
    
         
             
            var bgWhite = init(47, 49);
         
     | 
| 
       88 
88 
     | 
    
         
             
            var debug = (0, import_debug.default)("prisma:fetch-engine:env");
         
     | 
| 
       89 
89 
     | 
    
         
             
            var engineEnvVarMap = {
         
     | 
| 
       90 
     | 
    
         
            -
              [
         
     | 
| 
       91 
     | 
    
         
            -
                "query-engine"
         
     | 
| 
       92 
     | 
    
         
            -
                /* QueryEngineBinary */
         
     | 
| 
       93 
     | 
    
         
            -
              ]: "PRISMA_QUERY_ENGINE_BINARY",
         
     | 
| 
       94 
90 
     | 
    
         
             
              [
         
     | 
| 
       95 
91 
     | 
    
         
             
                "libquery-engine"
         
     | 
| 
       96 
92 
     | 
    
         
             
                /* QueryEngineLibrary */
         
     | 
| 
         @@ -26,8 +26,8 @@ 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_3WINNWH2_exports = {};
         
     | 
| 
      
 30 
     | 
    
         
            +
            __export(chunk_3WINNWH2_exports, {
         
     | 
| 
       31 
31 
     | 
    
         
             
              download: () => download,
         
     | 
| 
       32 
32 
     | 
    
         
             
              getBinaryName: () => getBinaryName,
         
     | 
| 
       33 
33 
     | 
    
         
             
              getVersion: () => getVersion,
         
     | 
| 
         @@ -35,13 +35,13 @@ __export(chunk_KOYUDHGH_exports, { 
     | 
|
| 
       35 
35 
     | 
    
         
             
              plusX: () => plusX,
         
     | 
| 
       36 
36 
     | 
    
         
             
              vercelPkgPathRegex: () => vercelPkgPathRegex
         
     | 
| 
       37 
37 
     | 
    
         
             
            });
         
     | 
| 
       38 
     | 
    
         
            -
            module.exports = __toCommonJS( 
     | 
| 
      
 38 
     | 
    
         
            +
            module.exports = __toCommonJS(chunk_3WINNWH2_exports);
         
     | 
| 
       39 
39 
     | 
    
         
             
            var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
         
     | 
| 
       40 
40 
     | 
    
         
             
            var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
         
     | 
| 
       41 
41 
     | 
    
         
             
            var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
         
     | 
| 
       42 
42 
     | 
    
         
             
            var import_chunk_CY52DY2B = require("./chunk-CY52DY2B.js");
         
     | 
| 
       43 
43 
     | 
    
         
             
            var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
         
     | 
| 
       44 
     | 
    
         
            -
            var  
     | 
| 
      
 44 
     | 
    
         
            +
            var import_chunk_26EF3WFL = require("./chunk-26EF3WFL.js");
         
     | 
| 
       45 
45 
     | 
    
         
             
            var import_chunk_FKGWOTGU = require("./chunk-FKGWOTGU.js");
         
     | 
| 
       46 
46 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
| 
       47 
47 
     | 
    
         
             
            var import_node_fs = __toESM(require("node:fs"));
         
     | 
| 
         @@ -585,7 +585,7 @@ var require_package = (0, import_chunk_QGM4M3NI.__commonJS)({ 
     | 
|
| 
       585 
585 
     | 
    
         
             
              "package.json"(exports, module2) {
         
     | 
| 
       586 
586 
     | 
    
         
             
                module2.exports = {
         
     | 
| 
       587 
587 
     | 
    
         
             
                  name: "@prisma/fetch-engine",
         
     | 
| 
       588 
     | 
    
         
            -
                  version: "6.19.0-integration- 
     | 
| 
      
 588 
     | 
    
         
            +
                  version: "6.19.0-integration-feat-remove-binary-engine.1",
         
     | 
| 
       589 
589 
     | 
    
         
             
                  description: "This package is intended for Prisma's internal use",
         
     | 
| 
       590 
590 
     | 
    
         
             
                  main: "dist/index.js",
         
     | 
| 
       591 
591 
     | 
    
         
             
                  types: "dist/index.d.ts",
         
     | 
| 
         @@ -2285,13 +2285,13 @@ async function download(options) { 
     | 
|
| 
       2285 
2285 
     | 
    
         
             
                options.skipCacheIntegrityCheck = true;
         
     | 
| 
       2286 
2286 
     | 
    
         
             
              }
         
     | 
| 
       2287 
2287 
     | 
    
         
             
              const { binaryTarget, ...os2 } = await (0, import_get_platform.getPlatformInfo)();
         
     | 
| 
       2288 
     | 
    
         
            -
              if (os2.targetDistro && ["nixos"].includes(os2.targetDistro) && !(0,  
     | 
| 
      
 2288 
     | 
    
         
            +
              if (os2.targetDistro && ["nixos"].includes(os2.targetDistro) && !(0, import_chunk_26EF3WFL.allEngineEnvVarsSet)(Object.keys(options.binaries))) {
         
     | 
| 
       2289 
2289 
     | 
    
         
             
                console.error(
         
     | 
| 
       2290 
     | 
    
         
            -
                  `${(0,  
     | 
| 
      
 2290 
     | 
    
         
            +
                  `${(0, import_chunk_26EF3WFL.yellow)("Warning")} Precompiled engine files are not available for ${os2.targetDistro}, please provide the paths via environment variables, see https://pris.ly/d/custom-engines`
         
     | 
| 
       2291 
2291 
     | 
    
         
             
                );
         
     | 
| 
       2292 
2292 
     | 
    
         
             
              } else if (["freebsd11", "freebsd12", "freebsd13", "freebsd14", "freebsd15", "openbsd", "netbsd"].includes(binaryTarget)) {
         
     | 
| 
       2293 
2293 
     | 
    
         
             
                console.error(
         
     | 
| 
       2294 
     | 
    
         
            -
                  `${(0,  
     | 
| 
      
 2294 
     | 
    
         
            +
                  `${(0, import_chunk_26EF3WFL.yellow)(
         
     | 
| 
       2295 
2295 
     | 
    
         
             
                    "Warning"
         
     | 
| 
       2296 
2296 
     | 
    
         
             
                  )} Precompiled engine files are not available for ${binaryTarget}. Read more about building your own engines at https://pris.ly/d/build-engines`
         
     | 
| 
       2297 
2297 
     | 
    
         
             
                );
         
     | 
| 
         @@ -2314,7 +2314,7 @@ async function download(options) { 
     | 
|
| 
       2314 
2314 
     | 
    
         
             
                    binaryTarget: binaryTarget2,
         
     | 
| 
       2315 
2315 
     | 
    
         
             
                    fileName,
         
     | 
| 
       2316 
2316 
     | 
    
         
             
                    targetFilePath,
         
     | 
| 
       2317 
     | 
    
         
            -
                    envVarPath: (0,  
     | 
| 
      
 2317 
     | 
    
         
            +
                    envVarPath: (0, import_chunk_26EF3WFL.getBinaryEnvVarPath)(binaryName)?.path,
         
     | 
| 
       2318 
2318 
     | 
    
         
             
                    skipCacheIntegrityCheck: !!opts.skipCacheIntegrityCheck
         
     | 
| 
       2319 
2319 
     | 
    
         
             
                  };
         
     | 
| 
       2320 
2320 
     | 
    
         
             
                })
         
     | 
| 
         @@ -2382,7 +2382,7 @@ async function download(options) { 
     | 
|
| 
       2382 
2382 
     | 
    
         
             
            function getCollectiveBar(options) {
         
     | 
| 
       2383 
2383 
     | 
    
         
             
              const hasNodeAPI = "libquery-engine" in options.binaries;
         
     | 
| 
       2384 
2384 
     | 
    
         
             
              const bar = (0, import_chunk_MWVY55RY.getBar)(
         
     | 
| 
       2385 
     | 
    
         
            -
                `Downloading Prisma engines${hasNodeAPI ? " for Node-API" : ""} for ${options.binaryTargets?.map((p) => (0,  
     | 
| 
      
 2385 
     | 
    
         
            +
                `Downloading Prisma engines${hasNodeAPI ? " for Node-API" : ""} for ${options.binaryTargets?.map((p) => (0, import_chunk_26EF3WFL.bold)(p)).join(" and ")}`
         
     | 
| 
       2386 
2386 
     | 
    
         
             
              );
         
     | 
| 
       2387 
2387 
     | 
    
         
             
              const progressMap = {};
         
     | 
| 
       2388 
2388 
     | 
    
         
             
              const numDownloads = Object.values(options.binaries).length * Object.values(options?.binaryTargets ?? []).length;
         
     | 
| 
         @@ -26,8 +26,8 @@ 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_JJ47VTBW_exports = {};
         
     | 
| 
      
 30 
     | 
    
         
            +
            __export(chunk_JJ47VTBW_exports, {
         
     | 
| 
       31 
31 
     | 
    
         
             
              download: () => download,
         
     | 
| 
       32 
32 
     | 
    
         
             
              getBinaryName: () => getBinaryName,
         
     | 
| 
       33 
33 
     | 
    
         
             
              getVersion: () => getVersion,
         
     | 
| 
         @@ -35,13 +35,13 @@ __export(chunk_VWTGYWZK_exports, { 
     | 
|
| 
       35 
35 
     | 
    
         
             
              plusX: () => plusX,
         
     | 
| 
       36 
36 
     | 
    
         
             
              vercelPkgPathRegex: () => vercelPkgPathRegex
         
     | 
| 
       37 
37 
     | 
    
         
             
            });
         
     | 
| 
       38 
     | 
    
         
            -
            module.exports = __toCommonJS( 
     | 
| 
      
 38 
     | 
    
         
            +
            module.exports = __toCommonJS(chunk_JJ47VTBW_exports);
         
     | 
| 
       39 
39 
     | 
    
         
             
            var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
         
     | 
| 
       40 
40 
     | 
    
         
             
            var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
         
     | 
| 
       41 
41 
     | 
    
         
             
            var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
         
     | 
| 
       42 
42 
     | 
    
         
             
            var import_chunk_CY52DY2B = require("./chunk-CY52DY2B.js");
         
     | 
| 
       43 
43 
     | 
    
         
             
            var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
         
     | 
| 
       44 
     | 
    
         
            -
            var  
     | 
| 
      
 44 
     | 
    
         
            +
            var import_chunk_26EF3WFL = require("./chunk-26EF3WFL.js");
         
     | 
| 
       45 
45 
     | 
    
         
             
            var import_chunk_FKGWOTGU = require("./chunk-FKGWOTGU.js");
         
     | 
| 
       46 
46 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
| 
       47 
47 
     | 
    
         
             
            var import_node_fs = __toESM(require("node:fs"));
         
     | 
| 
         @@ -2285,13 +2285,13 @@ async function download(options) { 
     | 
|
| 
       2285 
2285 
     | 
    
         
             
                options.skipCacheIntegrityCheck = true;
         
     | 
| 
       2286 
2286 
     | 
    
         
             
              }
         
     | 
| 
       2287 
2287 
     | 
    
         
             
              const { binaryTarget, ...os2 } = await (0, import_get_platform.getPlatformInfo)();
         
     | 
| 
       2288 
     | 
    
         
            -
              if (os2.targetDistro && ["nixos"].includes(os2.targetDistro) && !(0,  
     | 
| 
      
 2288 
     | 
    
         
            +
              if (os2.targetDistro && ["nixos"].includes(os2.targetDistro) && !(0, import_chunk_26EF3WFL.allEngineEnvVarsSet)(Object.keys(options.binaries))) {
         
     | 
| 
       2289 
2289 
     | 
    
         
             
                console.error(
         
     | 
| 
       2290 
     | 
    
         
            -
                  `${(0,  
     | 
| 
      
 2290 
     | 
    
         
            +
                  `${(0, import_chunk_26EF3WFL.yellow)("Warning")} Precompiled engine files are not available for ${os2.targetDistro}, please provide the paths via environment variables, see https://pris.ly/d/custom-engines`
         
     | 
| 
       2291 
2291 
     | 
    
         
             
                );
         
     | 
| 
       2292 
2292 
     | 
    
         
             
              } else if (["freebsd11", "freebsd12", "freebsd13", "freebsd14", "freebsd15", "openbsd", "netbsd"].includes(binaryTarget)) {
         
     | 
| 
       2293 
2293 
     | 
    
         
             
                console.error(
         
     | 
| 
       2294 
     | 
    
         
            -
                  `${(0,  
     | 
| 
      
 2294 
     | 
    
         
            +
                  `${(0, import_chunk_26EF3WFL.yellow)(
         
     | 
| 
       2295 
2295 
     | 
    
         
             
                    "Warning"
         
     | 
| 
       2296 
2296 
     | 
    
         
             
                  )} Precompiled engine files are not available for ${binaryTarget}. Read more about building your own engines at https://pris.ly/d/build-engines`
         
     | 
| 
       2297 
2297 
     | 
    
         
             
                );
         
     | 
| 
         @@ -2314,7 +2314,7 @@ async function download(options) { 
     | 
|
| 
       2314 
2314 
     | 
    
         
             
                    binaryTarget: binaryTarget2,
         
     | 
| 
       2315 
2315 
     | 
    
         
             
                    fileName,
         
     | 
| 
       2316 
2316 
     | 
    
         
             
                    targetFilePath,
         
     | 
| 
       2317 
     | 
    
         
            -
                    envVarPath: (0,  
     | 
| 
      
 2317 
     | 
    
         
            +
                    envVarPath: (0, import_chunk_26EF3WFL.getBinaryEnvVarPath)(binaryName)?.path,
         
     | 
| 
       2318 
2318 
     | 
    
         
             
                    skipCacheIntegrityCheck: !!opts.skipCacheIntegrityCheck
         
     | 
| 
       2319 
2319 
     | 
    
         
             
                  };
         
     | 
| 
       2320 
2320 
     | 
    
         
             
                })
         
     | 
| 
         @@ -2382,7 +2382,7 @@ async function download(options) { 
     | 
|
| 
       2382 
2382 
     | 
    
         
             
            function getCollectiveBar(options) {
         
     | 
| 
       2383 
2383 
     | 
    
         
             
              const hasNodeAPI = "libquery-engine" in options.binaries;
         
     | 
| 
       2384 
2384 
     | 
    
         
             
              const bar = (0, import_chunk_MWVY55RY.getBar)(
         
     | 
| 
       2385 
     | 
    
         
            -
                `Downloading Prisma engines${hasNodeAPI ? " for Node-API" : ""} for ${options.binaryTargets?.map((p) => (0,  
     | 
| 
      
 2385 
     | 
    
         
            +
                `Downloading Prisma engines${hasNodeAPI ? " for Node-API" : ""} for ${options.binaryTargets?.map((p) => (0, import_chunk_26EF3WFL.bold)(p)).join(" and ")}`
         
     | 
| 
       2386 
2386 
     | 
    
         
             
              );
         
     | 
| 
       2387 
2387 
     | 
    
         
             
              const progressMap = {};
         
     | 
| 
       2388 
2388 
     | 
    
         
             
              const numDownloads = Object.values(options.binaries).length * Object.values(options?.binaryTargets ?? []).length;
         
     | 
| 
         @@ -16,13 +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_VS3CU3BI_exports = {};
         
     | 
| 
      
 20 
     | 
    
         
            +
            __export(chunk_VS3CU3BI_exports, {
         
     | 
| 
       21 
21 
     | 
    
         
             
              BinaryType: () => BinaryType
         
     | 
| 
       22 
22 
     | 
    
         
             
            });
         
     | 
| 
       23 
     | 
    
         
            -
            module.exports = __toCommonJS( 
     | 
| 
      
 23 
     | 
    
         
            +
            module.exports = __toCommonJS(chunk_VS3CU3BI_exports);
         
     | 
| 
       24 
24 
     | 
    
         
             
            var BinaryType = /* @__PURE__ */ ((BinaryType2) => {
         
     | 
| 
       25 
     | 
    
         
            -
              BinaryType2["QueryEngineBinary"] = "query-engine";
         
     | 
| 
       26 
25 
     | 
    
         
             
              BinaryType2["QueryEngineLibrary"] = "libquery-engine";
         
     | 
| 
       27 
26 
     | 
    
         
             
              BinaryType2["SchemaEngineBinary"] = "schema-engine";
         
     | 
| 
       28 
27 
     | 
    
         
             
              return BinaryType2;
         
     | 
    
        package/dist/cleanupCache.js
    CHANGED
    
    | 
         @@ -24,5 +24,5 @@ module.exports = __toCommonJS(cleanupCache_exports); 
     | 
|
| 
       24 
24 
     | 
    
         
             
            var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
         
     | 
| 
       25 
25 
     | 
    
         
             
            var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
         
     | 
| 
       26 
26 
     | 
    
         
             
            var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
         
     | 
| 
       27 
     | 
    
         
            -
            var  
     | 
| 
      
 27 
     | 
    
         
            +
            var import_chunk_VS3CU3BI = require("./chunk-VS3CU3BI.js");
         
     | 
| 
       28 
28 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
    
        package/dist/download.js
    CHANGED
    
    | 
         @@ -18,15 +18,15 @@ 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: () =>  
     | 
| 
       22 
     | 
    
         
            -
              getBinaryName: () =>  
     | 
| 
       23 
     | 
    
         
            -
              getVersion: () =>  
     | 
| 
       24 
     | 
    
         
            -
              maybeCopyToTmp: () =>  
     | 
| 
       25 
     | 
    
         
            -
              plusX: () =>  
     | 
| 
       26 
     | 
    
         
            -
              vercelPkgPathRegex: () =>  
     | 
| 
      
 21 
     | 
    
         
            +
              download: () => import_chunk_3WINNWH2.download,
         
     | 
| 
      
 22 
     | 
    
         
            +
              getBinaryName: () => import_chunk_3WINNWH2.getBinaryName,
         
     | 
| 
      
 23 
     | 
    
         
            +
              getVersion: () => import_chunk_3WINNWH2.getVersion,
         
     | 
| 
      
 24 
     | 
    
         
            +
              maybeCopyToTmp: () => import_chunk_3WINNWH2.maybeCopyToTmp,
         
     | 
| 
      
 25 
     | 
    
         
            +
              plusX: () => import_chunk_3WINNWH2.plusX,
         
     | 
| 
      
 26 
     | 
    
         
            +
              vercelPkgPathRegex: () => import_chunk_3WINNWH2.vercelPkgPathRegex
         
     | 
| 
       27 
27 
     | 
    
         
             
            });
         
     | 
| 
       28 
28 
     | 
    
         
             
            module.exports = __toCommonJS(download_exports);
         
     | 
| 
       29 
     | 
    
         
            -
            var  
     | 
| 
      
 29 
     | 
    
         
            +
            var import_chunk_3WINNWH2 = require("./chunk-3WINNWH2.js");
         
     | 
| 
       30 
30 
     | 
    
         
             
            var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
         
     | 
| 
       31 
31 
     | 
    
         
             
            var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
         
     | 
| 
       32 
32 
     | 
    
         
             
            var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
         
     | 
| 
         @@ -34,8 +34,8 @@ var import_chunk_CY52DY2B = require("./chunk-CY52DY2B.js"); 
     | 
|
| 
       34 
34 
     | 
    
         
             
            var import_chunk_RXM4EBGR = require("./chunk-RXM4EBGR.js");
         
     | 
| 
       35 
35 
     | 
    
         
             
            var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
         
     | 
| 
       36 
36 
     | 
    
         
             
            var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
         
     | 
| 
       37 
     | 
    
         
            -
            var  
     | 
| 
       38 
     | 
    
         
            -
            var  
     | 
| 
      
 37 
     | 
    
         
            +
            var import_chunk_26EF3WFL = require("./chunk-26EF3WFL.js");
         
     | 
| 
      
 38 
     | 
    
         
            +
            var import_chunk_VS3CU3BI = require("./chunk-VS3CU3BI.js");
         
     | 
| 
       39 
39 
     | 
    
         
             
            var import_chunk_FKGWOTGU = require("./chunk-FKGWOTGU.js");
         
     | 
| 
       40 
40 
     | 
    
         
             
            var import_chunk_VAPNG6TS = require("./chunk-VAPNG6TS.js");
         
     | 
| 
       41 
41 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
    
        package/dist/downloadZip.js
    CHANGED
    
    | 
         @@ -25,6 +25,6 @@ var import_chunk_CY52DY2B = require("./chunk-CY52DY2B.js"); 
     | 
|
| 
       25 
25 
     | 
    
         
             
            var import_chunk_RXM4EBGR = require("./chunk-RXM4EBGR.js");
         
     | 
| 
       26 
26 
     | 
    
         
             
            var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
         
     | 
| 
       27 
27 
     | 
    
         
             
            var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
         
     | 
| 
       28 
     | 
    
         
            -
            var  
     | 
| 
      
 28 
     | 
    
         
            +
            var import_chunk_VS3CU3BI = require("./chunk-VS3CU3BI.js");
         
     | 
| 
       29 
29 
     | 
    
         
             
            var import_chunk_VAPNG6TS = require("./chunk-VAPNG6TS.js");
         
     | 
| 
       30 
30 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
    
        package/dist/env.d.ts
    CHANGED
    
    
    
        package/dist/env.js
    CHANGED
    
    | 
         @@ -18,12 +18,12 @@ var __copyProps = (to, from, except, desc) => { 
     | 
|
| 
       18 
18 
     | 
    
         
             
            var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
         
     | 
| 
       19 
19 
     | 
    
         
             
            var env_exports = {};
         
     | 
| 
       20 
20 
     | 
    
         
             
            __export(env_exports, {
         
     | 
| 
       21 
     | 
    
         
            -
              allEngineEnvVarsSet: () =>  
     | 
| 
       22 
     | 
    
         
            -
              deprecatedEnvVarMap: () =>  
     | 
| 
       23 
     | 
    
         
            -
              engineEnvVarMap: () =>  
     | 
| 
       24 
     | 
    
         
            -
              getBinaryEnvVarPath: () =>  
     | 
| 
      
 21 
     | 
    
         
            +
              allEngineEnvVarsSet: () => import_chunk_26EF3WFL.allEngineEnvVarsSet,
         
     | 
| 
      
 22 
     | 
    
         
            +
              deprecatedEnvVarMap: () => import_chunk_26EF3WFL.deprecatedEnvVarMap,
         
     | 
| 
      
 23 
     | 
    
         
            +
              engineEnvVarMap: () => import_chunk_26EF3WFL.engineEnvVarMap,
         
     | 
| 
      
 24 
     | 
    
         
            +
              getBinaryEnvVarPath: () => import_chunk_26EF3WFL.getBinaryEnvVarPath
         
     | 
| 
       25 
25 
     | 
    
         
             
            });
         
     | 
| 
       26 
26 
     | 
    
         
             
            module.exports = __toCommonJS(env_exports);
         
     | 
| 
       27 
     | 
    
         
            -
            var  
     | 
| 
       28 
     | 
    
         
            -
            var  
     | 
| 
      
 27 
     | 
    
         
            +
            var import_chunk_26EF3WFL = require("./chunk-26EF3WFL.js");
         
     | 
| 
      
 28 
     | 
    
         
            +
            var import_chunk_VS3CU3BI = require("./chunk-VS3CU3BI.js");
         
     | 
| 
       29 
29 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
    
        package/dist/index.js
    CHANGED
    
    | 
         @@ -18,23 +18,23 @@ var __copyProps = (to, from, except, desc) => { 
     | 
|
| 
       18 
18 
     | 
    
         
             
            var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
         
     | 
| 
       19 
19 
     | 
    
         
             
            var index_exports = {};
         
     | 
| 
       20 
20 
     | 
    
         
             
            __export(index_exports, {
         
     | 
| 
       21 
     | 
    
         
            -
              BinaryType: () =>  
     | 
| 
       22 
     | 
    
         
            -
              allEngineEnvVarsSet: () =>  
     | 
| 
       23 
     | 
    
         
            -
              deprecatedEnvVarMap: () =>  
     | 
| 
       24 
     | 
    
         
            -
              download: () =>  
     | 
| 
       25 
     | 
    
         
            -
              engineEnvVarMap: () =>  
     | 
| 
       26 
     | 
    
         
            -
              getBinaryEnvVarPath: () =>  
     | 
| 
       27 
     | 
    
         
            -
              getBinaryName: () =>  
     | 
| 
      
 21 
     | 
    
         
            +
              BinaryType: () => import_chunk_VS3CU3BI.BinaryType,
         
     | 
| 
      
 22 
     | 
    
         
            +
              allEngineEnvVarsSet: () => import_chunk_26EF3WFL.allEngineEnvVarsSet,
         
     | 
| 
      
 23 
     | 
    
         
            +
              deprecatedEnvVarMap: () => import_chunk_26EF3WFL.deprecatedEnvVarMap,
         
     | 
| 
      
 24 
     | 
    
         
            +
              download: () => import_chunk_3WINNWH2.download,
         
     | 
| 
      
 25 
     | 
    
         
            +
              engineEnvVarMap: () => import_chunk_26EF3WFL.engineEnvVarMap,
         
     | 
| 
      
 26 
     | 
    
         
            +
              getBinaryEnvVarPath: () => import_chunk_26EF3WFL.getBinaryEnvVarPath,
         
     | 
| 
      
 27 
     | 
    
         
            +
              getBinaryName: () => import_chunk_3WINNWH2.getBinaryName,
         
     | 
| 
       28 
28 
     | 
    
         
             
              getCacheDir: () => import_chunk_LONQL55G.getCacheDir,
         
     | 
| 
       29 
29 
     | 
    
         
             
              getProxyAgent: () => import_chunk_VAPNG6TS.getProxyAgent,
         
     | 
| 
       30 
     | 
    
         
            -
              getVersion: () =>  
     | 
| 
       31 
     | 
    
         
            -
              maybeCopyToTmp: () =>  
     | 
| 
      
 30 
     | 
    
         
            +
              getVersion: () => import_chunk_3WINNWH2.getVersion,
         
     | 
| 
      
 31 
     | 
    
         
            +
              maybeCopyToTmp: () => import_chunk_3WINNWH2.maybeCopyToTmp,
         
     | 
| 
       32 
32 
     | 
    
         
             
              overwriteFile: () => import_chunk_LONQL55G.overwriteFile,
         
     | 
| 
       33 
     | 
    
         
            -
              plusX: () =>  
     | 
| 
       34 
     | 
    
         
            -
              vercelPkgPathRegex: () =>  
     | 
| 
      
 33 
     | 
    
         
            +
              plusX: () => import_chunk_3WINNWH2.plusX,
         
     | 
| 
      
 34 
     | 
    
         
            +
              vercelPkgPathRegex: () => import_chunk_3WINNWH2.vercelPkgPathRegex
         
     | 
| 
       35 
35 
     | 
    
         
             
            });
         
     | 
| 
       36 
36 
     | 
    
         
             
            module.exports = __toCommonJS(index_exports);
         
     | 
| 
       37 
     | 
    
         
            -
            var  
     | 
| 
      
 37 
     | 
    
         
            +
            var import_chunk_3WINNWH2 = require("./chunk-3WINNWH2.js");
         
     | 
| 
       38 
38 
     | 
    
         
             
            var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
         
     | 
| 
       39 
39 
     | 
    
         
             
            var import_chunk_7JLQJWOR = require("./chunk-7JLQJWOR.js");
         
     | 
| 
       40 
40 
     | 
    
         
             
            var import_chunk_3VVCXIQ5 = require("./chunk-3VVCXIQ5.js");
         
     | 
| 
         @@ -42,8 +42,8 @@ var import_chunk_CY52DY2B = require("./chunk-CY52DY2B.js"); 
     | 
|
| 
       42 
42 
     | 
    
         
             
            var import_chunk_RXM4EBGR = require("./chunk-RXM4EBGR.js");
         
     | 
| 
       43 
43 
     | 
    
         
             
            var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
         
     | 
| 
       44 
44 
     | 
    
         
             
            var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
         
     | 
| 
       45 
     | 
    
         
            -
            var  
     | 
| 
       46 
     | 
    
         
            -
            var  
     | 
| 
      
 45 
     | 
    
         
            +
            var import_chunk_26EF3WFL = require("./chunk-26EF3WFL.js");
         
     | 
| 
      
 46 
     | 
    
         
            +
            var import_chunk_VS3CU3BI = require("./chunk-VS3CU3BI.js");
         
     | 
| 
       47 
47 
     | 
    
         
             
            var import_chunk_FKGWOTGU = require("./chunk-FKGWOTGU.js");
         
     | 
| 
       48 
48 
     | 
    
         
             
            var import_chunk_VAPNG6TS = require("./chunk-VAPNG6TS.js");
         
     | 
| 
       49 
49 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
    
        package/dist/utils.js
    CHANGED
    
    | 
         @@ -25,5 +25,5 @@ __export(utils_exports, { 
     | 
|
| 
       25 
25 
     | 
    
         
             
            });
         
     | 
| 
       26 
26 
     | 
    
         
             
            module.exports = __toCommonJS(utils_exports);
         
     | 
| 
       27 
27 
     | 
    
         
             
            var import_chunk_LONQL55G = require("./chunk-LONQL55G.js");
         
     | 
| 
       28 
     | 
    
         
            -
            var  
     | 
| 
      
 28 
     | 
    
         
            +
            var import_chunk_VS3CU3BI = require("./chunk-VS3CU3BI.js");
         
     | 
| 
       29 
29 
     | 
    
         
             
            var import_chunk_QGM4M3NI = require("./chunk-QGM4M3NI.js");
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@prisma/fetch-engine",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "6.19.0-integration- 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "6.19.0-integration-feat-remove-binary-engine.1",
         
     | 
| 
       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",
         
     | 
| 
         @@ -37,8 +37,8 @@ 
     | 
|
| 
       37 
37 
     | 
    
         
             
              },
         
     | 
| 
       38 
38 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       39 
39 
     | 
    
         
             
                "@prisma/engines-version": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
         
     | 
| 
       40 
     | 
    
         
            -
                "@prisma/debug": "6.19.0-integration- 
     | 
| 
       41 
     | 
    
         
            -
                "@prisma/get-platform": "6.19.0-integration- 
     | 
| 
      
 40 
     | 
    
         
            +
                "@prisma/debug": "6.19.0-integration-feat-remove-binary-engine.1",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "@prisma/get-platform": "6.19.0-integration-feat-remove-binary-engine.1"
         
     | 
| 
       42 
42 
     | 
    
         
             
              },
         
     | 
| 
       43 
43 
     | 
    
         
             
              "files": [
         
     | 
| 
       44 
44 
     | 
    
         
             
                "README.md",
         
     |