system-monitoring
Advanced tools
Comparing version 0.0.13 to 0.0.14
import { Request, Response, NextFunction } from "express"; | ||
import { MonitorOptions, MonitorData } from "./types"; | ||
import { MonitorOptions } from "./types"; | ||
export declare const defaultOptions: MonitorOptions; | ||
@@ -9,6 +9,4 @@ /** | ||
*/ | ||
export declare const systemMonitor: (options?: MonitorOptions) => (req: Request & { | ||
systemMetrics: MonitorData; | ||
}, res: Response, next: NextFunction) => Promise<void>; | ||
export declare const systemMonitor: (options?: MonitorOptions) => (req: Request, res: Response, next: NextFunction) => Promise<void>; | ||
export default systemMonitor; | ||
//# sourceMappingURL=systemMonitor.d.ts.map |
{ | ||
"name": "system-monitoring", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A zero-dependency server monitor package", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112470
1421