@alicloud/pop-core
Advanced tools
Comparing version 1.7.8 to 1.7.9
@@ -194,3 +194,3 @@ 'use strict'; | ||
entry.request = { | ||
headers: response.req.getHeaders() | ||
headers: response.req.getHeaders ? response.req.getHeaders() : response.req._headers | ||
}; | ||
@@ -197,0 +197,0 @@ entry.response = { |
{ | ||
"name": "@alicloud/pop-core", | ||
"version": "1.7.8", | ||
"version": "1.7.9", | ||
"description": "AliCloud POP SDK core", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21451