@anhocva214/logzen 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
# LogZen
|
2
2
|
|
3
|
-
**LogZen**
|
3
|
+
**LogZen** is a lightweight logging middleware for Node.js/Express applications, written in TypeScript. This module logs detailed information about requests and responses in JSON format, making it easy for you to integrate and monitor your system's activities.
|
4
4
|
|
5
|
-
##
|
5
|
+
## Installation
|
6
6
|
|
7
7
|
```bash
|
8
|
-
npm install @
|
8
|
+
npm install @anhocva214/logzen
|
9
|
+
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@anhocva214/logzen",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "A lightweight logging middleware for Node.js/Express written in TypeScript that logs request and response details in JSON format.",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|