@cubetiq/hlt
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -0,1 +1,6 @@ | ||
### 30/11/2022 | ||
- Fixed response data in axios request with accept-encoding to identity | ||
- Allow to force change server url for init | ||
### 11/11/2022 | ||
@@ -2,0 +7,0 @@ |
@@ -236,3 +236,3 @@ "use strict"; | ||
if (!config.server || options.force) { | ||
config.server = options.server || config.server || SERVER_DEFAULT_URL; | ||
config.server = options.server || SERVER_DEFAULT_URL; | ||
} | ||
@@ -239,0 +239,0 @@ if (!config.token && options.token) { |
@@ -64,2 +64,3 @@ "use strict"; | ||
"x-access-type": "FREE", | ||
"Accept-Encoding": "identity", | ||
}, | ||
@@ -66,0 +67,0 @@ })]; |
{ | ||
"name": "@cubetiq/hlt", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A lightweight http tunnel client using nodejs and socket.io client", | ||
@@ -25,3 +25,3 @@ "main": "dist/client.js", | ||
"dependencies": { | ||
"axios": "^1.0.0", | ||
"axios": "^1.2.0", | ||
"commander": "^9.3.0", | ||
@@ -28,0 +28,0 @@ "https-proxy-agent": "^5.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36685
757
Updatedaxios@^1.2.0