@angular-devkit/core 14.2.4 → 14.2.6

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": "@angular-devkit/core",
3
- "version": "14.2.4",
3
+ "version": "14.2.6",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -169,7 +169,7 @@ function parseProject(projectName, projectNode, context) {
169
169
  break;
170
170
  default:
171
171
  if (!context.unprefixedProjectExtensions.has(name) && !/^[a-z]{1,3}-.*/.test(name)) {
172
- context.warn(`Project extension with invalid name (${name}) found.`, name);
172
+ context.warn(`Project '${projectName}' contains extension with invalid name (${name}).`, name);
173
173
  }
174
174
  if (extensions) {
175
175
  extensions[name] = value;