update type
parent
89afcfb92a
commit
f1a1973a1e
2
index.js
2
index.js
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
// #sourceURL=xGraphAdapter.js
|
||||
|
||||
modue.exports.xGraphAdapter = class xGraphAdapter {
|
||||
module.exports.xGraphAdapter = class xGraphAdapter {
|
||||
constructor(host, port) {
|
||||
this._status = 'CLOSED';
|
||||
this._sendQueue = [];
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "xgraph-adapter",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "connect to xGraph server-side systems via web-sockets",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue