@nx/devkit
Advanced tools
Comparing version 16.0.2 to 16.0.3
{ | ||
"name": "@nx/devkit", | ||
"version": "16.0.2", | ||
"version": "16.0.3", | ||
"private": false, | ||
@@ -31,3 +31,3 @@ "description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.", | ||
"dependencies": { | ||
"@nrwl/devkit": "16.0.2", | ||
"@nrwl/devkit": "16.0.3", | ||
"ejs": "^3.1.7", | ||
@@ -49,3 +49,3 @@ "ignore": "^5.0.4", | ||
"types": "./index.d.ts", | ||
"gitHead": "e48d7d1835c13b23df9515bea186722d47a15ba5" | ||
"gitHead": "66c54fbd122aacf94061c5b7007dc60b6c6f91f7" | ||
} |
@@ -5,3 +5,2 @@ "use strict"; | ||
const nx_1 = require("../../nx"); | ||
const package_json_1 = require("./package-json"); | ||
const visit_not_ignored_files_1 = require("../generators/visit-not-ignored-files"); | ||
@@ -32,3 +31,3 @@ const path_1 = require("path"); | ||
if (oldPackageName in deps) { | ||
deps[newPackageName] = package_json_1.NX_VERSION; | ||
deps[newPackageName] = deps[oldPackageName]; | ||
delete deps[oldPackageName]; | ||
@@ -35,0 +34,0 @@ } |
Sorry, the diff of this file is not supported yet
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
252477
4245
+ Added@nrwl/devkit@16.0.3(transitive)
- Removed@nrwl/devkit@16.0.2(transitive)
Updated@nrwl/devkit@16.0.3