@googlemaps/google-maps-services-js
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -1,2 +0,2 @@ | ||
## [3.1.4](https://github.com/googlemaps/google-maps-services-js/compare/v3.1.3...v3.1.4) (2020-07-09) | ||
## [3.1.5](https://github.com/googlemaps/google-maps-services-js/compare/v3.1.4...v3.1.5) (2020-08-03) | ||
@@ -6,3 +6,3 @@ | ||
* add support for now ([#424](https://github.com/googlemaps/google-maps-services-js/issues/424)) ([53ef591](https://github.com/googlemaps/google-maps-services-js/commit/53ef591b7d6a9ac3bed4803adfab2f336d17ccf0)) | ||
* export PlaceAutocompleteResult ([#430](https://github.com/googlemaps/google-maps-services-js/issues/430)) ([c229f70](https://github.com/googlemaps/google-maps-services-js/commit/c229f7028753233a76f2722bde25e9860a10721c)) | ||
@@ -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) |
@@ -24,3 +24,3 @@ /** | ||
export { NearestRoadsRequest, NearestRoadsResponse } from "./roads/nearestroads"; | ||
export { PlaceAutocompleteRequest, PlaceAutocompleteResponse, PlaceAutocompleteType } from "./places/autocomplete"; | ||
export { PlaceAutocompleteRequest, PlaceAutocompleteResponse, PlaceAutocompleteResult, PlaceAutocompleteType } from "./places/autocomplete"; | ||
export { PlaceDetailsRequest, PlaceDetailsResponse } from "./places/details"; | ||
@@ -27,0 +27,0 @@ export { PlacePhotoRequest, PlacePhotoResponse } from "./places/photo"; |
{ | ||
"name": "@googlemaps/google-maps-services-js", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "Node.js client library for Google Maps API Web Services", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
313639