@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.
@@ -20987,7 +20987,7 @@ var import_os = require("os");
20987
20987
  var import_promises = require("fs/promises");
20988
20988
 
20989
20989
  // src/version.ts
20990
- var PACKAGE_VERSION = "0.14.8";
20990
+ var PACKAGE_VERSION = "0.14.9";
20991
20991
 
20992
20992
  // src/store.ts
20993
20993
  var match = PACKAGE_VERSION.match(/^([^.]*\.[^.]*)/);
@@ -30848,6 +30848,9 @@ var Database = class {
30848
30848
  }));
30849
30849
  return { rows, clock: head };
30850
30850
  }
30851
+ async allDocuments() {
30852
+ return this.allDocs();
30853
+ }
30851
30854
  subscribe(listener, updates) {
30852
30855
  if (updates) {
30853
30856
  if (!this._listening) {