help-fem-command-manager
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -103,3 +103,3 @@ (function() { | ||
CommandManager.prototype._registerCommand = function(event, role, command) { | ||
this._esbClient.send('socketIOGroup', { | ||
return this._esbClient.rpcSend('socketIOGroup', { | ||
uri: 'addValidCommand', | ||
@@ -106,0 +106,0 @@ event: event, |
{ | ||
"name": "help-fem-command-manager", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Manages the valid command list in the fem router for a service.", | ||
@@ -5,0 +5,0 @@ "main": "help-fem-command-manager.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
11791