@fireproof/core 0.14.8 → 0.14.9

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.
@@ -11605,7 +11605,7 @@ You can use close({ resize: true }) to resize header`);
11605
11605
  }));
11606
11606
 
11607
11607
  // src/version.ts
11608
- var PACKAGE_VERSION = "0.14.8";
11608
+ var PACKAGE_VERSION = "0.14.9";
11609
11609
 
11610
11610
  // src/store.ts
11611
11611
  var match = PACKAGE_VERSION.match(/^([^.]*\.[^.]*)/);
@@ -21515,6 +21515,9 @@ You can use close({ resize: true }) to resize header`);
21515
21515
  }));
21516
21516
  return { rows, clock: head };
21517
21517
  }
21518
+ async allDocuments() {
21519
+ return this.allDocs();
21520
+ }
21518
21521
  subscribe(listener, updates) {
21519
21522
  if (updates) {
21520
21523
  if (!this._listening) {