@aztec/kv-store
Advanced tools
Comparing version 0.33.0 to 0.34.0
@@ -26,3 +26,3 @@ import { type RootDatabase } from 'lmdb'; | ||
*/ | ||
static open(path?: string, ephemeral?: boolean, log?: import("@aztec/foundation/log").DebugLogger): AztecLmdbStore; | ||
static open(path?: string, ephemeral?: boolean, log?: import("@aztec/foundation/log").Logger): AztecLmdbStore; | ||
/** | ||
@@ -29,0 +29,0 @@ * Creates a new AztecMap in the store. |
{ | ||
"name": "@aztec/kv-store", | ||
"version": "0.33.0", | ||
"version": "0.34.0", | ||
"type": "module", | ||
@@ -39,3 +39,3 @@ "exports": { | ||
"dependencies": { | ||
"@aztec/foundation": "0.33.0", | ||
"@aztec/foundation": "0.34.0", | ||
"lmdb": "^2.9.2" | ||
@@ -42,0 +42,0 @@ }, |
Sorry, the diff of this file is not supported yet
83558
+ Added@aztec/bb.js@0.34.0(transitive)
+ Added@aztec/foundation@0.34.0(transitive)
- Removed@aztec/bb.js@0.33.0(transitive)
- Removed@aztec/foundation@0.33.0(transitive)
Updated@aztec/foundation@0.34.0