@maptiler/geocoding-control 0.0.81 → 0.0.83

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptiler/geocoding-control",
3
- "version": "0.0.81",
3
+ "version": "0.0.83",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Martin Ždila",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "scripts": {
33
33
  "dev": "vite",
34
- "build": "concurrently --names \"SVELTE ,MAPLIBRE,MAPLIB-C,LEAFLET ,LEAFLE-C,REACT ,TYPES \" \"npm run build-svelte\" \"npm run build-maplibre\" \"npm run build-maplibre-controller\" \"npm run build-leaflet\" \"npm run build-leaflet-controller\" \"npm run build-react\" \"npm run build-types\" && cp dist.svelte/*.svelte* LICENSE README.md package.json dist",
34
+ "build": "npm run check && concurrently --names \"SVELTE ,MAPLIBRE,MAPLIB-C,LEAFLET ,LEAFLE-C,REACT ,TYPES \" \"npm run build-svelte\" \"npm run build-maplibre\" \"npm run build-maplibre-controller\" \"npm run build-leaflet\" \"npm run build-leaflet-controller\" \"npm run build-react\" \"npm run build-types\" && cp dist.svelte/*.svelte* LICENSE README.md package.json dist",
35
35
  "build-svelte": "svelte-package -o dist.svelte",
36
36
  "build-maplibre": "FLAVOUR=maplibre vite build && mv dist/maplibregl.umd.cjs dist/maplibregl.umd.js && mv dist/maplibregl.umd.cjs.map dist/maplibregl.umd.js.map",
37
37
  "build-maplibre-controller": "FLAVOUR=maplibregl-controller vite build && mv dist/maplibregl-controller.umd.cjs dist/maplibregl-controller.umd.js && mv dist/maplibregl-controller.umd.cjs.map dist/maplibregl-controller.umd.js.map",
@@ -102,12 +102,16 @@
102
102
  "vite": "^4.2.1"
103
103
  },
104
104
  "peerDependencies": {
105
+ "@maptiler/sdk": "^1.0.8",
105
106
  "leaflet": "^1.9.3",
106
107
  "maplibre-gl": "^2.4.0",
107
108
  "react": "^18.2.0",
108
109
  "svelte": "^3.57.0"
109
110
  },
110
111
  "peerDependenciesMeta": {
112
+ "@maptiler/sdk": {
113
+ "optional": true
114
+ },
111
115
  "leaflet": {
112
116
  "optional": true
113
117
  },