@maptiler/geocoding-control 2.1.6 → 2.1.7

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@maptiler/geocoding-control",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
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": {
7
- "name": "Martin Ždila",
8
- "email": "martin.zdila@maptiler.com"
7
+ "name": "MapTiler",
8
+ "email": "info@maptiler.com"
9
9
  },
10
10
  "license": "BSD-3-Clause",
11
11
  "repository": {
@@ -44,6 +44,8 @@
44
44
  "build-react": "FLAVOUR=react vite build",
45
45
  "build-vanilla": "FLAVOUR=vanilla vite build",
46
46
  "build-types": "tsc --outDir dist --declaration --emitDeclarationOnly -p tsconfig.dist.json",
47
+ "lint": "eslint -c eslint.config.js . && prettier --check . && tsc --noEmit",
48
+ "lint:fix": "eslint -c eslint.config.js --fix && prettier --write . && tsc --noEmit",
47
49
  "clean": "rm -rf dist dist.svelte",
48
50
  "pack": "npm run clean && npm run build && cd dist && npm pack",
49
51
  "pub": "npm run clean && npm run build && cd dist && npm publish",
@@ -119,7 +121,6 @@
119
121
  "globals": "^15.14.0",
120
122
  "husky": "^9.1.7",
121
123
  "leaflet": "^1.9.4",
122
- "lint-staged": "^15.4.3",
123
124
  "maplibre-gl": "^5.1.0",
124
125
  "ol": "10.4",
125
126
  "prettier": "^3.4.2",