@prisma/fetch-engine 6.5.0-dev.7 → 6.5.0-dev.71
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-G7EM4XDM.js → chunk-HACCWU3B.js} +423 -1304
- package/dist/{chunk-FKKOTNO6.js → chunk-I3P4GT6A.js} +5 -5
- package/dist/{chunk-RGYZ77ZL.js → chunk-M2U3G7WD.js} +155 -101
- package/dist/{chunk-7NQURTUG.js → chunk-ORVVLJ4G.js} +781 -9
- package/dist/{chunk-S2NYJIEH.js → chunk-XSNM3AMV.js} +154 -100
- package/dist/{chunk-AGZFDFHU.js → chunk-ZSBPBV34.js} +45 -31
- package/dist/cleanupCache.js +3 -3
- package/dist/download.js +11 -11
- package/dist/downloadZip.js +4 -4
- package/dist/getProxyAgent.js +2 -2
- package/dist/index.js +14 -14
- package/dist/utils.js +5 -5
- package/package.json +8 -8
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_HACCWU3B.getCacheDir,
|
22
|
+
getDownloadUrl: () => import_chunk_HACCWU3B.getDownloadUrl,
|
23
|
+
getRootCacheDir: () => import_chunk_HACCWU3B.getRootCacheDir,
|
24
|
+
overwriteFile: () => import_chunk_HACCWU3B.overwriteFile
|
25
25
|
});
|
26
26
|
module.exports = __toCommonJS(utils_exports);
|
27
|
-
var
|
27
|
+
var import_chunk_HACCWU3B = require("./chunk-HACCWU3B.js");
|
28
28
|
var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
|
29
29
|
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.
|
3
|
+
"version": "6.5.0-dev.71",
|
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",
|
@@ -15,22 +15,22 @@
|
|
15
15
|
"bugs": "https://github.com/prisma/prisma/issues",
|
16
16
|
"enginesOverride": {},
|
17
17
|
"devDependencies": {
|
18
|
-
"@swc/core": "1.
|
18
|
+
"@swc/core": "1.11.5",
|
19
19
|
"@swc/jest": "0.2.37",
|
20
20
|
"@types/jest": "29.5.14",
|
21
|
-
"@types/node": "18.19.
|
21
|
+
"@types/node": "18.19.76",
|
22
22
|
"@types/progress": "2.0.7",
|
23
23
|
"del": "6.1.1",
|
24
24
|
"execa": "5.1.1",
|
25
25
|
"find-cache-dir": "5.0.0",
|
26
|
-
"fs-extra": "11.
|
26
|
+
"fs-extra": "11.3.0",
|
27
27
|
"hasha": "5.2.2",
|
28
28
|
"http-proxy-agent": "7.0.2",
|
29
29
|
"https-proxy-agent": "7.0.6",
|
30
30
|
"jest": "29.7.0",
|
31
31
|
"kleur": "4.1.5",
|
32
32
|
"node-fetch": "3.3.2",
|
33
|
-
"p-filter": "
|
33
|
+
"p-filter": "4.1.0",
|
34
34
|
"p-map": "4.0.0",
|
35
35
|
"p-retry": "4.6.2",
|
36
36
|
"progress": "2.0.3",
|
@@ -42,9 +42,9 @@
|
|
42
42
|
"typescript": "5.4.5"
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@prisma/engines-version": "6.
|
46
|
-
"@prisma/debug": "6.5.0-dev.
|
47
|
-
"@prisma/get-platform": "6.5.0-dev.
|
45
|
+
"@prisma/engines-version": "6.5.0-54.1ea2fdf6bb4482f4af05b7f54f20273ddb71a8fe",
|
46
|
+
"@prisma/debug": "6.5.0-dev.71",
|
47
|
+
"@prisma/get-platform": "6.5.0-dev.71"
|
48
48
|
},
|
49
49
|
"files": [
|
50
50
|
"README.md",
|