update type

master
Trevor Gionet 2018-10-10 13:03:20 -04:00
parent 89afcfb92a
commit f1a1973a1e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// #sourceURL=xGraphAdapter.js // #sourceURL=xGraphAdapter.js
modue.exports.xGraphAdapter = class xGraphAdapter { module.exports.xGraphAdapter = class xGraphAdapter {
constructor(host, port) { constructor(host, port) {
this._status = 'CLOSED'; this._status = 'CLOSED';
this._sendQueue = []; this._sendQueue = [];

View File

@ -1,6 +1,6 @@
{ {
"name": "xgraph-adapter", "name": "xgraph-adapter",
"version": "0.0.2", "version": "0.0.3",
"description": "connect to xGraph server-side systems via web-sockets", "description": "connect to xGraph server-side systems via web-sockets",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {