smart-stick-loadbalancer 1.1.0 → 1.1.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,7 +93,7 @@ The cookie stores the assigned backend's identifier and is automatically updated
93
93
  ---
94
94
 
95
95
  ## Installation
96
-
96
+
97
97
  ```bash
98
98
  npm install smart-stick-loadbalancer
99
99
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-stick-loadbalancer",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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": {