@tsed/cli-plugin-mongoose 6.0.2 → 6.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 +4 -4
  2. package/readme.md +5 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsed/cli-plugin-mongoose",
3
3
  "description": "Ts.ED CLI plugin. Add Mongoose support",
4
- "version": "6.0.2",
4
+ "version": "6.0.4",
5
5
  "type": "module",
6
6
  "main": "./lib/esm/index.js",
7
7
  "source": "./src/index.ts",
@@ -26,9 +26,9 @@
26
26
  "tslib": "2.7.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@tsed/cli": "6.0.2",
30
- "@tsed/cli-core": "6.0.2",
31
- "@tsed/typescript": "6.0.2",
29
+ "@tsed/cli": "6.0.4",
30
+ "@tsed/cli-core": "6.0.4",
31
+ "@tsed/typescript": "6.0.4",
32
32
  "cross-env": "7.0.3",
33
33
  "typescript": "5.6.2",
34
34
  "vitest": "2.1.1"
package/readme.md CHANGED
@@ -1,17 +1,16 @@
1
- # @tsed/cli-plugin-mongoose
1
+ # @tsed/cli-plugin-mongoose
2
2
 
3
3
  <p style="text-align: center" align="center">
4
- <a href="https://tsed.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
4
+ <a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
5
5
  </p>
6
6
 
7
7
  [![Build & Release](https://github.com/tsedio/tsed-cli/workflows/Build%20&%20Release/badge.svg?branch=master)](https://github.com/tsedio/tsed-cli/actions?query=workflow%3A%22Build+%26+Release%22)
8
8
 
9
-
10
9
  > Ts.ED CLI plugin. Add Mongoose support
11
10
 
12
11
  ## Features
13
12
 
14
- Please refer to the [documentation](https://cli.tsed.io/) for more details.
13
+ Please refer to the [documentation](https://cli.tsed.dev/) for more details.
15
14
 
16
15
  ## Installation
17
16
 
@@ -20,10 +19,10 @@ npm install -g @tsed/cli-plugin-mongoose
20
19
  ```
21
20
 
22
21
  ## Contributors
23
- Please read [contributing guidelines here](https://tsed.io/CONTRIBUTING.html)
24
22
 
25
- <a href="https://github.com/tsedio/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
23
+ Please read [contributing guidelines here](https://tsed.dev/CONTRIBUTING.html)
26
24
 
25
+ <a href="https://github.com/tsedio/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
27
26
 
28
27
  ## Backers
29
28