Comparing version 0.0.16 to 0.0.17
@@ -14,3 +14,3 @@ /// <reference types="node" /> | ||
timestamp: Date; | ||
micostamp: number; | ||
microstamp: number; | ||
serial: number; | ||
@@ -17,0 +17,0 @@ uptime: number; |
@@ -22,3 +22,3 @@ "use strict"; | ||
created, | ||
micostamp, | ||
zerostamp, | ||
state, | ||
@@ -29,2 +29,3 @@ loadTime, | ||
timestamp, | ||
microstamp, | ||
serial, | ||
@@ -96,3 +97,3 @@ uptime, | ||
timestamp: new Date(), | ||
micostamp: Utils.micros(), | ||
microstamp: Utils.micros(), | ||
serial: this.serial++, | ||
@@ -99,0 +100,0 @@ uptime: process.uptime(), |
{ | ||
"name": "exer", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Utils in TypeScript, Debug, NanoTimer ...", | ||
@@ -5,0 +5,0 @@ "author": "kbajalc@gmail.com", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111053
1703