ag-node-qmp
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -79,3 +79,2 @@ "use strict"; | ||
if (QMP_EVENT_KEY in msg) { | ||
console.log(`MSG ${JSON.stringify(msg)}`); | ||
Object.entries(msg).map(([k, v]) => { | ||
@@ -82,0 +81,0 @@ if (k === 'event') { |
@@ -12,3 +12,3 @@ /// <reference types="node" /> | ||
constructor(); | ||
connect(addr: string): void; | ||
connect(addr: string | number): void; | ||
onData(data: string): void; | ||
@@ -15,0 +15,0 @@ onClose(): void; |
@@ -53,3 +53,2 @@ import * as net from 'net'; | ||
if (QMP_EVENT_KEY in msg) { | ||
console.log(`MSG ${JSON.stringify(msg)}`); | ||
Object.entries(msg).map(([k, v]) => { | ||
@@ -56,0 +55,0 @@ if (k === 'event') { |
@@ -12,3 +12,3 @@ /// <reference types="node" /> | ||
constructor(); | ||
connect(addr: string): void; | ||
connect(addr: string | number): void; | ||
onData(data: string): void; | ||
@@ -15,0 +15,0 @@ onClose(): void; |
{ | ||
"name": "ag-node-qmp", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib/**/*" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11110
269