From f1424f54c4a0f8c3f7af4b980403e3c166cb6785 Mon Sep 17 00:00:00 2001 From: Alan Gutierrez Date: Fri, 8 Jan 2021 21:07:07 -0600 Subject: [PATCH] Release Strata version 2.0.0-alpha.77. * Use new `Deferrable.copacetic()`. * Upgrade `writeahead` to `0.0.9`. * Upgrade `turnstile` to `6.0.0-alpha.46`. * Upgrade `destructible` to `7.0.0-alpha.33`. * Upgrade `fracture` to `0.3.0-alpha.29`. * Update for new background write-ahead log. Closes #746. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 038a8e85..89f3d774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "b-tree", - "version": "2.0.0-alpha.76", + "version": "2.0.0-alpha.77", "description": "Async/Await I/O B-tree in pure JavaScript for Node.js.",