@waiting/shared-types
Advanced tools
Comparing version 13.0.0 to 13.1.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 12.0.0 | ||
* @version 13.0.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -7,2 +7,3 @@ /** | ||
meminfo: ProcMeminfo; | ||
diskstats: ProcDiskstats; | ||
stat: ProcStat; | ||
@@ -62,2 +63,5 @@ } | ||
} | ||
export interface ProcDiskstats { | ||
[key: string]: string; | ||
} | ||
export interface ProcStat { | ||
@@ -64,0 +68,0 @@ [key: string]: string; |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "13.0.0", | ||
"version": "13.1.0", | ||
"description": "shared typescript types", | ||
@@ -91,3 +91,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ef3bcb04ca25f5d5c4736deb9d297535da971117" | ||
"gitHead": "cf66a07b62298feed11d97360450c913837351e5" | ||
} |
@@ -8,2 +8,3 @@ | ||
meminfo: ProcMeminfo | ||
diskstats: ProcDiskstats | ||
stat: ProcStat | ||
@@ -63,2 +64,5 @@ } | ||
} | ||
export interface ProcDiskstats { | ||
[key: string]: string | ||
} | ||
export interface ProcStat { | ||
@@ -65,0 +69,0 @@ [key: string]: string |
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
35535
994