places-autocomplete-svelte 2.2.13 → 2.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ A flexible and customizable [Svelte](https://kit.svelte.dev) component leveragin
8
8
  This component handles API loading, session tokens, fetching suggestions, and requesting place details, allowing you to focus on integrating the results into your application. Includes features like debounced input, highlighting of matched suggestions, extensive customization via CSS classes, and full TypeScript support.
9
9
 
10
10
 
11
- ## Also Available: Standalone JavaScript Library
11
+ ## Available: Standalone JavaScript Library
12
12
 
13
13
  Need this functionality for a non-Svelte project? Check out our companion vanilla JavaScript library, `places-autocomplete-js`, which offers the same core Google Places (New) Autocomplete features.
14
14
  [View `places-autocomplete-js` on GitHub](https://github.com/alexpechkarev/places-autocomplete-js)
@@ -186,7 +186,7 @@ For advanced use cases, you can get a reference to the component instance using
186
186
  <button onclick={() => console.log(JSON.stringify(autocompleteComponent.getRequestParams()))}>Get Request Params</button>
187
187
  ```
188
188
 
189
- **vailable Methods:**
189
+ **Available Methods:**
190
190
 
191
191
  | Method | Signature | Description |
192
192
  | :-- | :-- | :-- |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "places-autocomplete-svelte",
3
3
  "license": "MIT",
4
- "version": "2.2.13",
4
+ "version": "2.2.14",
5
5
  "description": "A flexible and customisable Svelte component leveraging the Google Maps Places (New) Autocomplete API to provide a user-friendly way to search for and retrieve detailed address information within your SvelteKit applications.",
6
6
  "keywords": [
7
7
  "svelte",