@typeberry/jam 0.10.0-3e244fa → 0.10.0-5a5e4ab

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.
package/index.js CHANGED
@@ -180681,7 +180681,7 @@ const main_fuzz_logger = logger_Logger.new(import.meta.filename, "fuzztarget");
180681
180681
  const FUZZ_DB_SUBDIR = "typeberry-fuzz-db";
180682
180682
  const FUZZ_DB_FJALL = "fjall-hybrid";
180683
180683
  const FUZZ_DB_LMDB = "lmdb-hybrid";
180684
- const FUZZ_DB_OPTIONS = [FUZZ_DB_FJALL, FUZZ_DB_LMDB];
180684
+ const FUZZ_DB_OPTIONS = [FUZZ_DB_FJALL, FUZZ_DB_LMDB, "fjall", "lmdb"];
180685
180685
  /** Subdirectory (under the fuzzer's db dir) holding the reused fjall values keyspace. */
180686
180686
  const FUZZ_FJALL_VALUES_SUBDIR = "values-session";
180687
180687
  /**