Comparing version 0.0.6 to 0.0.7
@@ -102,2 +102,5 @@ import hash from 'string-hash'; | ||
tick(() => { | ||
if (!hub.connected) { | ||
throw new Error('wtf is happening??????' + hub.id) | ||
} | ||
if (hub.connected.compute() === true) { | ||
@@ -104,0 +107,0 @@ out(hub); |
@@ -106,2 +106,5 @@ 'use strict'; | ||
tick(() => { | ||
if (!hub.connected) { | ||
throw new Error('wtf is happening??????' + hub.id) | ||
} | ||
if (hub.connected.compute() === true) { | ||
@@ -108,0 +111,0 @@ out(hub); |
@@ -101,2 +101,5 @@ import hash from 'string-hash'; | ||
tick(() => { | ||
if (!hub.connected) { | ||
throw new Error('wtf is happening??????' + hub.id) | ||
} | ||
if (hub.connected.compute() === true) { | ||
@@ -103,0 +106,0 @@ out(hub); |
@@ -105,2 +105,5 @@ 'use strict'; | ||
tick(() => { | ||
if (!hub.connected) { | ||
throw new Error('wtf is happening??????' + hub.id) | ||
} | ||
if (hub.connected.compute() === true) { | ||
@@ -107,0 +110,0 @@ out(hub); |
{ | ||
"name": "hub.js", | ||
"description": "Seamless realtime communcation", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.es.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
310873
2278