update type
parent
89afcfb92a
commit
f1a1973a1e
2
index.js
2
index.js
|
|
@ -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 = [];
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue