@tsed/mongoose 8.3.0 → 8.3.2
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/package.json +14 -14
- package/readme.md +0 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@tsed/mongoose",
|
|
3
3
|
"description": "Mongoose package for Ts.ED framework",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "8.3.
|
|
5
|
+
"version": "8.3.2",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"tsed",
|
|
8
8
|
"mongoose",
|
|
@@ -34,27 +34,27 @@
|
|
|
34
34
|
"tslib": "2.7.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tsed/ajv": "8.3.
|
|
38
|
-
"@tsed/barrels": "8.3.
|
|
39
|
-
"@tsed/core": "8.3.
|
|
40
|
-
"@tsed/di": "8.3.
|
|
41
|
-
"@tsed/json-mapper": "8.3.
|
|
37
|
+
"@tsed/ajv": "8.3.2",
|
|
38
|
+
"@tsed/barrels": "8.3.2",
|
|
39
|
+
"@tsed/core": "8.3.2",
|
|
40
|
+
"@tsed/di": "8.3.2",
|
|
41
|
+
"@tsed/json-mapper": "8.3.2",
|
|
42
42
|
"@tsed/logger": "^7.0.1",
|
|
43
|
-
"@tsed/schema": "8.3.
|
|
44
|
-
"@tsed/testcontainers-mongo": "8.3.
|
|
45
|
-
"@tsed/typescript": "8.3.
|
|
43
|
+
"@tsed/schema": "8.3.2",
|
|
44
|
+
"@tsed/testcontainers-mongo": "8.3.2",
|
|
45
|
+
"@tsed/typescript": "8.3.2",
|
|
46
46
|
"eslint": "9.12.0",
|
|
47
47
|
"mongoose": "8.7.0",
|
|
48
48
|
"typescript": "5.4.5",
|
|
49
49
|
"vitest": "2.1.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@tsed/ajv": "8.3.
|
|
53
|
-
"@tsed/core": "8.3.
|
|
54
|
-
"@tsed/di": "8.3.
|
|
55
|
-
"@tsed/json-mapper": "8.3.
|
|
52
|
+
"@tsed/ajv": "8.3.2",
|
|
53
|
+
"@tsed/core": "8.3.2",
|
|
54
|
+
"@tsed/di": "8.3.2",
|
|
55
|
+
"@tsed/json-mapper": "8.3.2",
|
|
56
56
|
"@tsed/logger": ">=7.0.1",
|
|
57
|
-
"@tsed/schema": "8.3.
|
|
57
|
+
"@tsed/schema": "8.3.2",
|
|
58
58
|
"mongoose": ">=6.0.0"
|
|
59
59
|
},
|
|
60
60
|
"repository": "https://github.com/tsedio/tsed",
|
package/readme.md
CHANGED
|
@@ -345,8 +345,6 @@ For further information, please refer to the [mongoose documentation about discr
|
|
|
345
345
|
|
|
346
346
|
## Contributors
|
|
347
347
|
|
|
348
|
-
Please read [contributing guidelines here](https://tsed.dev/contributing.html)
|
|
349
|
-
|
|
350
348
|
<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
|
|
351
349
|
|
|
352
350
|
## Backers
|