@blocksuite/sync
Advanced tools
Comparing version 0.13.0-canary-202403101253-01364b4 to 0.13.0-canary-202403111953-6a3ce63
@@ -272,3 +272,3 @@ import { Slot } from '@blocksuite/global/utils'; | ||
// mark rootDoc as loaded | ||
doc.emit('sync', [true]); | ||
doc.emit('sync', [true, doc]); | ||
this.updateSyncStatus(); | ||
@@ -275,0 +275,0 @@ } |
{ | ||
"name": "@blocksuite/sync", | ||
"version": "0.13.0-canary-202403101253-01364b4", | ||
"version": "0.13.0-canary-202403111953-6a3ce63", | ||
"description": "BlockSuite data synchronization engine abstraction and implementation.", | ||
@@ -13,3 +13,3 @@ "type": "module", | ||
"idb": "^8.0.0", | ||
"@blocksuite/global": "0.13.0-canary-202403101253-01364b4" | ||
"@blocksuite/global": "0.13.0-canary-202403111953-6a3ce63" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": {}, |
@@ -313,3 +313,3 @@ import { type Logger, Slot } from '@blocksuite/global/utils'; | ||
// mark rootDoc as loaded | ||
doc.emit('sync', [true]); | ||
doc.emit('sync', [true, doc]); | ||
@@ -316,0 +316,0 @@ this.updateSyncStatus(); |
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
143758
+ Added@blocksuite/global@0.13.0-canary-202403111953-6a3ce63(transitive)
- Removed@blocksuite/global@0.13.0-canary-202403101253-01364b4(transitive)
Updated@blocksuite/global@0.13.0-canary-202403111953-6a3ce63