@fireproof/core 0.14.5 → 0.14.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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(/^([^.]*\.[^.]*)/);