@angular/upgrade 13.0.0-next.6 → 13.0.0-next.7
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/bundles/upgrade-static-testing.umd.js +1 -1
- package/bundles/upgrade-static.umd.js +2 -2
- package/bundles/upgrade-static.umd.js.map +1 -1
- package/bundles/upgrade.umd.js +2 -2
- package/bundles/upgrade.umd.js.map +1 -1
- package/esm2015/src/common/src/version.js +1 -1
- package/fesm2015/static/testing.js +1 -1
- package/fesm2015/static.js +2 -2
- package/fesm2015/static.js.map +1 -1
- package/fesm2015/upgrade.js +2 -2
- package/fesm2015/upgrade.js.map +1 -1
- package/package.json +5 -5
- package/static/static.d.ts +1 -1
- package/static/testing/testing.d.ts +1 -1
- package/static/testing.d.ts +1 -1
- package/static.d.ts +1 -1
- package/upgrade.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v13.0.0-next.
|
|
2
|
+
* @license Angular v13.0.0-next.7
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1244,7 +1244,7 @@
|
|
|
1244
1244
|
/**
|
|
1245
1245
|
* @publicApi
|
|
1246
1246
|
*/
|
|
1247
|
-
var VERSION = new core.Version('13.0.0-next.
|
|
1247
|
+
var VERSION = new core.Version('13.0.0-next.7');
|
|
1248
1248
|
|
|
1249
1249
|
/**
|
|
1250
1250
|
* @license
|