@fireproof/core 0.15.0-dev → 0.15.1

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