places-autocomplete-svelte 2.2.5 → 2.2.6
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.
- package/package.json +6 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "places-autocomplete-svelte",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.6",
|
|
5
5
|
"description": "A flexible and customizable 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",
|
|
@@ -48,6 +48,11 @@
|
|
|
48
48
|
"svelte": "./dist/PlaceAutocomplete.svelte",
|
|
49
49
|
"default": "./dist/PlaceAutocomplete.svelte"
|
|
50
50
|
},
|
|
51
|
+
"./interfaces": {
|
|
52
|
+
"types": "./dist/interfaces.d.ts",
|
|
53
|
+
"svelte": "./dist/interfaces.js",
|
|
54
|
+
"default": "./dist/interfaces.js"
|
|
55
|
+
},
|
|
51
56
|
".": {
|
|
52
57
|
"types": "./dist/index.d.ts",
|
|
53
58
|
"svelte": "./dist/index.js",
|