@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
package/fesm2015/upgrade.js
CHANGED
|
@@ -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
|
*/
|
|
@@ -17,7 +17,7 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
|
17
17
|
/**
|
|
18
18
|
* @publicApi
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = new Version('13.0.0-next.
|
|
20
|
+
const VERSION = new Version('13.0.0-next.7');
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* @license
|