@alcalzone/jsonl-db
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
export { JsonlDB } from "./lib/db"; | ||
export { JsonlDB, JsonlDBOptions } from "./lib/db"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@alcalzone/jsonl-db", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple JSONL-based key-value store", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -110,2 +110,5 @@ # jsonl-db | ||
### 1.0.1 (2020-04-29) | ||
Export `JsonlDBOptions` from the main entry point | ||
### 1.0.0 (2020-04-29) | ||
@@ -112,0 +115,0 @@ Added auto-compress functionality |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43428
144
0