@angular/google-maps 21.2.0-rc.0 → 21.2.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/google-maps",
3
- "version": "21.2.0-rc.0",
3
+ "version": "21.2.0",
4
4
  "description": "Angular Google Maps",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "peerDependencies": {
24
- "@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
25
- "@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
24
+ "@angular/core": "^21.0.0 || ^22.0.0",
25
+ "@angular/common": "^21.0.0 || ^22.0.0",
26
26
  "rxjs": "^6.5.3 || ^7.4.0"
27
27
  },
28
28
  "sideEffects": false,
@@ -4,6 +4,11 @@
4
4
  "version": "21.0.0-0",
5
5
  "description": "Updates the Angular Google Maps package to v21",
6
6
  "factory": "./ng-update/index#updateToV21"
7
+ },
8
+ "migration-v22": {
9
+ "version": "22.0.0-0",
10
+ "description": "Updates the Angular Google Maps package to v22",
11
+ "factory": "./ng-update/index#updateToV22"
7
12
  }
8
13
  }
9
14
  }
@@ -6,5 +6,7 @@
6
6
  * found in the LICENSE file at https://angular.dev/license
7
7
  */
8
8
  import { Rule } from '@angular-devkit/schematics';
9
- /** Entry point for the migration schematics with target of Angular Material v21 */
9
+ /** Entry point for the migration schematics with target of Google Maps v21 */
10
10
  export declare function updateToV21(): Rule;
11
+ /** Entry point for the migration schematics with target of Google Maps v22 */
12
+ export declare function updateToV22(): Rule;
@@ -8,8 +8,13 @@
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.updateToV21 = updateToV21;
11
- /** Entry point for the migration schematics with target of Angular Material v21 */
11
+ exports.updateToV22 = updateToV22;
12
+ /** Entry point for the migration schematics with target of Google Maps v21 */
12
13
  function updateToV21() {
13
14
  return function () { };
14
15
  }
16
+ /** Entry point for the migration schematics with target of Google Maps v22 */
17
+ function updateToV22() {
18
+ return function () { };
19
+ }
15
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAKH,kCAEC;AAGD,kCAEC;AARD,8EAA8E;AAC9E,SAAgB,WAAW;IACzB,OAAO,cAAO,CAAC,CAAC;AAClB,CAAC;AAED,8EAA8E;AAC9E,SAAgB,WAAW;IACzB,OAAO,cAAO,CAAC,CAAC;AAClB,CAAC"}