Skip to content

Commit c333b8d

Browse files
author
khanh2906
committed
update version 1.0.5
1 parent ae5b790 commit c333b8d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can customize the following options in the configuration object:
5959
- **log**: <boolean> Log when run
6060

6161
## Author
62-
* [Kent Phungg](https://github.com/khapu2906)
62+
* [Kent Phung](https://github.com/khapu2906)
6363

6464
## Owner
6565
* [Knfs.,jsc](https://github.com/knfs-library)

lib/cjs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @author Kent Phung
55
* @email daikhanh9260@gmail.com
6-
* @version 1.0.3
6+
* @version 1.0.5
77
* @license MIT
88
* @link https://github.com/knfs-library/alb
99
*/

lib/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Kent Phung
33
* @email daikhanh9260@gmail.com
4-
* @version 1.0.3
4+
* @version 1.0.5
55
* @license MIT
66
* @link https://github.com/knfs-library/alb
77
*/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@knfs-tech/alb",
3-
"version": "1.0.3",
4-
"description": "module",
3+
"version": "1.0.5",
4+
"description": "This package implements a simple application load balancer (ALB) using Node.js's `cluster` module. It helps distribute incoming requests across multiple worker processes while maintaining configurable settings for minimum, maximum, and idle time for workers. This is ideal for scaling applications on multi-core systems.",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",
77
"exports": {

0 commit comments

Comments
 (0)