Skip to content

Commit

Permalink
Updates to NPM Config and Package Updates
Browse files Browse the repository at this point in the history
- mongodb updated to 6.6.1 version
- ts updated to 5.4.5
  • Loading branch information
loeiks committed May 15, 2024
1 parent 6b40f6b commit a3eac83
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
74 changes: 37 additions & 37 deletions app/package-lock.json

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

18 changes: 9 additions & 9 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"src",
"tsconfig.json"
],
"types": "./src/index.ts",
"types": "weivdata.d.ts",
"scripts": {
"build": "tsc & npx typedoc --favicon https://static.wixstatic.com/media/510eca_9c4238093ad44527867402ae5fc8d7dd~mv2.png --footerLastModified true"
},
Expand All @@ -32,19 +32,19 @@
"dependencies": {
"crypto-js": "^4.2.0",
"lodash": "^4.17.21",
"mongodb": "^6.3.0",
"mongodb": "^6.6.1",
"mongodb-schema": "^12.1.1",
"node-cache": "^5.1.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.0",
"@types/uuid": "^9.0.7",
"nodemon": "^3.0.2",
"typedoc": "^0.25.7",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.8",
"@types/uuid": "^9.0.8",
"nodemon": "^3.1.0",
"typedoc": "^0.25.13",
"typedoc-plugin-extras": "^3.0.0"
},
"publishConfig": {
Expand All @@ -63,7 +63,7 @@
"contributors": [
{
"name": "Enes Bekar",
"url": "https://github.com/l0eix"
"url": "https://github.com/loeiks"
}
],
"engines": {
Expand Down

0 comments on commit a3eac83

Please sign in to comment.