@fireproof/core 0.14.5 → 0.14.7

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.
@@ -11341,7 +11341,7 @@ var parse2 = (data) => decode16(utf8Encoder.encode(data));
11341
11341
  var utf8Encoder = new TextEncoder();
11342
11342
 
11343
11343
  // src/version.ts
11344
- var PACKAGE_VERSION = "0.14.5";
11344
+ var PACKAGE_VERSION = "0.14.7";
11345
11345
 
11346
11346
  // src/store.ts
11347
11347
  var match = PACKAGE_VERSION.match(/^([^.]*\.[^.]*)/);