@prisma/fetch-engine 6.5.0-integration-feat-get-rid-of-patches.1 → 6.5.0
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.js +1 -1
- package/dist/chmodPlusX.js +1 -1
- package/dist/{chunk-XSNM3AMV.js → chunk-7QDSDNVI.js} +81 -81
- package/dist/{chunk-TIRVZJHP.js → chunk-EQBIW23N.js} +44 -44
- package/dist/{chunk-4LX3XBNY.js → chunk-FXSJF4XA.js} +7 -7
- package/dist/chunk-MSGI7ABO.js +7483 -0
- package/dist/{chunk-AH6QHEOA.js → chunk-OSFPEEC6.js} +17 -3
- package/dist/{chunk-FAWNAZS6.js → chunk-PFE2F67S.js} +82 -82
- package/dist/{chunk-ORVVLJ4G.js → chunk-QWMYWBXN.js} +2728 -182
- package/dist/{chunk-ZSBPBV34.js → chunk-S3LWA4WZ.js} +40 -40
- package/dist/{chunk-I3P4GT6A.js → chunk-SXLYQ75W.js} +9 -12
- package/dist/{chunk-HACCWU3B.js → chunk-TEEFYD2G.js} +60 -60
- package/dist/cleanupCache.js +5 -5
- package/dist/download.js +15 -15
- package/dist/downloadZip.js +7 -7
- package/dist/env.js +1 -1
- package/dist/getHash.js +1 -1
- package/dist/getProxyAgent.js +3 -3
- package/dist/index.js +18 -18
- package/dist/log.js +3 -3
- package/dist/{multipart-parser-ITART6UP.js → multipart-parser-54WEFGGN.js} +7 -7
- package/dist/utils.js +6 -6
- package/package.json +5 -5
- package/dist/chunk-ZAFWMCVK.js +0 -2796
package/dist/utils.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 utils_exports = {};
|
20
20
|
__export(utils_exports, {
|
21
|
-
getCacheDir: () =>
|
22
|
-
getDownloadUrl: () =>
|
23
|
-
getRootCacheDir: () =>
|
24
|
-
overwriteFile: () =>
|
21
|
+
getCacheDir: () => import_chunk_TEEFYD2G.getCacheDir,
|
22
|
+
getDownloadUrl: () => import_chunk_TEEFYD2G.getDownloadUrl,
|
23
|
+
getRootCacheDir: () => import_chunk_TEEFYD2G.getRootCacheDir,
|
24
|
+
overwriteFile: () => import_chunk_TEEFYD2G.overwriteFile
|
25
25
|
});
|
26
26
|
module.exports = __toCommonJS(utils_exports);
|
27
|
-
var
|
27
|
+
var import_chunk_TEEFYD2G = require("./chunk-TEEFYD2G.js");
|
28
28
|
var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
|
29
|
-
var
|
29
|
+
var import_chunk_OSFPEEC6 = require("./chunk-OSFPEEC6.js");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/fetch-engine",
|
3
|
-
"version": "6.5.0
|
3
|
+
"version": "6.5.0",
|
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,7 @@
|
|
34
34
|
"p-map": "4.0.0",
|
35
35
|
"p-retry": "4.6.2",
|
36
36
|
"progress": "2.0.3",
|
37
|
-
"rimraf": "
|
37
|
+
"rimraf": "6.0.1",
|
38
38
|
"strip-ansi": "6.0.1",
|
39
39
|
"temp-dir": "2.0.0",
|
40
40
|
"tempy": "1.0.1",
|
@@ -42,9 +42,9 @@
|
|
42
42
|
"typescript": "5.4.5"
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@prisma/engines-version": "6.5.0-
|
46
|
-
"@prisma/debug": "6.5.0
|
47
|
-
"@prisma/get-platform": "6.5.0
|
45
|
+
"@prisma/engines-version": "6.5.0-73.173f8d54f8d52e692c7e27e72a88314ec7aeff60",
|
46
|
+
"@prisma/debug": "6.5.0",
|
47
|
+
"@prisma/get-platform": "6.5.0"
|
48
48
|
},
|
49
49
|
"files": [
|
50
50
|
"README.md",
|