@fireproof/core 0.14.8 → 0.14.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -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) {