@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.
@@ -11337,7 +11337,7 @@ var parse2 = (data) => decode16(utf8Encoder.encode(data));
11337
11337
  var utf8Encoder = new TextEncoder();
11338
11338
 
11339
11339
  // src/version.ts
11340
- var PACKAGE_VERSION = "0.14.8";
11340
+ var PACKAGE_VERSION = "0.14.9";
11341
11341
 
11342
11342
  // src/store.ts
11343
11343
  var match = PACKAGE_VERSION.match(/^([^.]*\.[^.]*)/);
@@ -21208,6 +21208,9 @@ var Database = class {
21208
21208
  }));
21209
21209
  return { rows, clock: head };
21210
21210
  }
21211
+ async allDocuments() {
21212
+ return this.allDocs();
21213
+ }
21211
21214
  subscribe(listener, updates) {
21212
21215
  if (updates) {
21213
21216
  if (!this._listening) {