@dreipol/lighthouse-config
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -24,3 +24,5 @@ import { Page } from 'puppeteer'; | ||
export interface LoggerInterface { | ||
print(...args: string[]): void; | ||
setLevel(level: number): void; | ||
debug(...args: string[]): void; | ||
info(...args: string[]): void; | ||
error(...args: string[]): void; | ||
@@ -27,0 +29,0 @@ } |
{ | ||
"name": "@dreipol/lighthouse-config", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Basic lighthouse config", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
64640
1270