value-enhancer
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -168,2 +168,3 @@ 'use strict'; | ||
this.$.dispose(); | ||
this.clear(); | ||
} | ||
@@ -286,2 +287,3 @@ }; | ||
this.$.dispose(); | ||
this.clear(); | ||
} | ||
@@ -365,2 +367,3 @@ }; | ||
this.$.dispose(); | ||
this.clear(); | ||
} | ||
@@ -367,0 +370,0 @@ replace(items) { |
{ | ||
"name": "value-enhancer", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A tiny library to enhance value with reactive wrapper.", |
@@ -423,2 +423,3 @@ import { readonlyVal } from "../readonly-val"; | ||
this.$.dispose(); | ||
this.clear(); | ||
} | ||
@@ -425,0 +426,0 @@ } |
@@ -209,2 +209,3 @@ import { readonlyVal } from "../readonly-val"; | ||
this.$.dispose(); | ||
this.clear(); | ||
} | ||
@@ -211,0 +212,0 @@ } |
@@ -160,2 +160,3 @@ import { readonlyVal } from "../readonly-val"; | ||
this.$.dispose(); | ||
this.clear(); | ||
} | ||
@@ -162,0 +163,0 @@ |
Sorry, the diff of this file is not supported yet
154453
4452