@angular/core 14.1.2 → 14.1.3

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.1.2
2
+ * @license Angular v14.1.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7614,7 +7614,7 @@ class Version {
7614
7614
  /**
7615
7615
  * @publicApi
7616
7616
  */
7617
- const VERSION = new Version('14.1.2');
7617
+ const VERSION = new Version('14.1.3');
7618
7618
 
7619
7619
  /**
7620
7620
  * @license