@live-change/dao-sockjs
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -16,2 +16,3 @@ const SockJS = require("sockjs-client") | ||
const connection = this.connection | ||
console.log("INITIALIZE SOCKJS!", this.url) | ||
connection.onopen = (function () { | ||
@@ -18,0 +19,0 @@ if (connection.readyState === SockJS.CONNECTING) return setTimeout(connection.onopen, 230) |
{ | ||
"name": "@live-change/dao-sockjs", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": { | ||
@@ -13,3 +13,3 @@ "email": "m8@em8.pl", | ||
"dependencies": { | ||
"@live-change/dao": "^0.5.1", | ||
"@live-change/dao": "^0.5.2", | ||
"debug": "^4.3.4", | ||
@@ -29,3 +29,3 @@ "sockjs-client": "git+https://github.com/sockjs/sockjs-client.git", | ||
"homepage": "https://github.com/live-change/live-change-dao", | ||
"license": "MIT", | ||
"license": "BSD-3-Clause", | ||
"main": "index.js", | ||
@@ -47,3 +47,3 @@ "module": "index.js", | ||
}, | ||
"gitHead": "32ec172307a4583d4ec5d997f676ffc666e5fc41" | ||
"gitHead": "9706615162cae0a4539f2e6bd1e2d5ab5babf5cd" | ||
} |
4954
4
57
Updated@live-change/dao@^0.5.2