@leafer/data
Advanced tools
+2
-2
| { | ||
| "name": "@leafer/data", | ||
| "version": "1.0.0-beta.11", | ||
| "version": "1.0.0-beta.12", | ||
| "description": "@leafer/data", | ||
@@ -22,4 +22,4 @@ "author": "Chao (Leafer) Wan", | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-beta.11" | ||
| "@leafer/interface": "1.0.0-beta.12" | ||
| } | ||
| } |
+1
-1
@@ -82,4 +82,4 @@ import { ILeafData, ILeaf, IObject, __Value } from '@leafer/interface' | ||
| public destroy(): void { | ||
| this.__leaf = null | ||
| this.__input = this.__middle = null | ||
| } | ||
| } |
5005
0.34%