Skip to content

Commit

Permalink
Changelog 9.1.0 :
Browse files Browse the repository at this point in the history
- Add typescript support
  • Loading branch information
aalfiann committed Sep 22, 2022
1 parent be83fbc commit 07b3b75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recachegoose",
"version": "9.0.0",
"version": "9.1.0",
"description": "Mongoose caching that actually works.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -17,14 +17,14 @@
"mongoose": "^5.0.1 || ^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"coveralls": "^3.1.0",
"eslint": "^8.17.0",
"eslint": "^8.23.1",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^10.0.0",
"mocha-lcov-reporter": "^1.3.0",
"mongoose": "^5.11.9",
"mongoose": "^5.13.15",
"nyc": "^15.1.0",
"should": "^13.2.1"
},
Expand Down

0 comments on commit 07b3b75

Please sign in to comment.