@angular/core 13.2.7 → 13.3.1

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/fesm2020/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v13.2.7
2
+ * @license Angular v13.3.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21102,7 +21102,7 @@ class Version {
21102
21102
  /**
21103
21103
  * @publicApi
21104
21104
  */
21105
- const VERSION = new Version('13.2.7');
21105
+ const VERSION = new Version('13.3.1');
21106
21106
 
21107
21107
  /**
21108
21108
  * @license