@apigames/logger
Advanced tools
Comparing version 23.1.4 to 23.1.5
@@ -18,3 +18,3 @@ "use strict"; | ||
_a.Write = (type, message, payload, date) => __awaiter(void 0, void 0, void 0, function* () { | ||
if ((type === logger_1.LoggerMessageType.Error) || (type === logger_1.LoggerMessageType.Warning)) { | ||
if (type !== logger_1.LoggerMessageType.Debug) { | ||
let messageDate = date; | ||
@@ -21,0 +21,0 @@ if (!messageDate) { |
@@ -15,4 +15,4 @@ { | ||
"description": "API Games Logger", | ||
"license": "UNLICENSED", | ||
"version": "23.1.4", | ||
"license": "MIT", | ||
"version": "23.1.5", | ||
"main": "lib/index.js", | ||
@@ -40,7 +40,7 @@ "types": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@types/jest": "29.4.0", | ||
"@types/node": "18.13.0", | ||
"@typescript-eslint/eslint-plugin": "5.52.0", | ||
"@typescript-eslint/parser": "5.52.0", | ||
"eslint": "8.34.0", | ||
"@types/jest": "29.5.0", | ||
"@types/node": "18.15.3", | ||
"@typescript-eslint/eslint-plugin": "5.55.0", | ||
"@typescript-eslint/parser": "5.55.0", | ||
"eslint": "8.36.0", | ||
"eslint-config-airbnb": "19.0.4", | ||
@@ -51,3 +51,3 @@ "eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"jest": "29.4.3", | ||
"jest": "29.5.0", | ||
"ts-jest": "29.0.5", | ||
@@ -54,0 +54,0 @@ "typescript": "4.9.5" |
@@ -6,3 +6,4 @@ # API Games Logger | ||
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/992b895cb15b4b22848fd507446e9fe0)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=apigames-core/logger&utm_campaign=Badge_Coverage) | ||
![](https://img.shields.io/badge/license-UNLICENSED-blue) | ||
![](https://img.shields.io/npm/v/@apigames/logger) | ||
![](https://img.shields.io/badge/license-MIT-blue) | ||
@@ -28,2 +29,2 @@ This package includes the base logger interface and a console logging implementation of that interface for the API Games Platform. | ||
Copyright (c) 2023 Cloudize Limited. All rights reserved. | ||
This project is licensed under the MIT License |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
11355
0
0
100
29