Comparing version 0.6.0 to 0.6.1
@@ -5,11 +5,7 @@ var HelpEsb = require('../help-esb'); | ||
var util = require('util'); | ||
client.rpcSend('org-settings-set', {routingStrategy: 'helpdotcom', organizationId: '2b9ad7bd-3aba-407c-83ce-9e95581a11bf'}) | ||
//client.rpcSend('chat-transcript-get', {roomId: 'd6e6ca50-e87d-4231-827b-799f7a665ffb', organizationId: '2b9ad7bd-3aba-407c-83ce-9e95581a11bf'}) | ||
client.rpcSend('rpc-test', {name: 'nubs'}) | ||
.timeout(5000) | ||
.then(function(message) { | ||
console.log('Received response:'); | ||
console.log(util.inspect(message.toJSON(), {depth: null, colors: true})); | ||
console.log(message.get()); | ||
console.log(message.toJSON()); | ||
}).catch(function(error) { | ||
@@ -16,0 +12,0 @@ console.warn('Received error:'); |
{ | ||
"name": "help-esb", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A client for the Help.com team's ESB.", | ||
@@ -13,10 +13,10 @@ "main": "help-esb.js", | ||
"dependencies": { | ||
"bluebird": "~2.9", | ||
"lodash": "~2.4", | ||
"object-path": "~0.9.0", | ||
"uuid": "~2.0" | ||
"bluebird": "^2.9.14", | ||
"lodash": "^3.5.0", | ||
"object-path": "^0.9.0", | ||
"uuid": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"docco": "~0.6.3", | ||
"jshint": "~2.5" | ||
"docco": "^0.7.0", | ||
"jshint": "^2.6.3" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
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
29399
535
+ Addedbluebird@2.11.0(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedbluebird@2.9.34(transitive)
- Removedlodash@2.4.2(transitive)
Updatedbluebird@^2.9.14
Updatedlodash@^3.5.0
Updatedobject-path@^0.9.0
Updateduuid@^2.0.1