@waiting/shared-core
Advanced tools
Comparing version 20.10.1 to 20.11.0
@@ -15,3 +15,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
export declare function humanMemoryUsage(digits?: number, sep?: string): HumanMemoryUsage; | ||
export declare type ProcInfoItem = keyof ProcInfo; | ||
export type ProcInfoItem = keyof ProcInfo; | ||
/** | ||
@@ -18,0 +18,0 @@ * Retrieve info from /proc/ for linux |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "20.10.1", | ||
"version": "20.11.0", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-types": "^20.5.0", | ||
"@waiting/shared-types": "^20.11.0", | ||
"rxjs": "^7.5.0", | ||
@@ -71,3 +71,3 @@ "undici": "^5.6.0" | ||
}, | ||
"gitHead": "5b9585752d6e4531bae4809452f574280aa6497c" | ||
"gitHead": "7e3935f022f718dc30e531c77ce29e57a3f48a68" | ||
} |
Sorry, the diff of this file is not supported yet
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
181084