Comparing version 0.8.0 to 0.9.0
@@ -16,7 +16,8 @@ // Generated by LiveScript 1.4.0 | ||
? arg$ | ||
: { | ||
exocommPort: 3010 | ||
}).exocommPort; | ||
: {}).exocommPort; | ||
this._onIncomingCommand = bind$(this, '_onIncomingCommand', prototype); | ||
this.send = bind$(this, 'send', prototype); | ||
exocommPort || (function(){ | ||
throw new Error('exocommPort not provided'); | ||
}()); | ||
this.commandHandler = new HandlerManager(); | ||
@@ -23,0 +24,0 @@ this.commandSender = new CommandSender({ |
{ | ||
"name": "exorelay", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Communication relay between JavaScript code bases and the Exosphere environment", | ||
@@ -43,4 +43,4 @@ "main": "lib/exorelay.js", | ||
"nitroglycerin": "^1.0.3", | ||
"portfinder": "^0.4.0", | ||
"record-http": "^0.4.0", | ||
"portfinder": "^1.0.0", | ||
"record-http": "^0.5.1", | ||
"sinon": "^1.17.2", | ||
@@ -47,0 +47,0 @@ "wait": "^0.1.0" |
21104
10
434