Comparing version 0.6.4 to 0.6.5
@@ -540,3 +540,6 @@ (function(root, factory) { | ||
this._data = _.has(message, 'data') ? message.data : {}; | ||
this._meta = _.extend({id: uuid.v4()}, message.meta); | ||
this._meta = _.extend( | ||
{id: uuid.v4(), ts: Math.floor(Date.now() / 1000)}, | ||
message.meta | ||
); | ||
}; | ||
@@ -543,0 +546,0 @@ |
{ | ||
"name": "help-esb", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "A client for the Help.com team's ESB.", | ||
@@ -5,0 +5,0 @@ "main": "help-esb.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
30472
557