@prisma/fetch-engine 6.17.0-dev.2 → 6.17.0-dev.3
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/{chunk-NA32AGOU.js → chunk-BPSZDGRL.js} +78 -21
- package/dist/{chunk-4GLRZ2GS.js → chunk-CAMEZM54.js} +12 -12
- package/dist/chunk-FSAAZH62.js +190 -0
- package/dist/{chunk-YNVJNBET.js → chunk-PHU6QDY6.js} +9 -10
- package/dist/{chunk-LUEZKII4.js → chunk-UYEM6UQM.js} +10 -11
- package/dist/cleanupCache.js +3 -3
- package/dist/download.js +10 -10
- package/dist/downloadZip.js +3 -3
- package/dist/index.js +10 -10
- package/package.json +3 -4
- package/dist/chunk-SVP4SRAT.js +0 -7471
package/dist/index.js
CHANGED
@@ -21,26 +21,26 @@ __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: () =>
|
24
|
+
download: () => import_chunk_UYEM6UQM.download,
|
25
25
|
engineEnvVarMap: () => import_chunk_PXQVM7NP.engineEnvVarMap,
|
26
26
|
getBinaryEnvVarPath: () => import_chunk_PXQVM7NP.getBinaryEnvVarPath,
|
27
|
-
getBinaryName: () =>
|
27
|
+
getBinaryName: () => import_chunk_UYEM6UQM.getBinaryName,
|
28
28
|
getCacheDir: () => import_chunk_YJOPKU47.getCacheDir,
|
29
29
|
getProxyAgent: () => import_chunk_VAPNG6TS.getProxyAgent,
|
30
|
-
getVersion: () =>
|
31
|
-
maybeCopyToTmp: () =>
|
30
|
+
getVersion: () => import_chunk_UYEM6UQM.getVersion,
|
31
|
+
maybeCopyToTmp: () => import_chunk_UYEM6UQM.maybeCopyToTmp,
|
32
32
|
overwriteFile: () => import_chunk_YJOPKU47.overwriteFile,
|
33
|
-
plusX: () =>
|
34
|
-
vercelPkgPathRegex: () =>
|
33
|
+
plusX: () => import_chunk_UYEM6UQM.plusX,
|
34
|
+
vercelPkgPathRegex: () => import_chunk_UYEM6UQM.vercelPkgPathRegex
|
35
35
|
});
|
36
36
|
module.exports = __toCommonJS(index_exports);
|
37
|
-
var
|
37
|
+
var import_chunk_UYEM6UQM = require("./chunk-UYEM6UQM.js");
|
38
38
|
var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
|
39
39
|
var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
|
40
|
-
var
|
41
|
-
var
|
40
|
+
var import_chunk_CAMEZM54 = require("./chunk-CAMEZM54.js");
|
41
|
+
var import_chunk_BPSZDGRL = require("./chunk-BPSZDGRL.js");
|
42
42
|
var import_chunk_RXM4EBGR = require("./chunk-RXM4EBGR.js");
|
43
|
-
var
|
43
|
+
var import_chunk_FSAAZH62 = require("./chunk-FSAAZH62.js");
|
44
44
|
var import_chunk_YJOPKU47 = require("./chunk-YJOPKU47.js");
|
45
45
|
var import_chunk_PXQVM7NP = require("./chunk-PXQVM7NP.js");
|
46
46
|
var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/fetch-engine",
|
3
|
-
"version": "6.17.0-dev.
|
3
|
+
"version": "6.17.0-dev.3",
|
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",
|
@@ -34,7 +34,6 @@
|
|
34
34
|
"p-map": "4.0.0",
|
35
35
|
"p-retry": "4.6.2",
|
36
36
|
"progress": "2.0.3",
|
37
|
-
"rimraf": "6.0.1",
|
38
37
|
"temp-dir": "2.0.0",
|
39
38
|
"tempy": "1.0.1",
|
40
39
|
"timeout-signal": "2.0.0",
|
@@ -42,8 +41,8 @@
|
|
42
41
|
},
|
43
42
|
"dependencies": {
|
44
43
|
"@prisma/engines-version": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
45
|
-
"@prisma/
|
46
|
-
"@prisma/
|
44
|
+
"@prisma/get-platform": "6.17.0-dev.3",
|
45
|
+
"@prisma/debug": "6.17.0-dev.3"
|
47
46
|
},
|
48
47
|
"files": [
|
49
48
|
"README.md",
|