ts-patch-mongoose 2.0.2 → 2.0.4
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.
- package/README.md +1 -0
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -203,3 +203,4 @@ patchEventEmitter.on(BOOK_DELETED, ({ oldDoc }) => {
|
|
|
203
203
|
## Check my other projects
|
|
204
204
|
|
|
205
205
|
- [ts-migrate-mongoose](https://github.com/ilovepixelart/ts-migrate-mongoose) - Migration framework for mongoose
|
|
206
|
+
- [ts-cache-mongoose](https://github.com/ilovepixelart/ts-cache-mongoose) - Cache plugin for mongoose Queries and Aggregate (in-memory, redis)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-patch-mongoose",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Patch history & events for mongoose models",
|
|
5
5
|
"author": "Alex Eagle",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"examples": "examples"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
|
+
"backend",
|
|
19
20
|
"mongoose",
|
|
20
21
|
"plugin",
|
|
21
22
|
"mongo",
|
|
@@ -79,21 +80,21 @@
|
|
|
79
80
|
"lodash": "4.17.21",
|
|
80
81
|
"omit-deep": "0.3.0",
|
|
81
82
|
"power-assign": "0.2.10",
|
|
82
|
-
"semver": "7.5.
|
|
83
|
+
"semver": "7.5.1"
|
|
83
84
|
},
|
|
84
85
|
"devDependencies": {
|
|
85
86
|
"@shelf/jest-mongodb": "4.1.7",
|
|
86
87
|
"@swc/cli": "0.1.62",
|
|
87
|
-
"@swc/core": "1.3.
|
|
88
|
+
"@swc/core": "1.3.58",
|
|
88
89
|
"@swc/helpers": "0.5.1",
|
|
89
90
|
"@swc/jest": "0.2.26",
|
|
90
91
|
"@swc/register": "0.1.10",
|
|
91
92
|
"@types/jest": "29.5.1",
|
|
92
93
|
"@types/lodash": "4.14.194",
|
|
93
|
-
"@types/node": "
|
|
94
|
-
"@typescript-eslint/eslint-plugin": "5.59.
|
|
95
|
-
"@typescript-eslint/parser": "5.59.
|
|
96
|
-
"eslint": "8.
|
|
94
|
+
"@types/node": "20.1.7",
|
|
95
|
+
"@typescript-eslint/eslint-plugin": "5.59.6",
|
|
96
|
+
"@typescript-eslint/parser": "5.59.6",
|
|
97
|
+
"eslint": "8.40.0",
|
|
97
98
|
"eslint-config-standard": "17.0.0",
|
|
98
99
|
"eslint-plugin-import": "2.27.5",
|
|
99
100
|
"eslint-plugin-jest": "27.2.1",
|