@tsed/cli 3.20.5 → 3.20.6

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 -3
  2. package/readme.md +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/cli",
3
- "version": "3.20.5",
3
+ "version": "3.20.6",
4
4
  "main": "./lib/index.js",
5
5
  "typings": "./lib/index.d.ts",
6
6
  "bin": {
@@ -24,16 +24,17 @@
24
24
  "decorators"
25
25
  ],
26
26
  "dependencies": {
27
- "@tsed/cli-core": "3.20.5",
27
+ "@tsed/cli-core": "3.20.6",
28
28
  "@tsed/core": ">=6.95.1",
29
29
  "@tsed/di": ">=6.95.1",
30
30
  "@tsed/logger": ">=6.0.0",
31
+ "@tsed/schema": ">=6.95.1",
31
32
  "change-case": "4.1.2",
32
33
  "normalize-path": "3.0.0",
33
34
  "tslib": "2.3.1"
34
35
  },
35
36
  "devDependencies": {
36
- "@tsed/cli-testing": "3.20.5",
37
+ "@tsed/cli-testing": "3.20.6",
37
38
  "@types/change-case": "^2.3.1"
38
39
  },
39
40
  "scripts": {
package/readme.md CHANGED
@@ -17,6 +17,10 @@
17
17
 
18
18
  Please refer to the [documentation](https://cli.tsed.io/) for more details.
19
19
 
20
+ ## Requirement
21
+
22
+ The CLI needs at least Node.js v12 and NPM v7/8.
23
+
20
24
  ## Installation
21
25
 
22
26
  ```bash