@objectstack/service-realtime 11.10.0 → 12.1.0
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 +4 -4
package/README.md
CHANGED
|
@@ -435,4 +435,4 @@ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
|
|
|
435
435
|
- [WebSocket API Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)
|
|
436
436
|
- [@objectstack/client](../../client/)
|
|
437
437
|
- [@objectstack/client-react](../../client-react/)
|
|
438
|
-
- [Realtime Features Guide](/content/docs/
|
|
438
|
+
- [Realtime Features Guide](/content/docs/protocol/objectos/realtime-protocol.mdx)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-realtime",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Realtime Service for ObjectStack — implements IRealtimeService with WebSocket and in-memory pub/sub",
|
|
6
6
|
"type": "module",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "
|
|
18
|
-
"@objectstack/platform-objects": "
|
|
19
|
-
"@objectstack/spec": "
|
|
17
|
+
"@objectstack/core": "12.1.0",
|
|
18
|
+
"@objectstack/platform-objects": "12.1.0",
|
|
19
|
+
"@objectstack/spec": "12.1.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^26.0.1",
|