ts-cache-mongoose 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ts-cache-mongoose
2
2
 
3
- Patch history (audit log) & events plugin for mongoose
3
+ Cache queries in mongoose using memory or redis
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/ts-cache-mongoose)](https://www.npmjs.com/package/ts-cache-mongoose)
6
6
  [![npm](https://img.shields.io/npm/dt/ts-cache-mongoose)](https://www.npmjs.com/package/ts-cache-mongoose)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-cache-mongoose",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Cache plugin for mongoose",
5
5
  "author": "Alex Eagle",
6
6
  "license": "MIT",