@alcalzone/jsonl-db
Advanced tools
Comparing version 1.2.0 to 1.2.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var db_1 = require("./lib/db"); | ||
exports.JsonlDB = db_1.JsonlDB; | ||
Object.defineProperty(exports, "JsonlDB", { enumerable: true, get: function () { return db_1.JsonlDB; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -10,2 +10,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.JsonlDB = void 0; | ||
const deferred_promise_1 = require("alcalzone-shared/deferred-promise"); | ||
@@ -12,0 +13,0 @@ const objects_1 = require("alcalzone-shared/objects"); |
{ | ||
"name": "@alcalzone/jsonl-db", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Simple JSONL-based key-value store", | ||
@@ -36,30 +36,30 @@ "main": "./build/index.js", | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^1.3.1", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", | ||
"@babel/plugin-proposal-numeric-separator": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.5", | ||
"@babel/plugin-proposal-optional-chaining": "^7.9.0", | ||
"@babel/preset-env": "^7.9.6", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@alcalzone/release-script": "^1.6.0", | ||
"@babel/cli": "^7.10.5", | ||
"@babel/core": "^7.11.1", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-decorators": "^7.10.5", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", | ||
"@babel/plugin-proposal-numeric-separator": "^7.10.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.11.0", | ||
"@babel/preset-env": "^7.11.0", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@commitlint/cli": "^10.0.0", | ||
"@commitlint/config-conventional": "^10.0.0", | ||
"@fimbul/mithotyn": "^0.21.0", | ||
"@fimbul/wotan": "^0.21.1", | ||
"@types/fs-extra": "^8.1.0", | ||
"@types/jest": "^25.2.1", | ||
"@types/fs-extra": "^9.0.1", | ||
"@types/jest": "^26.0.10", | ||
"@types/mock-fs": "^4.10.0", | ||
"@types/node": "^13.13.4", | ||
"@types/node": "^14.6.0", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"commitizen": "^4.0.4", | ||
"commitizen": "^4.1.2", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"husky": "^4.2.5", | ||
"jest": "^25.4.0", | ||
"jest": "^26.4.1", | ||
"jest-extended": "^0.11.5", | ||
@@ -69,8 +69,8 @@ "mock-fs": "^4.12.0", | ||
"source-map-support": "^0.5.19", | ||
"ts-node": "^8.9.0", | ||
"typescript": "^3.8.3" | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"alcalzone-shared": "^2.2.0", | ||
"fs-extra": "^9.0.0" | ||
"fs-extra": "^9.0.1" | ||
}, | ||
@@ -77,0 +77,0 @@ "scripts": { |
@@ -137,2 +137,5 @@ # jsonl-db | ||
### 1.2.1 (2020-08-20) | ||
Update dependencies | ||
### 1.2.0 (2020-05-25) | ||
@@ -139,0 +142,0 @@ Added an optional serializer function to transform non-primitive objects before writing to the DB file |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51932
598
186
Updatedfs-extra@^9.0.1