@apigames/logger
Advanced tools
Comparing version 22.2.4 to 23.1.0
@@ -7,5 +7,5 @@ export declare enum LoggerMessageType { | ||
} | ||
export declare type LoggerPayload = any; | ||
export type LoggerPayload = any; | ||
export interface ILogger { | ||
Write(type: LoggerMessageType, message: string, payload?: LoggerPayload, date?: Date): Promise<void>; | ||
} |
@@ -16,3 +16,3 @@ { | ||
"license": "UNLICENSED", | ||
"version": "22.2.4", | ||
"version": "23.1.0", | ||
"main": "lib/index.js", | ||
@@ -37,18 +37,18 @@ "types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@apigames/json": "22.2.4" | ||
"@apigames/json": "23.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "28.1.8", | ||
"@types/node": "16.18.3", | ||
"@typescript-eslint/eslint-plugin": "5.42.0", | ||
"@typescript-eslint/parser": "5.42.0", | ||
"eslint": "8.26.0", | ||
"@types/node": "16.18.8", | ||
"@typescript-eslint/eslint-plugin": "5.46.0", | ||
"@typescript-eslint/parser": "5.46.0", | ||
"eslint": "8.29.0", | ||
"eslint-config-airbnb": "19.0.4", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jsx-a11y": "6.6.1", | ||
"eslint-plugin-react": "7.31.10", | ||
"eslint-plugin-react": "7.31.11", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"jest": "28.1.3", | ||
"ts-jest": "28.0.8", | ||
"typescript": "4.8.4" | ||
"typescript": "4.9.4" | ||
}, | ||
@@ -55,0 +55,0 @@ "eslintConfig": {}, |
@@ -27,2 +27,2 @@ # API Games Logger | ||
Copyright (c) 2022 Cloudize Limited. All rights reserved. | ||
Copyright (c) 2023 Cloudize Limited. All rights reserved. |
Sorry, the diff of this file is not supported yet
10346
+ Added@apigames/json@23.1.0(transitive)
+ Addeddeep-equal@2.1.0(transitive)
- Removed@apigames/json@22.2.4(transitive)
- Removeddeep-equal@2.0.5(transitive)
Updated@apigames/json@23.1.0