Skip to content

Commit

Permalink
mongo - version bump to 3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed May 20, 2024
1 parent 51b1ff8 commit c50c654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keyv/mongo",
"version": "2.2.8",
"version": "3.0.0-rc.1",
"description": "MongoDB storage adapter for Keyv",
"main": "dist/cjs/index.js",
"type": "module",
Expand All @@ -13,7 +13,7 @@
}
},
"scripts": {
"build": "tsc --project tsconfig.csj.json && tsc --project tsconfig.esm.json",
"build": "rm -rf dist && tsc --project tsconfig.csj.json && tsc --project tsconfig.esm.json",
"prepare": "yarn build",
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest --run --sequence.setupFiles=list",
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"homepage": "https://github.com/jaredwray/keyv",
"dependencies": {
"mongodb": "^6.6.1"
"mongodb": "^6.6.2"
},
"devDependencies": {
"@keyv/test-suite": "*",
Expand Down

0 comments on commit c50c654

Please sign in to comment.