@blocksuite/sync
Advanced tools
Comparing version 0.0.0-canary-20241210001545 to 0.0.0-canary-20241211001530
# @blocksuite/sync | ||
## 0.0.0-canary-20241210001545 | ||
## 0.0.0-canary-20241211001530 | ||
@@ -9,3 +9,3 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20241210001545 | ||
- @blocksuite/global@0.0.0-canary-20241211001530 | ||
@@ -12,0 +12,0 @@ ## 0.18.5 |
@@ -6,8 +6,8 @@ import type { DocSource } from '../source.js'; | ||
channel: BroadcastChannel; | ||
docMap: Map<string, Uint8Array>; | ||
docMap: Map<string, Uint8Array<ArrayBufferLike>>; | ||
name: string; | ||
constructor(channelName?: string); | ||
pull(docId: string, state: Uint8Array): { | ||
data: Uint8Array; | ||
state: Uint8Array; | ||
data: Uint8Array<ArrayBufferLike>; | ||
state: Uint8Array<ArrayBufferLike>; | ||
} | null; | ||
@@ -14,0 +14,0 @@ push(docId: string, data: Uint8Array): void; |
{ | ||
"name": "@blocksuite/sync", | ||
"version": "0.0.0-canary-20241210001545", | ||
"version": "0.0.0-canary-20241211001530", | ||
"description": "BlockSuite data synchronization engine abstraction and implementation.", | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20241210001545", | ||
"@blocksuite/global": "0.0.0-canary-20241211001530", | ||
"idb": "^8.0.0", | ||
@@ -24,0 +24,0 @@ "idb-keyval": "^6.2.1", |
Sorry, the diff of this file is not supported yet
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
229225
+ Added@blocksuite/global@0.0.0-canary-20241211001530(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241210001545(transitive)