cms_applog_models
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -1,2 +0,5 @@ | ||
#Changes in version 3.0.4 | ||
# Changes in version 3.0.5 | ||
* Fix bug Applog models | ||
# Changes in version 3.0.4 | ||
* support TCP protocol with Config requestOption.`protocol` | ||
@@ -3,0 +6,0 @@ |
@@ -393,2 +393,4 @@ const moment = require("moment-timezone"); | ||
result = data; | ||
} else if (typeof data === 'object' && data != null) { // JSON | ||
result = data; | ||
} else if (typeof data === "number") { | ||
@@ -395,0 +397,0 @@ result = data.toString(); |
{ | ||
"name": "cms_applog_models", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "cms applog v2 model", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
54693
1485