backfill-logger
Advanced tools
Comparing version 5.0.0-alpha.0 to 5.0.0
@@ -6,4 +6,4 @@ import { LogLevel } from "."; | ||
export declare const defaultFormatter: { | ||
format(logLevel: "error" | "mute" | "silly" | "verbose" | "info" | "warn" | "trace", ...args: string[]): string[]; | ||
format(logLevel: "silly" | "verbose" | "info" | "warn" | "error" | "mute" | "trace", ...args: string[]): string[]; | ||
}; | ||
//# sourceMappingURL=outputFormatter.d.ts.map |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "5.0.0-alpha.0", | ||
"version": "5.0.0", | ||
"main": "lib/index.js", | ||
@@ -24,7 +24,7 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/node": "^12.0.0", | ||
"backfill-utils-tsconfig": "^5.0.0-alpha.0", | ||
"@types/node": "^13.13.4", | ||
"backfill-utils-tsconfig": "^5.0.0", | ||
"typescript": "3.7.4" | ||
}, | ||
"gitHead": "03dace2c81101cd159f9596035b78d20c790bcdd" | ||
"gitHead": "1c80a82b256bf77be1e24850beb0a8d83748b692" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
22005