Comparing version 1.0.10 to 1.0.11
@@ -114,3 +114,4 @@ "use strict"; | ||
protocol: this.config.getProtocol(), | ||
service: typeof this.config.service == 'string' ? this.config.service : '-' | ||
service: typeof this.config.service == 'string' ? this.config.service : '-', | ||
time: Date.now() | ||
}; | ||
@@ -117,0 +118,0 @@ util.forEachObject(util.assign(common, obj), function (value, key) { |
{ | ||
"name": "kitejs", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "the rpc framework Kite for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -99,2 +99,3 @@ /** | ||
? service.length : -1 | ||
})); | ||
@@ -147,3 +148,4 @@ } | ||
protocol: this.config.getProtocol(), | ||
service: typeof this.config.service == 'string' ? this.config.service : '-' | ||
service: typeof this.config.service == 'string' ? this.config.service : '-', | ||
time: Date.now() | ||
}; | ||
@@ -150,0 +152,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
51410
1342