@nestjs/schematics 8.0.9 → 8.0.10
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/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/
|
|
2
|
+
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
|
|
@@ -20,7 +20,7 @@ The Nest CLI is a command-line interface tool that helps you to initialize, deve
|
|
|
20
20
|
|
|
21
21
|
## Installation
|
|
22
22
|
|
|
23
|
-
```
|
|
23
|
+
```bash
|
|
24
24
|
$ npm install -g @nestjs/schematics
|
|
25
25
|
```
|
|
26
26
|
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@nestjs/testing": "^8.0.0",
|
|
25
|
-
"@babel/core": "7.17.
|
|
25
|
+
"@babel/core": "7.17.9",
|
|
26
26
|
"@babel/node": "7.16.8",
|
|
27
|
-
"@babel/plugin-proposal-decorators": "7.17.
|
|
27
|
+
"@babel/plugin-proposal-decorators": "7.17.9",
|
|
28
28
|
"@babel/plugin-transform-runtime": "7.17.0",
|
|
29
29
|
"@babel/preset-env": "7.16.11",
|
|
30
30
|
"@babel/register": "7.17.7",
|
|
31
|
-
"@babel/runtime": "7.17.
|
|
31
|
+
"@babel/runtime": "7.17.9",
|
|
32
32
|
"jest": "27.5.1",
|
|
33
33
|
"nodemon": "2.0.15",
|
|
34
|
-
"prettier": "2.6.
|
|
34
|
+
"prettier": "2.6.2",
|
|
35
35
|
"supertest": "6.2.2"
|
|
36
36
|
},
|
|
37
37
|
"jest": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/
|
|
2
|
+
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjs/schematics",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.10",
|
|
4
4
|
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/nestjs/schematics#readme",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@angular-devkit/core": "13.3.
|
|
44
|
-
"@angular-devkit/schematics": "13.3.
|
|
43
|
+
"@angular-devkit/core": "13.3.2",
|
|
44
|
+
"@angular-devkit/schematics": "13.3.2",
|
|
45
45
|
"fs-extra": "10.0.1",
|
|
46
46
|
"jsonc-parser": "3.0.0",
|
|
47
47
|
"pluralize": "8.0.0"
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"@types/fs-extra": "9.0.13",
|
|
53
53
|
"@types/jest": "27.4.1",
|
|
54
54
|
"@types/node": "16.11.26",
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
56
|
-
"@typescript-eslint/parser": "5.
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "5.18.0",
|
|
56
|
+
"@typescript-eslint/parser": "5.18.0",
|
|
57
57
|
"cpx": "1.5.0",
|
|
58
58
|
"eslint": "8.12.0",
|
|
59
59
|
"eslint-config-prettier": "8.5.0",
|
|
60
|
-
"eslint-plugin-import": "2.
|
|
60
|
+
"eslint-plugin-import": "2.26.0",
|
|
61
61
|
"gulp": "4.0.2",
|
|
62
62
|
"gulp-clean": "0.4.0",
|
|
63
63
|
"husky": "7.0.4",
|