@placekit/autocomplete-react
Advanced tools
Comparing version 1.0.0-alpha.10 to 1.0.0
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.0.0-alpha.10 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.0.0 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
'use strict'; | ||
@@ -158,2 +158,3 @@ | ||
language: PropTypes.string, | ||
countryByIP: PropTypes.bool, | ||
countries: PropTypes.arrayOf(PropTypes.string), | ||
@@ -160,0 +161,0 @@ coordinates: PropTypes.string |
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-react v1.0.0-alpha.10 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-react#readme */ | ||
/*! @placekit/autocomplete-react v1.0.0 | © 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.0.0-alpha.10", | ||
"version": "1.0.0", | ||
"author": "PlaceKit <support@placekit.io>", | ||
@@ -40,20 +40,20 @@ "description": "PlaceKit Autocomplete React library", | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/core": "^7.21.3", | ||
"@babel/plugin-transform-runtime": "^7.21.0", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/runtime": "^7.20.13", | ||
"@babel/runtime": "^7.21.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^24.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"eslint": "^8.33.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"npm-watch": "^0.11.0", | ||
"rimraf": "^4.1.2", | ||
"rollup": "^3.15.0", | ||
"rimraf": "^4.4.0", | ||
"rollup": "^3.20.0", | ||
"rollup-plugin-copy": "^3.4.0" | ||
}, | ||
"dependencies": { | ||
"@placekit/autocomplete-js": "^1.0.0-alpha.10", | ||
"@types/react": "^18.0.27", | ||
"@placekit/autocomplete-js": "^1.0.0", | ||
"@types/react": "^18.0.28", | ||
"prop-types": "^15.8.1" | ||
@@ -60,0 +60,0 @@ }, |
@@ -20,3 +20,2 @@ <h1 align="center"> | ||
<a href="#-custom-hook">Custom hook</a> • | ||
<a href="https://placekit.io/developers">Documentation</a> • | ||
<a href="#%EF%B8%8F-license">License</a> | ||
@@ -142,3 +141,3 @@ </p> | ||
⚠️ **NOTE:** you are **not** allowed to hide the PlaceKit logo unless we've delivered a special authorization. To request one, please contact us using [our contact form](https://placekit.io/about#contact) | ||
⚠️ **NOTE:** you are **not** allowed to hide the PlaceKit logo unless we've delivered a special authorization. To request one, please contact us using [our contact form](https://placekit.io/about#contact). | ||
@@ -145,0 +144,0 @@ ## ⚖️ License |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
367
0
0
19279
145
Updated@types/react@^18.0.28