Comparing version 1.7.0 to 1.7.1
@@ -20,3 +20,3 @@ 'use strict'; | ||
this.server = 'ws://' + config.server + '/'; | ||
this.appid = config.appid; | ||
this.appid = '' + config.appid; // make sure it's a string | ||
this.secret = config.secret; | ||
@@ -23,0 +23,0 @@ this.logLevel = config.logLevel; |
{ | ||
"name": "agentx", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "agentx is powered by alinode", | ||
@@ -5,0 +5,0 @@ "scripts": { |
35455