document-drive 1.0.0-alpha.7 → 1.0.0-alpha.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-drive",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-alpha.8",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "module": "./src/index.ts",
@@ -208,6 +208,7 @@ export class PullResponderTransmitter implements IPullResponderTransmitter {
208
208
 
209
209
  // if there are no new strands then do nothing
210
210
  if (!strands.length) {
211
+ onRevisions?.([]);
211
212
  return;
212
213
  }
213
214