@angular/google-maps 15.2.0-next.2 → 15.2.0-next.4

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/index.d.ts CHANGED
@@ -701,7 +701,7 @@ export declare class MapEventManager {
701
701
  }
702
702
 
703
703
  declare type MapEventManagerTarget = {
704
- addListener: (name: string, callback: (...args: any[]) => void) => google.maps.MapsEventListener;
704
+ addListener: (name: string, callback: (...args: any[]) => void) => google.maps.MapsEventListener | undefined;
705
705
  } | undefined;
706
706
 
707
707
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/google-maps",
3
- "version": "15.2.0-next.2",
3
+ "version": "15.2.0-next.4",
4
4
  "description": "Angular Google Maps",
5
5
  "repository": {
6
6
  "type": "git",