@prisma/fetch-engine 6.6.0 → 6.7.0-dev.2
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/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_VJCOWJK4.download,
|
|
22
|
+
getBinaryName: () => import_chunk_VJCOWJK4.getBinaryName,
|
|
23
|
+
getVersion: () => import_chunk_VJCOWJK4.getVersion,
|
|
24
|
+
maybeCopyToTmp: () => import_chunk_VJCOWJK4.maybeCopyToTmp,
|
|
25
|
+
plusX: () => import_chunk_VJCOWJK4.plusX,
|
|
26
|
+
vercelPkgPathRegex: () => import_chunk_VJCOWJK4.vercelPkgPathRegex
|
|
27
27
|
});
|
|
28
28
|
module.exports = __toCommonJS(download_exports);
|
|
29
|
-
var
|
|
29
|
+
var import_chunk_VJCOWJK4 = require("./chunk-VJCOWJK4.js");
|
|
30
30
|
var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
|
|
31
31
|
var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
|
|
32
32
|
var import_chunk_4GLRZ2GS = require("./chunk-4GLRZ2GS.js");
|
package/dist/index.js
CHANGED
|
@@ -21,20 +21,20 @@ __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_VJCOWJK4.download,
|
|
25
25
|
engineEnvVarMap: () => import_chunk_PXQVM7NP.engineEnvVarMap,
|
|
26
26
|
getBinaryEnvVarPath: () => import_chunk_PXQVM7NP.getBinaryEnvVarPath,
|
|
27
|
-
getBinaryName: () =>
|
|
27
|
+
getBinaryName: () => import_chunk_VJCOWJK4.getBinaryName,
|
|
28
28
|
getCacheDir: () => import_chunk_YJOPKU47.getCacheDir,
|
|
29
29
|
getProxyAgent: () => import_chunk_LOOX3H4O.getProxyAgent,
|
|
30
|
-
getVersion: () =>
|
|
31
|
-
maybeCopyToTmp: () =>
|
|
30
|
+
getVersion: () => import_chunk_VJCOWJK4.getVersion,
|
|
31
|
+
maybeCopyToTmp: () => import_chunk_VJCOWJK4.maybeCopyToTmp,
|
|
32
32
|
overwriteFile: () => import_chunk_YJOPKU47.overwriteFile,
|
|
33
|
-
plusX: () =>
|
|
34
|
-
vercelPkgPathRegex: () =>
|
|
33
|
+
plusX: () => import_chunk_VJCOWJK4.plusX,
|
|
34
|
+
vercelPkgPathRegex: () => import_chunk_VJCOWJK4.vercelPkgPathRegex
|
|
35
35
|
});
|
|
36
36
|
module.exports = __toCommonJS(index_exports);
|
|
37
|
-
var
|
|
37
|
+
var import_chunk_VJCOWJK4 = require("./chunk-VJCOWJK4.js");
|
|
38
38
|
var import_chunk_MWVY55RY = require("./chunk-MWVY55RY.js");
|
|
39
39
|
var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
|
|
40
40
|
var import_chunk_4GLRZ2GS = require("./chunk-4GLRZ2GS.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/fetch-engine",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.7.0-dev.2",
|
|
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",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"typescript": "5.4.5"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@prisma/engines-version": "6.
|
|
46
|
-
"@prisma/debug": "6.
|
|
47
|
-
"@prisma/get-platform": "6.
|
|
45
|
+
"@prisma/engines-version": "6.7.0-2.f1c9ce159931e98b29ab3dd02ba38c01f49dc141",
|
|
46
|
+
"@prisma/debug": "6.7.0-dev.2",
|
|
47
|
+
"@prisma/get-platform": "6.7.0-dev.2"
|
|
48
48
|
},
|
|
49
49
|
"files": [
|
|
50
50
|
"README.md",
|