@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.
@@ -11600,7 +11600,7 @@ replaceTraps((oldTraps) => ({
11600
11600
  }));
11601
11601
 
11602
11602
  // src/version.ts
11603
- var PACKAGE_VERSION = "0.13.7-dev";
11603
+ var PACKAGE_VERSION = "0.14.0";
11604
11604
 
11605
11605
  // src/store.ts
11606
11606
  var match = PACKAGE_VERSION.match(/^([^.]*\.[^.]*)/);