@angular/upgrade 13.0.0-next.5 → 13.0.0-next.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.
- package/bundles/upgrade-static-testing.umd.js +1 -1
- package/bundles/upgrade-static.umd.js +5 -5
- package/bundles/upgrade-static.umd.js.map +1 -1
- package/bundles/upgrade.umd.js +3 -3
- 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 +6 -6
- 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/bundles/upgrade.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v13.0.0-next.
|
|
2
|
+
* @license Angular v13.0.0-next.9
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
/**
|
|
21
21
|
* @publicApi
|
|
22
22
|
*/
|
|
23
|
-
var VERSION = new core.Version('13.0.0-next.
|
|
23
|
+
var VERSION = new core.Version('13.0.0-next.9');
|
|
24
24
|
|
|
25
25
|
/*! *****************************************************************************
|
|
26
26
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1478,7 +1478,7 @@
|
|
|
1478
1478
|
for (var _i = 1; _i < arguments.length; _i++) {
|
|
1479
1479
|
args[_i - 1] = arguments[_i];
|
|
1480
1480
|
}
|
|
1481
|
-
return isFunction(property) ? property.apply(void 0, __spreadArray([], __read(args))) : property;
|
|
1481
|
+
return isFunction(property) ? property.apply(void 0, __spreadArray([], __read(args), false)) : property;
|
|
1482
1482
|
}
|
|
1483
1483
|
// NOTE: Only works for `typeof T !== 'object'`.
|
|
1484
1484
|
function isMap(value) {
|