@fireproof/core 0.15.0-dev → 0.15.1

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.
@@ -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.15.0-dev";
11340
+ var PACKAGE_VERSION = "0.15.1";
11341
11341
 
11342
11342
  // src/store.ts
11343
11343
  var match = PACKAGE_VERSION.match(/^([^.]*\.[^.]*)/);