@vori/nest-schematics
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -25,3 +25,3 @@ <% if (crud && type === 'rest') { %>import { Get, Post, Body, Patch, Param, Delete, Req } from '@nestjs/common'; | ||
@ApiOperation({ operationId: 'create<%= singular(classify(name)) %> %>' }) | ||
@ApiOperation({ operationId: 'create<%= singular(classify(name)) %>' }) | ||
@ApiCreatedResponse({ type: <%= singular(classify(name)) %>Dto }) | ||
@@ -28,0 +28,0 @@ @ApiBadRequestResponse() |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)", | ||
@@ -10,0 +10,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
204092