@ideal-postcodes/address-finder
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -0,1 +1,8 @@ | ||
## [1.8.2](https://github.com/ideal-postcodes/address-finder/compare/1.8.1...1.8.2) (2021-03-15) | ||
### Bug Fixes | ||
* **JSUtil:** Bump to latest ([f9cd4d9](https://github.com/ideal-postcodes/address-finder/commit/f9cd4d959cc1d85e99dc722750e252571f954b28)) | ||
## [1.8.1](https://github.com/ideal-postcodes/address-finder/compare/1.8.0...1.8.1) (2021-03-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@ideal-postcodes/address-finder", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Address Finder JS library backed by the Ideal Postcodes UK address search API", | ||
@@ -101,3 +101,3 @@ "main": "dist/index.js", | ||
"@ideal-postcodes/core-axios": "~2.2.4", | ||
"@ideal-postcodes/jsutil": "~4.3.2", | ||
"@ideal-postcodes/jsutil": "~4.3.7", | ||
"@xstate/fsm": "~1.6.0", | ||
@@ -104,0 +104,0 @@ "lodash": "~4.17.20" |
@@ -32,9 +32,9 @@ <h1 align="center"> | ||
[![Webpack Status](https://github.com/ideal-postcodes/address-finder-examples/workflows/Webpack%20Demo/badge.svg)](examples/webpack/) | ||
[![Webpack Demo](https://github.com/ideal-postcodes/address-finder-examples/workflows/Webpack%20Demo/badge.svg)](https://github.com/ideal-postcodes/address-finder-examples/tree/main/webpack) | ||
[![Parcel Status](https://github.com/ideal-postcodes/address-finder-examples/workflows/Parcel%20Demo/badge.svg)](examples/parcel/) | ||
[![Parcel Demo](https://github.com/ideal-postcodes/address-finder-examples/workflows/Parcel%20Demo/badge.svg)](https://github.com/ideal-postcodes/address-finder-examples/tree/main/parcel) | ||
[![Rollup Status](https://github.com/ideal-postcodes/address-finder-examples/workflows/Rollup%20Demo/badge.svg)](examples/rollup/) | ||
[![Rollup Demo](https://github.com/ideal-postcodes/address-finder-examples/workflows/Rollup%20Demo/badge.svg)](https://github.com/ideal-postcodes/address-finder-examples/tree/main/rollup) | ||
[![React Demo](https://github.com/ideal-postcodes/address-finder-examples/workflows/React%20Demo/badge.svg)](examples/react/) | ||
[![React Demo](https://github.com/ideal-postcodes/address-finder-examples/workflows/React%20Demo/badge.svg)](https://github.com/ideal-postcodes/address-finder-examples/tree/main/react) | ||
@@ -41,0 +41,0 @@ ## Related Projects |
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
154072