@dpc-sdp/myvic-addresssearch
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.4.3](https://github.com/dpc-sdp/myvictoria-vic-gov-au/tree/master/packages/AddressSearch/compare/v1.4.2...v1.4.3) (2020-10-14) | ||
### Bug Fixes | ||
* changed address search endpoint to proxy ([e9ae3f3](https://github.com/dpc-sdp/myvictoria-vic-gov-au/tree/master/packages/AddressSearch/commit/e9ae3f30ac6fa25a2c893f9b27652def1fa8f737)) | ||
## [1.4.2](https://github.com/dpc-sdp/myvictoria-vic-gov-au/tree/master/packages/AddressSearch/compare/v1.4.0...v1.4.2) (2020-10-07) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@dpc-sdp/myvic-addresssearch", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "An address search component for Victoria.", | ||
@@ -13,6 +13,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@dpc-sdp/myvic-autocomplete": "1.4.2", | ||
"@dpc-sdp/myvic-autocomplete": "1.4.3", | ||
"axios": "^0.19.2" | ||
}, | ||
"gitHead": "3895f043c6625cbd56d41fd601d675c1ddcba49c" | ||
"gitHead": "3bd8d49c931ba1a0069d4b48f5e6a93f9cfec833" | ||
} |
@@ -10,3 +10,3 @@ import axios from 'axios' | ||
const VICMAP_ADDRESS_API = 'https://api.vic.gov.au:443/delwp/address/v1/suggestions?query=' | ||
const VICMAP_ADDRESS_API = 'https://api.sdp.vic.gov.au/delwp/address/v1/suggestions?query=' | ||
@@ -13,0 +13,0 @@ const fetchData = async (request, headers) => { |
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
25803
+ Added@dpc-sdp/myvic-autocomplete@1.4.3(transitive)
+ Added@dpc-sdp/myvic-global@1.4.3(transitive)
- Removed@dpc-sdp/myvic-autocomplete@1.4.2(transitive)
- Removed@dpc-sdp/myvic-global@1.4.2(transitive)