@mongodb-js/devtools-proxy-support
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -13,6 +13,4 @@ "use strict"; | ||
constructor(proxyOptions, logger) { | ||
const { ca, ...proxyOptionsWithoutCA } = proxyOptions; | ||
void ca; | ||
super({ | ||
...proxyOptionsWithoutCA, | ||
...proxyOptions, | ||
getProxyForUrl: (url) => this._getProxyForUrl(url), | ||
@@ -19,0 +17,0 @@ }); |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"repository": { | ||
@@ -83,3 +83,3 @@ "type": "git", | ||
}, | ||
"gitHead": "c532e5882e3dd18ba971036c039c497e2ccb0581" | ||
"gitHead": "b560ad9756ee1762e9409e447a9a3110cfd3fdac" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
108821
1255