@pretto/places 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -132,7 +132,7 @@ const results = await countriesApi.get('al', { limit: 10 })[
132
132
  ### Debounce
133
133
 
134
134
  `addressSearch` and `municipalitySearch` have defaut debounce value fixed to **300ms**\
135
- You can override this value by passing `debounceValue` as last argument
135
+ You can override this value by passing debounce value as last argument
136
136
 
137
137
  ```jsx
138
138
  const debounceValue = 1000 // --- 1000 = 1s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pretto/places",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",