laravel-echo
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -65,3 +65,3 @@ 'use strict'; | ||
request.send(JSON.stringify({ | ||
socket: pusher.connection.socket_id | ||
"socket_id": pusher.connection.socket_id | ||
})); | ||
@@ -68,0 +68,0 @@ }); |
{ | ||
"name": "laravel-echo", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Laravel Echo library for beautiful Pusher integration", | ||
@@ -5,0 +5,0 @@ "main": "dist/echo.js", |
9788