@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.
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",