@placekit/autocomplete-react
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v2.1.0 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v2.1.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
'use strict'; | ||
@@ -102,3 +102,3 @@ | ||
} = stableOptions || {}; | ||
client.on('open', handlers?.onOpen).on('close', handlers?.onClose).on('results', handlers?.onResults).on('pick', handlers?.onPick).on('error', handlers?.onError).on('countryChange', handlers?.onCountryChange).on('dirty', handlers?.onDirty).on('empty', handlers?.onEmpty).on('freeForm', handlers?.freeForm).on('geolocation', handlers?.onGeolocation).on('countryMode', handlers?.onCountryMode).on('state', ({ | ||
client.on('open', handlers?.onOpen).on('close', handlers?.onClose).on('results', handlers?.onResults).on('pick', handlers?.onPick).on('error', handlers?.onError).on('countryChange', handlers?.onCountryChange).on('dirty', handlers?.onDirty).on('empty', handlers?.onEmpty).on('freeForm', handlers?.onFreeForm).on('geolocation', handlers?.onGeolocation).on('countryMode', handlers?.onCountryMode).on('state', ({ | ||
...newState | ||
@@ -105,0 +105,0 @@ }) => { |
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v2.1.0 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v2.1.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
import type { PKAClient, PKAHandlers, PKAOptions, PKAState } from '@placekit/autocomplete-js'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@placekit/autocomplete-react", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "PlaceKit <support@placekit.io>", | ||
@@ -41,7 +41,7 @@ "description": "PlaceKit Autocomplete React library", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.17", | ||
"@babel/core": "^7.22.20", | ||
"@babel/preset-react": "^7.22.15", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"eslint": "^8.49.0", | ||
"eslint": "^8.50.0", | ||
"eslint-config-google": "^0.14.0", | ||
@@ -51,3 +51,3 @@ "eslint-plugin-react": "^7.33.2", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.29.1", | ||
"rollup": "^3.29.3", | ||
"rollup-plugin-copy": "^3.5.0" | ||
@@ -57,3 +57,3 @@ }, | ||
"@placekit/autocomplete-js": "^2.1.0", | ||
"@types/react": "^18.2.21", | ||
"@types/react": "^18.2.22", | ||
"prop-types": "^15.8.1" | ||
@@ -60,0 +60,0 @@ }, |
Sorry, the diff of this file is not supported yet
27967
Updated@types/react@^18.2.22