@angular/core 13.3.4 → 13.3.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v13.3.4
2
+ * @license Angular v13.3.5
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm2020/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v13.3.4
2
+ * @license Angular v13.3.5
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21142,7 +21142,7 @@ class Version {
21142
21142
  /**
21143
21143
  * @publicApi
21144
21144
  */
21145
- const VERSION = new Version('13.3.4');
21145
+ const VERSION = new Version('13.3.5');
21146
21146
 
21147
21147
  /**
21148
21148
  * @license