kauth-sdk-node
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -0,1 +1,10 @@ | ||
## [0.1.25](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.24...v0.1.25) (2021-09-28) | ||
### Bug Fixes | ||
* bugs ([ef7829f](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/ef7829f5fbc5a5578c97534c6b30353b98bd0f35)) | ||
## [0.1.24](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.23...v0.1.24) (2021-09-28) | ||
@@ -2,0 +11,0 @@ |
@@ -65,3 +65,3 @@ "use strict"; | ||
} | ||
resolveHeaders(method, uri, userId) { | ||
resolveHeaders(method, uri, userId = 0) { | ||
if (this.proxyMatched) { | ||
@@ -68,0 +68,0 @@ const signature = this.sign(method.toUpperCase(), uri, this.accessKeySecret); |
{ | ||
"name": "kauth-sdk-node", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
82800