@angular/google-maps 20.0.3 → 20.0.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.
package/package.json
CHANGED
|
@@ -5,5 +5,6 @@
|
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6
6
|
* found in the LICENSE file at https://angular.dev/license
|
|
7
7
|
*/
|
|
8
|
+
import { Rule } from '@angular-devkit/schematics';
|
|
8
9
|
/** Entry point for the migration schematics with target of Angular Material v20 */
|
|
9
|
-
export declare function updateToV20():
|
|
10
|
+
export declare function updateToV20(): Rule;
|
|
@@ -9,5 +9,7 @@
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.updateToV20 = updateToV20;
|
|
11
11
|
/** Entry point for the migration schematics with target of Angular Material v20 */
|
|
12
|
-
function updateToV20() {
|
|
12
|
+
function updateToV20() {
|
|
13
|
+
return function () { };
|
|
14
|
+
}
|
|
13
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAKH,kCAEC;AAHD,mFAAmF;AACnF,SAAgB,WAAW;IACzB,OAAO,cAAO,CAAC,CAAC;AAClB,CAAC"}
|