simple-helix-api
Advanced tools
Comparing version 3.3.0-beta.6 to 3.3.0-beta.7
@@ -90,2 +90,6 @@ "use strict"; | ||
} | ||
case "PING": { | ||
this.connection.send(`PONG :${parsed.param}`); | ||
break; | ||
} | ||
default: { | ||
@@ -92,0 +96,0 @@ this.onMessage(parsed); |
{ | ||
"name": "simple-helix-api", | ||
"version": "3.3.0-beta.6", | ||
"version": "3.3.0-beta.7", | ||
"description": "The Simple Helix API allows developers to easily develop applications for Twitch", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
97299
2217