@prisma/fetch-engine
Advanced tools
Comparing version
@@ -67,7 +67,6 @@ "use strict"; | ||
} | ||
const proxyUri = url_1.default.parse(proxy); | ||
if (proxyUri.protocol === 'http:') { | ||
if (uri.protocol === 'http:') { | ||
return new http_proxy_agent_1.default(proxy); | ||
} | ||
if (proxyUri.protocol === 'https:') { | ||
if (uri.protocol === 'https:') { | ||
return new https_proxy_agent_1.default(proxy); | ||
@@ -74,0 +73,0 @@ } |
{ | ||
"name": "@prisma/fetch-engine", | ||
"version": "2.0.0-alpha.933", | ||
"version": "2.0.0-alpha.934", | ||
"main": "dist/index.js", | ||
@@ -22,3 +22,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@prisma/get-platform": "2.0.0-alpha.933", | ||
"@prisma/get-platform": "2.0.0-alpha.934", | ||
"chalk": "^3.0.0", | ||
@@ -25,0 +25,0 @@ "debug": "^4.1.1", |
Sorry, the diff of this file is not supported yet
68895
-0.17%1029
-0.1%+ Added
- Removed