@nrwl/tao
Advanced tools
Comparing version 8.5.2-beta.2 to 8.5.2
{ | ||
"name": "@nrwl/tao", | ||
"version": "8.5.2-beta.2", | ||
"version": "8.5.2", | ||
"description": "CLI for generating code and running commands", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -194,3 +194,3 @@ "use strict"; | ||
// migrationsFile is an object | ||
if (migrationsFile.migrations) { | ||
if (migrationsFile && migrationsFile.migrations) { | ||
migrationsFile = migrationsFile.migrations; | ||
@@ -237,2 +237,4 @@ } | ||
return __awaiter(this, void 0, void 0, function* () { | ||
logger.info(`Fetching meta data about packages.`); | ||
logger.info(`It may take a few minutes.`); | ||
const migrator = new Migrator({ | ||
@@ -239,0 +241,0 @@ versions: versions(root), |
@@ -24,1 +24,5 @@ const Module = require('module'); | ||
catch (e) { } | ||
try { | ||
require('@angular-devkit/build-angular/src/utils/version').assertCompatibleAngularVersion = () => { }; | ||
} | ||
catch (e) { } |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
72880
1487
0