@alcalzone/jsonl-db
Advanced tools
Comparing version 2.5.2 to 2.5.3
@@ -27,2 +27,3 @@ "use strict"; | ||
exports.JsonlDB = void 0; | ||
const lockfile = __importStar(require("@alcalzone/proper-lockfile")); | ||
const async_1 = require("alcalzone-shared/async"); | ||
@@ -33,3 +34,2 @@ const deferred_promise_1 = require("alcalzone-shared/deferred-promise"); | ||
const path = __importStar(require("path")); | ||
const lockfile = __importStar(require("proper-lockfile")); | ||
const readline = __importStar(require("readline")); | ||
@@ -36,0 +36,0 @@ var Operation; |
{ | ||
"name": "@alcalzone/jsonl-db", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Simple JSONL-based key-value store", | ||
@@ -38,32 +38,27 @@ "main": "./build/index.js", | ||
"@alcalzone/release-script-plugin-license": "~3.5.9", | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.10", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@commitlint/cli": "^16.2.3", | ||
"@commitlint/config-conventional": "^16.2.4", | ||
"@tsconfig/node12": "^1.0.9", | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@tsconfig/node12": "^1.0.11", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^27.4.1", | ||
"@types/mock-fs": "^4.13.1", | ||
"@types/node": "^12.20.39", | ||
"@types/proper-lockfile": "^4.1.2", | ||
"@typescript-eslint/eslint-plugin": "^5.17.0", | ||
"@typescript-eslint/parser": "^5.21.0", | ||
"commitizen": "^4.2.4", | ||
"eslint": "^8.12.0", | ||
"@typescript-eslint/eslint-plugin": "^5.36.1", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"commitizen": "^4.2.5", | ||
"eslint": "^8.23.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^7.0.4", | ||
"jest": "^28.0.3", | ||
"jest-extended": "^2.0.0", | ||
"prettier": "^2.6.2", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^8.0.1", | ||
"mock-fs": "^5.1.4", | ||
"prettier": "^2.7.1", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.4" | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.2", | ||
"vitest": "^0.22.1" | ||
}, | ||
"dependencies": { | ||
"alcalzone-shared": "^4.0.1", | ||
"fs-extra": "^10.1.0", | ||
"proper-lockfile": "^4.1.2" | ||
"@alcalzone/proper-lockfile": "^4.1.3-0", | ||
"alcalzone-shared": "^4.0.3", | ||
"fs-extra": "^10.1.0" | ||
}, | ||
@@ -76,9 +71,6 @@ "overrides": { | ||
"watch": "npm run build -- --watch", | ||
"test:reset": "jest --clear-cache", | ||
"test:ts": "jest", | ||
"test:ci": "npm run test:ts -- --runInBand", | ||
"test:ts": "vitest", | ||
"test:watch": "npm run test:ts -- --watch", | ||
"test": "npm run test:watch", | ||
"coverage": "npm run test:ts -- --collect-coverage", | ||
"coverage:ci": "npm run test:ci -- --collect-coverage", | ||
"coverage": "vitest run --coverage", | ||
"show-coverage": "npm run coverage && start ./coverage/index.html", | ||
@@ -85,0 +77,0 @@ "lint:ts": "eslint --ext .ts src", |
@@ -153,2 +153,5 @@ # jsonl-db | ||
--> | ||
### 2.5.3 (2022-09-06) | ||
* Consider lockfiles from the future to be stale (#371) | ||
### 2.5.2 (2022-05-02) | ||
@@ -155,0 +158,0 @@ * Dependency updates |
Sorry, the diff of this file is not supported yet
22
10501
256
1
74821
+ Added@alcalzone/proper-lockfile@4.1.3-0(transitive)
- Removedproper-lockfile@^4.1.2
- Removedproper-lockfile@4.1.2(transitive)
Updatedalcalzone-shared@^4.0.3