@leafer/task
Advanced tools
+4
-4
| { | ||
| "name": "@leafer/task", | ||
| "version": "1.0.0-alpha.9", | ||
| "version": "1.0.0-alpha.10", | ||
| "description": "@leafer/task", | ||
@@ -22,8 +22,8 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/math": "1.0.0-alpha.9", | ||
| "@leafer/debug": "1.0.0-alpha.9" | ||
| "@leafer/math": "1.0.0-alpha.10", | ||
| "@leafer/debug": "1.0.0-alpha.10" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-alpha.9" | ||
| "@leafer/interface": "1.0.0-alpha.10" | ||
| } | ||
| } |
+2
-2
@@ -33,6 +33,6 @@ import { IFunction } from '@leafer/interface' | ||
| this.isComplete = true | ||
| this.parent = undefined | ||
| this.task = undefined | ||
| this.parent = null | ||
| this.task = null | ||
| } | ||
| } |
8973
-0.07%+ Added
+ Added
- Removed
- Removed
Updated
Updated