@autofleet/network 1.2.7 → 1.2.8-alpha

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.
Files changed (2) hide show
  1. package/index.js +5 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,3 +1,8 @@
1
+ delete process.env['http_proxy'];
2
+ delete process.env['HTTP_PROXY'];
3
+ delete process.env['https_proxy'];
4
+ delete process.env['HTTPS_PROXY'];
5
+
1
6
  const axios = require('axios');
2
7
  const http = require('http');
3
8
  const https = require('https');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/network",
3
- "version": "1.2.7",
3
+ "version": "1.2.8-alpha",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {