From e4672e9051a7186657e31563bb46e586c741a0c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 17:39:55 +0000 Subject: [PATCH 1/2] build(deps-dev): bump @shelf/jest-mongodb from 3.0.2 to 4.0.0 Bumps [@shelf/jest-mongodb](https://github.com/shelfio/jest-mongodb) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/shelfio/jest-mongodb/releases) - [Commits](https://github.com/shelfio/jest-mongodb/compare/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: "@shelf/jest-mongodb" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20474ff..b3fa0bb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Timeraa", "license": "MPL-2.0", "devDependencies": { - "@shelf/jest-mongodb": "^3.0.2", + "@shelf/jest-mongodb": "^4.0.0", "@types/jest": "^28.1.4", "jest": "^28.1.2", "source-map-support": "^0.5.21", From b581d1ad205f88ed30370897b4a8e69a74e8d9ea Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Sun, 24 Jul 2022 18:02:06 +0200 Subject: [PATCH 2/2] fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8512321..8fffbcd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ MongoDB with automatic Caching functionality using Keyv. -## Instalation +## Installation ```bash # npm @@ -11,7 +11,7 @@ npm install mongodb-caching # yarn yarn add mongodb-caching -#pnpm +# pnpm pnpm i mongodb-caching ```