@lessondesk/marker-protocol
Advanced tools
Comparing version 3.0.10 to 3.0.11
@@ -421,2 +421,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
this$1.emit('version-response', packet); | ||
} else if (packet.type === Packets.AP_DUMP) { | ||
this$1.emit("dump", packet); | ||
} else { | ||
@@ -423,0 +425,0 @@ this$1.emit("data", packet); |
{ | ||
"name": "@lessondesk/marker-protocol", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "Lesson Desk Group marker protocol", | ||
@@ -5,0 +5,0 @@ "source": "src/index.js", |
Sorry, the diff of this file is not supported yet
59500
405