@koalarx/nest-cli 3.0.32 → 3.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koalarx/nest-cli",
3
- "version": "3.0.32",
3
+ "version": "3.0.34",
4
4
  "description": "CLI para criação de projetos utilizando Koala Nest",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -21,10 +21,6 @@ export class PersonRepository
21
21
  super({
22
22
  modelName: Person,
23
23
  context: prisma,
24
- include: {
25
- phones: true,
26
- address: true,
27
- },
28
24
  })
29
25
  }
30
26