@apigames/mock-logger
Advanced tools
Comparing version 22.1.0-dev.4 to 22.1.0-dev.5
@@ -6,3 +6,3 @@ { | ||
"license": "UNLICENSED", | ||
"version": "22.1.0-dev.4", | ||
"version": "22.1.0-dev.5", | ||
"main": "lib/index.js", | ||
@@ -27,3 +27,3 @@ "types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@apigames/logger": "22.1.0-dev.4" | ||
"@apigames/logger": "22.1.0-dev.5" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -1,11 +0,15 @@ | ||
API Games Mock Logger | ||
===================== | ||
# API Games Mock Logger | ||
![](https://img.shields.io/badge/build-passing-brightgreen) | ||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b8b9301bbef24947842d0c89576a03f1)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=apigames-private/mock-logger&utm_campaign=Badge_Grade) | ||
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/b8b9301bbef24947842d0c89576a03f1)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=apigames-private/mock-logger&utm_campaign=Badge_Coverage) | ||
![](https://img.shields.io/badge/license-UNLICENSED-blue) | ||
This package includes the mock logger implementation of the ILogger interface for the API Games Platform. | ||
### List of features | ||
## List of features | ||
* Provides a mock logger implementation of the ILogger interface | ||
### Download & Installation | ||
## Download & Installation | ||
@@ -16,8 +20,8 @@ ```shell | ||
### Authors or Acknowledgments | ||
## Authors or Acknowledgments | ||
* API Games Limited | ||
### License | ||
## License | ||
Copyright (c) 2021 API Games Limited. All rights reserved. | ||
Copyright (c) 2022 API Games Limited. All rights reserved. |
5975
10
27
+ Added@apigames/json@22.1.0-dev.6(transitive)
+ Added@apigames/logger@22.1.0-dev.5(transitive)
- Removed@apigames/json@22.1.0-dev.5(transitive)
- Removed@apigames/logger@22.1.0-dev.4(transitive)