@itentialopensource/adapter-utils 5.3.1 → 5.3.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/CHANGELOG.md +8 -0
- package/lib/connectorRest.js +2 -2
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/lib/connectorRest.js
CHANGED
|
@@ -28,8 +28,8 @@ const cookieHandler = require('cookie');
|
|
|
28
28
|
const jsonQuery = require('json-query');
|
|
29
29
|
const xml2js = require('xml2js');
|
|
30
30
|
const querystring = require('querystring');
|
|
31
|
-
const HttpsProxyAgent = require('https-proxy-agent');
|
|
32
|
-
const SocksProxyAgent = require('socks-proxy-agent');
|
|
31
|
+
const { HttpsProxyAgent } = require('https-proxy-agent');
|
|
32
|
+
const { SocksProxyAgent } = require('socks-proxy-agent');
|
|
33
33
|
const AsyncLockCl = require('async-lock');
|
|
34
34
|
const FormData = require('form-data');
|
|
35
35
|
|
package/package.json
CHANGED
|
Binary file
|