Comparing version 0.0.6 to 0.0.7
@@ -10,2 +10,3 @@ 'use strict' | ||
connector; | ||
firstConnection; | ||
@@ -17,2 +18,6 @@ constructor({ api_host = null, connect_option = { initiator: true } }) { | ||
this.connector.eventEmitter.addEventListener('first_offer', (e) => { | ||
this.firstConnection = e.connection; | ||
}); | ||
} catch (e) { | ||
@@ -19,0 +24,0 @@ throw e; |
{ | ||
"name": "guardee", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"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
35986
963