@liveblocks/yjs
Advanced tools
Comparing version 1.1.0-yjs5 to 1.1.1-yjs1
@@ -12,2 +12,8 @@ import { Room, JsonObject, LsonObject, BaseUserMeta, Json } from '@liveblocks/client'; | ||
}; | ||
/** | ||
* This class will store YJS awareness in Liveblock's presence under the __yjs key | ||
* IMPORTANT: The yjs awareness protocol uses ydoc.clientId to reference users | ||
* to their respective documents. To avoid mapping yjs clientIds to liveblock's connectionId, | ||
* we simply set the clientId of the doc to the connectionId. Then no further mapping is required | ||
*/ | ||
declare class Awareness extends Observable<any> { | ||
@@ -14,0 +20,0 @@ private room; |
{ | ||
"name": "@liveblocks/yjs", | ||
"version": "1.1.0-yjs5", | ||
"version": "1.1.1-yjs1", | ||
"description": "An integration with . Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -29,4 +29,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/client": "1.1.0-yjs5", | ||
"@liveblocks/core": "1.1.0-yjs5", | ||
"@liveblocks/client": "1.1.1-yjs1", | ||
"@liveblocks/core": "1.1.1-yjs1", | ||
"js-base64": "^3.7.5" | ||
@@ -33,0 +33,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21594
577
+ Added@liveblocks/client@1.1.1-yjs1(transitive)
+ Added@liveblocks/core@1.1.1-yjs1(transitive)
- Removed@liveblocks/client@1.1.0-yjs5(transitive)
- Removed@liveblocks/core@1.1.0-yjs5(transitive)
Updated@liveblocks/core@1.1.1-yjs1