@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 CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 5.3.2 [11-27-2023]
3
+
4
+ * fix proxy issue resulting from npm change
5
+
6
+ See merge request itentialopensource/adapter-utils!281
7
+
8
+ ---
9
+
2
10
  ## 5.3.1 [11-17-2023]
3
11
 
4
12
  * logic to convert object to array when specified
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",
Binary file