@zero-server/realtime 0.9.3 → 0.9.5
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Real-time primitives: RFC 6455 WebSocket connection wrapper, a `WebSocketPool` f
|
|
|
10
10
|
npm install @zero-server/realtime
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Or
|
|
13
|
+
Or grab everything via the optional aggregate:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
npm install @zero-server/sdk
|
|
@@ -24,7 +24,7 @@ const { WebSocketConnection, handleUpgrade, WebSocketPool } = require('@zero-ser
|
|
|
24
24
|
|
|
25
25
|
## Public surface
|
|
26
26
|
|
|
27
|
-
This package
|
|
27
|
+
This package provides **4** public exports as a standalone runtime bundle. See the [scope page](https://github.com/tonywied17/zero-server/blob/main/docs/scopes/realtime.md#public-surface) for the full list.
|
|
28
28
|
|
|
29
29
|
## Documentation
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zero-server/realtime",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
4
4
|
"description": "WebSocket connection + room manager and SSE stream controller.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"zero-server",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"sideEffects": false,
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@zero-server/sdk": ">=0.9.
|
|
48
|
+
"@zero-server/sdk": ">=0.9.5"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
51
51
|
"@zero-server/sdk": {
|