@angular/core 13.3.8 → 13.3.9

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.8
2
+ * @license Angular v13.3.9
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.8
2
+ * @license Angular v13.3.9
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -21154,7 +21154,7 @@ class Version {
21154
21154
  /**
21155
21155
  * @publicApi
21156
21156
  */
21157
- const VERSION = new Version('13.3.8');
21157
+ const VERSION = new Version('13.3.9');
21158
21158
 
21159
21159
  /**
21160
21160
  * @license