Comparing version 0.0.23 to 0.0.24
@@ -41,3 +41,3 @@ 'use strict' | ||
this.OnSignal((data) => { | ||
if(initiator) this.offer.push(data); | ||
if(initiator === true) this.offer.push(data); | ||
else this.answer.push(data); | ||
@@ -44,0 +44,0 @@ }); |
{ | ||
"name": "guardee", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Guardee Wallet API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
42896