@tsed/mongoose 8.0.2 → 8.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.
- package/package.json +14 -14
- package/readme.md +5 -5
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.0.
|
|
5
|
+
"version": "8.0.3",
|
|
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.0.
|
|
38
|
-
"@tsed/barrels": "8.0.
|
|
39
|
-
"@tsed/core": "8.0.
|
|
40
|
-
"@tsed/di": "8.0.
|
|
41
|
-
"@tsed/json-mapper": "8.0.
|
|
37
|
+
"@tsed/ajv": "8.0.3",
|
|
38
|
+
"@tsed/barrels": "8.0.3",
|
|
39
|
+
"@tsed/core": "8.0.3",
|
|
40
|
+
"@tsed/di": "8.0.3",
|
|
41
|
+
"@tsed/json-mapper": "8.0.3",
|
|
42
42
|
"@tsed/logger": "^6.7.8",
|
|
43
|
-
"@tsed/schema": "8.0.
|
|
44
|
-
"@tsed/testcontainers-mongo": "8.0.
|
|
45
|
-
"@tsed/typescript": "8.0.
|
|
43
|
+
"@tsed/schema": "8.0.3",
|
|
44
|
+
"@tsed/testcontainers-mongo": "8.0.3",
|
|
45
|
+
"@tsed/typescript": "8.0.3",
|
|
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.0.
|
|
53
|
-
"@tsed/core": "8.0.
|
|
54
|
-
"@tsed/di": "8.0.
|
|
55
|
-
"@tsed/json-mapper": "8.0.
|
|
52
|
+
"@tsed/ajv": "8.0.3",
|
|
53
|
+
"@tsed/core": "8.0.3",
|
|
54
|
+
"@tsed/di": "8.0.3",
|
|
55
|
+
"@tsed/json-mapper": "8.0.3",
|
|
56
56
|
"@tsed/logger": ">=6.7.5",
|
|
57
|
-
"@tsed/schema": "8.0.
|
|
57
|
+
"@tsed/schema": "8.0.3",
|
|
58
58
|
"mongoose": ">=6.0.0"
|
|
59
59
|
},
|
|
60
60
|
"repository": "https://github.com/tsedio/tsed",
|
package/readme.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p style="text-align: center" align="center">
|
|
2
|
-
<a href="https://tsed.
|
|
2
|
+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
<div align="center">
|
|
19
|
-
<a href="https://tsed.
|
|
19
|
+
<a href="https://tsed.dev/">Website</a>
|
|
20
20
|
<span> • </span>
|
|
21
|
-
<a href="https://tsed.
|
|
21
|
+
<a href="https://tsed.dev/getting-started/">Getting started</a>
|
|
22
22
|
<span> • </span>
|
|
23
23
|
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
|
|
24
24
|
<span> • </span>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<hr />
|
|
29
29
|
|
|
30
|
-
A package of Ts.ED framework. See website: https://tsed.
|
|
30
|
+
A package of Ts.ED framework. See website: https://tsed.dev/tutorials/mongoose.html
|
|
31
31
|
|
|
32
32
|
## Features
|
|
33
33
|
|
|
@@ -345,7 +345,7 @@ 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.
|
|
348
|
+
Please read [contributing guidelines here](https://tsed.dev/contributing.html)
|
|
349
349
|
|
|
350
350
|
<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
|
|
351
351
|
|