@angular-devkit/core 21.0.4 → 21.0.5

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License
2
2
 
3
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
3
+ Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/core",
3
- "version": "21.0.4",
3
+ "version": "21.0.5",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "type": "git",
50
50
  "url": "https://github.com/angular/angular-cli.git"
51
51
  },
52
- "packageManager": "pnpm@10.26.0",
52
+ "packageManager": "pnpm@10.27.0",
53
53
  "engines": {
54
54
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
55
55
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",