ac-api-connector
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,16 @@ | ||
<a name="1.0.3"></a> | ||
## [1.0.3](https://github.com/admiralcloud/ac-api-connector/compare/v1.0.2..v1.0.3) (2024-09-02 17:02:13) | ||
### Bug Fix | ||
* **Connector:** Improved debug mode | MP | [7926e0c7d7ae67a0a9a8429b8c2b0a15e72c0627](https://github.com/admiralcloud/ac-api-connector/commit/7926e0c7d7ae67a0a9a8429b8c2b0a15e72c0627) | ||
Send debug information to signature decoder | ||
Related issues: [undefined/undefined#develop](undefined/browse/develop) | ||
### Chores | ||
* **Connector:** Updated packages | MP | [4300685e245635ef85bbafbb4f16ee7bcc2c8335](https://github.com/admiralcloud/ac-api-connector/commit/4300685e245635ef85bbafbb4f16ee7bcc2c8335) | ||
Updated packages | ||
Related issues: [undefined/undefined#develop](undefined/browse/develop) | ||
<a name="1.0.2"></a> | ||
@@ -2,0 +17,0 @@ |
@@ -49,2 +49,5 @@ const https = require('https') | ||
} | ||
if (this.debug || debug) { | ||
headers['x-admiralcloud-debugsignature'] = true | ||
} | ||
@@ -51,0 +54,0 @@ const axiosParams = { |
{ | ||
"name": "ac-api-connector", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -13,3 +13,3 @@ "repository": "git@github.com:AdmiralCloud/ac-api-connector.git", | ||
"ac-signature": "^4.0.0", | ||
"axios": "^1.7.4" | ||
"axios": "^1.7.7" | ||
}, | ||
@@ -20,3 +20,3 @@ "devDependencies": { | ||
"chai": "^4.5.0", | ||
"eslint": "^9.9.0", | ||
"eslint": "^9.9.1", | ||
"mocha": "^10.7.3" | ||
@@ -23,0 +23,0 @@ }, |
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
19716
186
Updatedaxios@^1.7.7