@nodl/core
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -41,4 +41,5 @@ "use strict"; | ||
dispose() { | ||
var _a; | ||
this.unsubscribe(); | ||
this.subscription.unsubscribe(); | ||
(_a = this.subscription) === null || _a === void 0 ? void 0 : _a.unsubscribe(); | ||
this.from.connections = this.from.connections.filter(connection => connection !== this); | ||
@@ -45,0 +46,0 @@ this.to.connection = null; |
{ | ||
"name": "@nodl/core", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Core implementation of the Nodl framework", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
17620
381