nest-pret-schematics
Advanced tools
Comparing version 0.10.4 to 0.10.5
@@ -6,16 +6,4 @@ { | ||
"compilerOptions": { | ||
"deleteOutDir": true, | ||
"webpack": true | ||
}, | ||
"projects": { | ||
"schematics": { | ||
"type": "library", | ||
"root": "libs/schematics", | ||
"entryFile": "index", | ||
"sourceRoot": "libs/schematics/src", | ||
"compilerOptions": { | ||
"tsConfigPath": "libs/schematics/tsconfig.lib.json" | ||
} | ||
} | ||
"deleteOutDir": true | ||
} | ||
} | ||
} |
@@ -90,3 +90,3 @@ { | ||
"mongodb-memory-server": "^9.1.1", | ||
"nest-pret-schematics": "^0.10.3", | ||
"nest-pret-schematics": "^0.10.4", | ||
"nestjs-spelunker": "^1.3.0", | ||
@@ -93,0 +93,0 @@ "pactum": "^3.5.1", |
{ | ||
"extends": "./tsconfig.json", | ||
"exclude": ["node_modules", "test", "dist", "scripts", "cli", "**/*spec.ts"] | ||
"exclude": ["node_modules", "test", "scripts", "cli", "dist", "bin", "schematics", "**/*spec.ts"] | ||
} |
{ | ||
"name": "nest-pret-schematics", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"description": "Schematics for scaffolding a Nest Pret App.", | ||
@@ -5,0 +5,0 @@ "author": "Ricardo Simioni", |
Sorry, the diff of this file is too big to display
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
582747
14201