@browserspy/common
Advanced tools
Comparing version 0.6.2 to 0.7.0
/// <reference types="pino" /> | ||
import Health from './lib/health'; | ||
import hooks from './lib/hooks'; | ||
import { pino } from './lib/logger'; | ||
declare const _default: { | ||
Health: typeof Health; | ||
hooks: typeof hooks; | ||
@@ -6,0 +8,0 @@ pino: typeof pino; |
@@ -12,2 +12,3 @@ "use strict"; | ||
}; | ||
var health_1 = __importDefault(require("./lib/health")); | ||
var hooks_1 = __importDefault(require("./lib/hooks")); | ||
@@ -17,2 +18,3 @@ var logger_1 = __importStar(require("./lib/logger")); | ||
module.exports = { | ||
Health: health_1.default, | ||
hooks: hooks_1.default, | ||
@@ -19,0 +21,0 @@ pino: logger_1.pino, |
{ | ||
"name": "@browserspy/common", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./index", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39198
23
555