@placekit/autocomplete-react
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.1.0 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.1.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
'use strict'; | ||
@@ -80,2 +80,3 @@ | ||
onGeolocation, | ||
onEmpty, | ||
onFreeForm, | ||
@@ -95,2 +96,3 @@ ...inputProps | ||
output.handlers.onGeolocation = onGeolocation; | ||
output.handlers.onEmpty = onEmpty; | ||
output.handlers.onFreeForm = onFreeForm; | ||
@@ -97,0 +99,0 @@ return output; |
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.1.0 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.1.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
import type { PKAClient, PKAHandlers, PKAOptions } from '@placekit/autocomplete-js'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@placekit/autocomplete-react", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "PlaceKit <support@placekit.io>", | ||
@@ -45,3 +45,3 @@ "description": "PlaceKit Autocomplete React library", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^24.0.1", | ||
"@rollup/plugin-commonjs": "^24.1.0", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
@@ -53,8 +53,8 @@ "eslint": "^8.38.0", | ||
"rimraf": "^5.0.0", | ||
"rollup": "^3.20.2", | ||
"rollup": "^3.20.6", | ||
"rollup-plugin-copy": "^3.4.0" | ||
}, | ||
"dependencies": { | ||
"@placekit/autocomplete-js": "^1.1.0", | ||
"@types/react": "^18.0.34", | ||
"@placekit/autocomplete-js": "^1.1.1", | ||
"@types/react": "^18.0.37", | ||
"prop-types": "^15.8.1" | ||
@@ -61,0 +61,0 @@ }, |
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
19398
371
Updated@types/react@^18.0.37