zudello-integration-sdk 1.0.34 → 1.0.35

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudello-integration-sdk",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "Zudello Integrations SDK",
5
5
  "main": "./src/index.js",
6
6
  "repository": {
@@ -18,11 +18,9 @@ class ApiInstance {
18
18
  this.axiosInstance = axios.create({
19
19
  httpsAgent: new https.Agent({
20
20
  keepAlive: true,
21
- timeout: 60000, // 60 seconds timeout
22
21
  maxSockets: 100,
23
22
  maxFreeSockets: 10,
24
- }),
25
- timeout: 30000, // 30 seconds timeout for the request itself
23
+ })
26
24
  })
27
25
 
28
26
  this.axiosInstance.interceptors.request.use((config) => {