@fireproof/core 0.13.7-dev → 0.14.0

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.
@@ -11618,7 +11618,7 @@ replaceTraps((oldTraps) => ({
11618
11618
  }));
11619
11619
 
11620
11620
  // src/version.ts
11621
- var PACKAGE_VERSION = "0.13.7-dev";
11621
+ var PACKAGE_VERSION = "0.14.0";
11622
11622
 
11623
11623
  // src/store.ts
11624
11624
  var match = PACKAGE_VERSION.match(/^([^.]*\.[^.]*)/);