@nrwl/devkit
Advanced tools
Comparing version 0.0.0-pr-27085-57245c5 to 0.0.0-pr-27404-ad15a9c
{ | ||
"name": "@nrwl/devkit", | ||
"version": "0.0.0-pr-27085-57245c5", | ||
"version": "0.0.0-pr-27404-ad15a9c", | ||
"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. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.", | ||
"dependencies": { | ||
"@nx/devkit": "0.0.0-pr-27085-57245c5" | ||
"@nx/devkit": "0.0.0-pr-27404-ad15a9c" | ||
}, | ||
@@ -40,3 +40,4 @@ "publishConfig": { | ||
}, | ||
"type": "commonjs" | ||
"type": "commonjs", | ||
"types": "./index.d.ts" | ||
} |
@@ -18,2 +18,2 @@ ## @nrwl/devkit has been renamed to @nx/devkit! | ||
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI. | ||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution. |
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
3444
+ Added@nx/devkit@0.0.0-pr-27404-ad15a9c(transitive)
- Removed@nx/devkit@0.0.0-pr-27085-57245c5(transitive)