@googlemaps/google-maps-services-js
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -1,2 +0,2 @@ | ||
## [2.4.2](https://github.com/googlemaps/google-maps-services-js/compare/v2.4.1...v2.4.2) (2020-03-26) | ||
## [2.4.3](https://github.com/googlemaps/google-maps-services-js/compare/v2.4.2...v2.4.3) (2020-04-07) | ||
@@ -6,3 +6,3 @@ | ||
* serialize date to seconds and not milliseconds ([#376](https://github.com/googlemaps/google-maps-services-js/issues/376)) ([4d10f6c](https://github.com/googlemaps/google-maps-services-js/commit/4d10f6ca5217fd08f7432a31074c5f096eb5cf03)) | ||
* set radius param as optional on PlacesNearbyRequest ([#381](https://github.com/googlemaps/google-maps-services-js/issues/381)) ([ffc92af](https://github.com/googlemaps/google-maps-services-js/commit/ffc92af2446a783a6d7e3ad9973aebecbc3aaf63)) | ||
@@ -9,0 +9,0 @@ ## [2.0.2](https://github.com/googlemaps/google-maps-services-js/compare/v2.0.1...v2.0.2) (2020-02-08) |
@@ -23,3 +23,3 @@ import { Language, LatLng, ResponseData, Place, RequestParams } from "../common"; | ||
*/ | ||
radius: number; | ||
radius?: number; | ||
/** | ||
@@ -26,0 +26,0 @@ * A term to be matched against all content that Google has indexed for this place, including but not limited to |
{ | ||
"name": "@googlemaps/google-maps-services-js", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "Node.js client library for Google Maps API Web Services", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229676