@nampham0494/nest-crud-generate
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,3 +7,4 @@ import { Injectable } from '@nestjs/common'; | ||
export class <%= classify(name) %>Service extends PrismaCrudService< | ||
Prisma.<%= classify(name) %>Delegate<any>, <%= classify(name) %> | ||
Prisma.<%= classify(name) %>Delegate<any>, | ||
<%= classify(name) %>, | ||
> {<% if (crud) { %> | ||
@@ -10,0 +11,0 @@ constructor() { |
{ | ||
"name": "@nampham0494/nest-crud-generate", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Nest", | ||
@@ -5,0 +5,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
191738
4623