@maptiler/geocoding-control 2.0.0-rc.7 → 2.0.0-rc.9
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/leaflet-controller.d.ts +1 -1
- package/leaflet-controller.js +1 -1
- package/leaflet-controller.js.map +1 -1
- package/leaflet-controller.umd.js +1 -1
- package/leaflet-controller.umd.js.map +1 -1
- package/leaflet.js +817 -802
- package/leaflet.js.map +1 -1
- package/leaflet.umd.js +3 -3
- package/leaflet.umd.js.map +1 -1
- package/maplibregl-controller.d.ts +1 -1
- package/maplibregl-controller.js +16 -16
- package/maplibregl-controller.js.map +1 -1
- package/maplibregl-controller.umd.js +1 -1
- package/maplibregl-controller.umd.js.map +1 -1
- package/maplibregl.js +1220 -1205
- package/maplibregl.js.map +1 -1
- package/maplibregl.umd.js +3 -3
- package/maplibregl.umd.js.map +1 -1
- package/maptilersdk.js +1196 -1181
- package/maptilersdk.js.map +1 -1
- package/maptilersdk.umd.js +3 -3
- package/maptilersdk.umd.js.map +1 -1
- package/openlayers-controller.d.ts +1 -1
- package/openlayers-controller.js +5 -5
- package/openlayers-controller.js.map +1 -1
- package/openlayers-controller.umd.js +2 -2
- package/openlayers-controller.umd.js.map +1 -1
- package/openlayers.js +1405 -1391
- package/openlayers.js.map +1 -1
- package/openlayers.umd.js +3 -3
- package/openlayers.umd.js.map +1 -1
- package/package.json +4 -4
- package/react.js +860 -845
- package/react.js.map +1 -1
- package/react.umd.js +1 -1
- package/react.umd.js.map +1 -1
- package/svelte/GeocodingControl.svelte +50 -25
- package/svelte/GeocodingControl.svelte.d.ts +1 -0
- package/svelte/leaflet-controller.d.ts +1 -1
- package/svelte/leaflet-controller.js +1 -1
- package/svelte/maplibregl-controller.d.ts +1 -1
- package/svelte/maplibregl-controller.js +1 -1
- package/svelte/openlayers-controller.d.ts +1 -1
- package/svelte/openlayers-controller.js +1 -1
- package/svelte/openlayers.js +2 -3
- package/svelte/types.d.ts +2 -1
- package/types.d.ts +2 -1
- package/vanilla.js +606 -591
- package/vanilla.js.map +1 -1
- package/vanilla.umd.js +1 -1
- package/vanilla.umd.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maptiler/geocoding-control",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.9",
|
|
4
4
|
"description": "The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"./types": "./types.d.ts"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@maptiler/sdk": "^2.4.
|
|
105
|
+
"@maptiler/sdk": "^2.4.2",
|
|
106
106
|
"@sveltejs/package": "^2.3.7",
|
|
107
107
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
108
108
|
"@tsconfig/svelte": "^5.0.4",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"eslint-plugin-svelte": "^2.46.0",
|
|
118
118
|
"esm-env": "^1.1.4",
|
|
119
119
|
"globals": "^15.12.0",
|
|
120
|
-
"husky": "^9.1.
|
|
120
|
+
"husky": "^9.1.7",
|
|
121
121
|
"leaflet": "^1.9.4",
|
|
122
122
|
"lint-staged": "^15.2.10",
|
|
123
123
|
"maplibre-gl": "^4.7.1",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"svelte-preprocess": "^6.0.3",
|
|
135
135
|
"tslib": "^2.8.1",
|
|
136
136
|
"typescript": "^5.6.3",
|
|
137
|
-
"typescript-eslint": "^8.
|
|
137
|
+
"typescript-eslint": "^8.15.0",
|
|
138
138
|
"vite": "^5.4.11"
|
|
139
139
|
},
|
|
140
140
|
"peerDependencies": {
|