@leafer/debug
Advanced tools
+3
-3
| { | ||
| "name": "@leafer/debug", | ||
| "version": "1.0.0-alpha.9", | ||
| "version": "1.0.0-alpha.10", | ||
| "description": "@leafer/debug", | ||
@@ -22,7 +22,7 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/math": "1.0.0-alpha.9" | ||
| "@leafer/math": "1.0.0-alpha.10" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.0-alpha.9" | ||
| "@leafer/interface": "1.0.0-alpha.10" | ||
| } | ||
| } |
+1
-1
@@ -49,3 +49,3 @@ import { IncrementId } from '@leafer/math' | ||
| const id = R.nameToIdMap[name] | ||
| if (id) R.end(id, microsecond) | ||
| if (id !== undefined) R.end(id, microsecond) | ||
| } | ||
@@ -52,0 +52,0 @@ } |
4684
0.36%+ Added
- Removed
Updated