Skip to content

Commit

Permalink
upgraded driver
Browse files Browse the repository at this point in the history
  • Loading branch information
anaskhan96 committed Nov 30, 2023
1 parent 29f724d commit 6ad03d8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 48 deletions.
20 changes: 5 additions & 15 deletions dist/Mongo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@quizizz/mongo",
"version": "0.1.1",
"version": "0.2.2",
"description": "A simple wrapper around mongo native nodejs",
"main": "dist/Mongo.js",
"types": "dist/Mongo.d.ts",
"files": [
"/dist"
],
"scripts": {
"compile": "npx tsc",
"compile-ts": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -22,9 +22,10 @@
],
"license": "ISC",
"dependencies": {
"mongodb": "^3.6.9"
"mongodb": "6.3.0"
},
"devDependencies": {
"@types/mongodb": "^3.6.17"
"@types/node": "^20.10.1",
"typescript": "^5.3.2"
}
}
}
Loading

0 comments on commit 6ad03d8

Please # to comment.