karl-common-util
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -39,5 +39,3 @@ "use strict"; | ||
headers = Object.assign({}, { | ||
"Content-Type": contentType, | ||
"Cache-Control": "no-cache", | ||
"Pragma": "no-cache" | ||
"Content-Type": contentType | ||
}, headers); | ||
@@ -119,3 +117,3 @@ json = { | ||
//结果类型不为json(例如nginx直接返回404错误) | ||
reject({ status: status, message: _context.t1 }); | ||
reject({ status: status, message: responese }); | ||
return _context.abrupt("return"); | ||
@@ -122,0 +120,0 @@ |
{ | ||
"name": "karl-common-util", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "karl common lib for client and server", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
51608
1224