Comparing version 0.0.37 to 0.0.38
@@ -107,12 +107,4 @@ 'use strict' | ||
} | ||
this.#Emit('genesis_answer_set', { connection: res }); | ||
this.#Emit('genesis_answer_set', { connection: res }); | ||
// connection.Send({ | ||
// method: 'connect', | ||
// data: { | ||
// result: 'success', | ||
// connectionId: connection.id, | ||
// peerId: data.connectionId | ||
// } | ||
// }); | ||
}).catch(e => { | ||
@@ -119,0 +111,0 @@ throw e; |
@@ -43,3 +43,6 @@ 'use strict' | ||
if(initiator === true) this.offer.push(data); | ||
else this.answer.push(data); | ||
else { | ||
console.log(data); | ||
this.answer.push(data); | ||
} | ||
}); | ||
@@ -46,0 +49,0 @@ this.OnConnect(() => { |
{ | ||
"name": "guardee", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
@@ -5,0 +5,0 @@ "description": "Guardee Wallet API", |
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
42527
1144