@bloks/link-session-manager
Advanced tools
Comparing version
/** | ||
* proton-link-session-manager v0.2.617 | ||
* proton-link-session-manager v0.2.618 | ||
* https://github.com/greymass/proton-link-session-manager | ||
@@ -4,0 +4,0 @@ * |
/** | ||
* proton-link-session-manager v0.2.617 | ||
* proton-link-session-manager v0.2.618 | ||
* https://github.com/greymass/proton-link-session-manager | ||
@@ -109,2 +109,3 @@ * | ||
var e_1, _a; | ||
if (userOptions === void 0) { userOptions = {}; } | ||
this.attempts = 0; | ||
@@ -111,0 +112,0 @@ this.reconnects = -1; |
/** | ||
* proton-link-session-manager v0.2.617 | ||
* proton-link-session-manager v0.2.618 | ||
* https://github.com/greymass/proton-link-session-manager | ||
@@ -84,3 +84,3 @@ * | ||
class RobustWebSocket { | ||
constructor(url, userOptions) { | ||
constructor(url, userOptions = {}) { | ||
this.attempts = 0; | ||
@@ -87,0 +87,0 @@ this.reconnects = -1; |
{ | ||
"name": "@bloks/link-session-manager", | ||
"description": "Session management for signature providers when receiving requests using the Anchor Link protocol", | ||
"version": "0.2.617", | ||
"version": "0.2.618", | ||
"homepage": "https://github.com/greymass/proton-link-session-manager", | ||
@@ -6,0 +6,0 @@ "license": "BSD-3-Clause", |
@@ -36,3 +36,3 @@ export default class RobustWebSocket { | ||
constructor(url, userOptions?) { | ||
constructor(url, userOptions = {}) { | ||
this.url = url | ||
@@ -39,0 +39,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
102555
0.1%1763
0.06%