@nestjs/schematics 10.2.0 → 10.2.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.
|
@@ -58,6 +58,19 @@ $ <%= packageManager %> run test:e2e
|
|
|
58
58
|
$ <%= packageManager %> run test:cov
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
+
## Deployment
|
|
62
|
+
|
|
63
|
+
When you're ready to deploy your NestJS application to production, there are some key steps you can take to ensure it runs as efficiently as possible. Check out the [deployment documentation](https://docs.nestjs.com/deployment) for more information.
|
|
64
|
+
|
|
65
|
+
If you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com), our official platform for deploying NestJS applications on AWS. Mau makes deployment straightforward and fast, requiring just a few simple steps:
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
$ <%= packageManager %> install -g mau
|
|
69
|
+
$ mau deploy
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
With Mau, you can deploy your application in just a few clicks, allowing you to focus on building features rather than managing infrastructure.
|
|
73
|
+
|
|
61
74
|
## Resources
|
|
62
75
|
|
|
63
76
|
Check out a few resources that may come in handy when working with NestJS:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjs/schematics",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.1",
|
|
4
4
|
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@commitlint/cli": "19.5.0",
|
|
52
52
|
"@commitlint/config-angular": "19.5.0",
|
|
53
53
|
"@types/jest": "29.5.13",
|
|
54
|
-
"@types/node": "20.16.
|
|
54
|
+
"@types/node": "20.16.12",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "8.9.0",
|
|
56
56
|
"@typescript-eslint/parser": "8.9.0",
|
|
57
57
|
"cpx2": "8.0.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"husky": "9.1.6",
|
|
64
64
|
"jest": "29.7.0",
|
|
65
65
|
"nyc": "17.1.0",
|
|
66
|
-
"release-it": "17.
|
|
66
|
+
"release-it": "17.8.2",
|
|
67
67
|
"ts-jest": "29.2.5",
|
|
68
68
|
"ts-node": "10.9.2",
|
|
69
69
|
"typescript": "5.6.3"
|