@alcalzone/jsonl-db
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -1,2 +0,2 @@ | ||
export { JsonlDB as DB } from "./lib/db"; | ||
export { JsonlDB } from "./lib/db"; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var db_1 = require("./lib/db"); | ||
exports.DB = db_1.JsonlDB; | ||
exports.JsonlDB = db_1.JsonlDB; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@alcalzone/jsonl-db", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Simple JSONL-based key-value store", | ||
@@ -36,3 +36,3 @@ "main": "./build/index.js", | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^1.2.0", | ||
"@alcalzone/release-script": "^1.3.1", | ||
"@babel/cli": "^7.8.4", | ||
@@ -39,0 +39,0 @@ "@babel/core": "^7.9.0", |
@@ -96,2 +96,5 @@ # jsonl-db | ||
### 0.5.1 (2020-04-28) | ||
Fix: The main export no longer exports `JsonlDB` as `DB`. | ||
### 0.5.0 (2020-04-27) | ||
@@ -98,0 +101,0 @@ Added an optional reviver function to transform non-primitive objects while loading the DB |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33736
124