@tsed/mongoose 8.0.2 → 8.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.
Files changed (2) hide show
  1. package/package.json +16 -16
  2. package/readme.md +6 -6
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.2",
5
+ "version": "8.0.4",
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.2",
38
- "@tsed/barrels": "8.0.2",
39
- "@tsed/core": "8.0.2",
40
- "@tsed/di": "8.0.2",
41
- "@tsed/json-mapper": "8.0.2",
42
- "@tsed/logger": "^6.7.8",
43
- "@tsed/schema": "8.0.2",
44
- "@tsed/testcontainers-mongo": "8.0.2",
45
- "@tsed/typescript": "8.0.2",
37
+ "@tsed/ajv": "8.0.4",
38
+ "@tsed/barrels": "8.0.4",
39
+ "@tsed/core": "8.0.4",
40
+ "@tsed/di": "8.0.4",
41
+ "@tsed/json-mapper": "8.0.4",
42
+ "@tsed/logger": "^7.0.1",
43
+ "@tsed/schema": "8.0.4",
44
+ "@tsed/testcontainers-mongo": "8.0.4",
45
+ "@tsed/typescript": "8.0.4",
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.2",
53
- "@tsed/core": "8.0.2",
54
- "@tsed/di": "8.0.2",
55
- "@tsed/json-mapper": "8.0.2",
56
- "@tsed/logger": ">=6.7.5",
57
- "@tsed/schema": "8.0.2",
52
+ "@tsed/ajv": "8.0.4",
53
+ "@tsed/core": "8.0.4",
54
+ "@tsed/di": "8.0.4",
55
+ "@tsed/json-mapper": "8.0.4",
56
+ "@tsed/logger": ">=7.0.1",
57
+ "@tsed/schema": "8.0.4",
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.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
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,18 +16,18 @@
16
16
  </div>
17
17
 
18
18
  <div align="center">
19
- <a href="https://tsed.io/">Website</a>
19
+ <a href="https://tsed.dev/">Website</a>
20
20
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
21
- <a href="https://tsed.io/getting-started/">Getting started</a>
21
+ <a href="https://tsed.dev/getting-started/">Getting started</a>
22
22
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
23
- <a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
23
+ <a href="https://slack.tsed.io">Slack</a>
24
24
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
25
25
  <a href="https://twitter.com/TsED_io">Twitter</a>
26
26
  </div>
27
27
 
28
28
  <hr />
29
29
 
30
- A package of Ts.ED framework. See website: https://tsed.io/tutorials/mongoose.html
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.io/contributing.html)
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