react-ws-kit 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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ A production-quality, typed WebSocket hook for React with intelligent connection
|
|
|
10
10
|
- **Message Queuing**: Optional FIFO queue for offline message buffering
|
|
11
11
|
- **Auto-Reconnect**: Configurable linear backoff strategy
|
|
12
12
|
- **Kill Switch**: Programmatically close connections for all subscribers
|
|
13
|
-
- **Zero Dependencies**: Only peer dependency is React
|
|
13
|
+
- **Zero Dependencies**: Only peer dependency is React 16.8+ (hooks support)
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-ws-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Production-quality typed WebSocket hook for React with intelligent connection sharing, auto-reconnect, and message queuing",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|