@anhocva214/logzen 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # LogZen
2
2
 
3
- **LogZen** một middleware logging nhẹ cho các ứng dụng Node.js/Express, được viết bằng TypeScript. Module này ghi lại chi tiết các request response theo định dạng JSON, giúp bạn dễ dàng tích hợp theo dõi hoạt động của hệ thống.
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
- ## Cài đặt
5
+ ## Installation
6
6
 
7
7
  ```bash
8
- npm install @anho/logzen
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.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",