@tsed/mongoose 8.2.0 → 8.3.1

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 +14 -14
  2. 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.2.0",
5
+ "version": "8.3.1",
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.2.0",
38
- "@tsed/barrels": "8.2.0",
39
- "@tsed/core": "8.2.0",
40
- "@tsed/di": "8.2.0",
41
- "@tsed/json-mapper": "8.2.0",
37
+ "@tsed/ajv": "8.3.1",
38
+ "@tsed/barrels": "8.3.1",
39
+ "@tsed/core": "8.3.1",
40
+ "@tsed/di": "8.3.1",
41
+ "@tsed/json-mapper": "8.3.1",
42
42
  "@tsed/logger": "^7.0.1",
43
- "@tsed/schema": "8.2.0",
44
- "@tsed/testcontainers-mongo": "8.2.0",
45
- "@tsed/typescript": "8.2.0",
43
+ "@tsed/schema": "8.3.1",
44
+ "@tsed/testcontainers-mongo": "8.3.1",
45
+ "@tsed/typescript": "8.3.1",
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.2.0",
53
- "@tsed/core": "8.2.0",
54
- "@tsed/di": "8.2.0",
55
- "@tsed/json-mapper": "8.2.0",
52
+ "@tsed/ajv": "8.3.1",
53
+ "@tsed/core": "8.3.1",
54
+ "@tsed/di": "8.3.1",
55
+ "@tsed/json-mapper": "8.3.1",
56
56
  "@tsed/logger": ">=7.0.1",
57
- "@tsed/schema": "8.2.0",
57
+ "@tsed/schema": "8.3.1",
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