smart-stick-loadbalancer 1.1.1 → 1.1.2

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -71,11 +71,11 @@ directly inside your Node.js application with a simple JSON configuration.
71
71
  ## Architecture
72
72
 
73
73
  ```text
74
- Client Requests
75
-
76
-
77
- Smart Stick Load Balancer
78
-
74
+ Client Requests
75
+
76
+
77
+ Smart Stick Load Balancer
78
+
79
79
  ┌─────────────┼─────────────┐
80
80
  │ │ │
81
81
  ▼ ▼ ▼
@@ -560,4 +560,4 @@ When `email` is present in the config, an alert is sent to each backend's `owner
560
560
 
561
561
  ## License
562
562
 
563
- MIT
563
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-stick-loadbalancer",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A lightweight sticky-session load balancer for Node.js with health checks and optional email alerts.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {