tileserver-gl 4.4.9 → 4.4.10

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.
@@ -1,6 +1,7 @@
1
1
  #!/bin/sh
2
2
  if ! which -- "${1}"; then
3
3
  # first arg is not an executable
4
+ if [ -e /tmp/.X99-lock ]; then rm /tmp/.X99-lock -f; fi
4
5
  export DISPLAY=:99
5
6
  Xvfb "${DISPLAY}" -nolisten unix &
6
7
  exec node /usr/src/app/ "$@"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tileserver-gl",
3
- "version": "4.4.9",
3
+ "version": "4.4.10",
4
4
  "description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
5
5
  "main": "src/main.js",
6
6
  "bin": "src/main.js",
@@ -23,7 +23,7 @@
23
23
  "@mapbox/polyline": "^1.1.1",
24
24
  "@mapbox/sphericalmercator": "1.2.0",
25
25
  "@mapbox/vector-tile": "1.3.1",
26
- "@maplibre/maplibre-gl-native": "5.1.1",
26
+ "@maplibre/maplibre-gl-native": "5.2.0",
27
27
  "@maplibre/maplibre-gl-style-spec": "18.0.0",
28
28
  "advanced-pool": "0.3.3",
29
29
  "canvas": "2.11.0",
@@ -46,12 +46,12 @@
46
46
  "devDependencies": {
47
47
  "@commitlint/cli": "^17.4.4",
48
48
  "@commitlint/config-conventional": "^17.4.4",
49
- "@typescript-eslint/eslint-plugin": "^5.54.1",
50
- "@typescript-eslint/parser": "^5.54.1",
49
+ "@typescript-eslint/eslint-plugin": "^5.55.0",
50
+ "@typescript-eslint/parser": "^5.55.0",
51
51
  "chai": "4.3.7",
52
52
  "eslint": "^8.36.0",
53
53
  "eslint-config-prettier": "^8.7.0",
54
- "eslint-plugin-jsdoc": "^40.0.1",
54
+ "eslint-plugin-jsdoc": "^40.0.3",
55
55
  "eslint-plugin-prettier": "^4.2.1",
56
56
  "eslint-plugin-security": "^1.7.1",
57
57
  "husky": "^8.0.3",