tileserver-gl 4.2.1 → 4.3.0

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.
@@ -61,6 +61,11 @@ jobs:
61
61
  env:
62
62
  NPM_TOKEN: ${{ github.event.inputs.npm_token }}
63
63
 
64
+ - name: Set up QEMU
65
+ uses: docker/setup-qemu-action@v2
66
+ with:
67
+ platforms: 'arm64'
68
+
64
69
  - name: Set up Docker Buildx
65
70
  uses: docker/setup-buildx-action@v2
66
71
 
@@ -76,7 +81,7 @@ jobs:
76
81
  context: .
77
82
  push: true
78
83
  tags: maptiler/tileserver-gl:latest, maptiler/tileserver-gl:${{ env.PACKAGE_VERSION }}
79
- platforms: linux/amd64
84
+ platforms: linux/arm64,linux/amd64
80
85
 
81
86
  - name: Create Tileserver Light Directory
82
87
  run: node publish.js --no-publish
@@ -100,4 +105,4 @@ jobs:
100
105
  file: ./light/Dockerfile
101
106
  push: true
102
107
  tags: maptiler/tileserver-gl-light:latest, maptiler/tileserver-gl-light:${{ env.PACKAGE_VERSION }}
103
- platforms: linux/amd64
108
+ platforms: linux/arm64,linux/amd64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tileserver-gl",
3
- "version": "4.2.1",
3
+ "version": "4.3.0",
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",
@@ -22,43 +22,43 @@
22
22
  "@mapbox/mbtiles": "0.12.1",
23
23
  "@mapbox/sphericalmercator": "1.2.0",
24
24
  "@mapbox/vector-tile": "1.3.1",
25
- "@maplibre/maplibre-gl-native": "5.0.1-pre.6",
25
+ "@maplibre/maplibre-gl-native": "5.1.0-pre.1",
26
26
  "@maplibre/maplibre-gl-style-spec": "17.0.1",
27
27
  "advanced-pool": "0.3.3",
28
- "canvas": "2.10.1",
28
+ "canvas": "2.10.2",
29
29
  "chokidar": "3.5.3",
30
30
  "clone": "2.1.2",
31
31
  "color": "4.2.3",
32
32
  "commander": "9.4.1",
33
33
  "cors": "2.8.5",
34
- "express": "4.18.1",
34
+ "express": "4.18.2",
35
35
  "handlebars": "4.7.7",
36
36
  "http-shutdown": "1.2.2",
37
37
  "morgan": "1.10.0",
38
38
  "pbf": "3.2.1",
39
39
  "proj4": "2.8.0",
40
40
  "request": "2.88.2",
41
- "sharp": "0.31.0",
41
+ "sharp": "0.31.2",
42
42
  "tileserver-gl-styles": "2.0.0",
43
43
  "sanitize-filename": "1.6.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@commitlint/cli": "^17.3.0",
47
- "@commitlint/config-conventional": "^17.1.0",
48
- "@typescript-eslint/eslint-plugin": "^5.38.0",
49
- "@typescript-eslint/parser": "^5.38.0",
47
+ "@commitlint/config-conventional": "^17.3.0",
48
+ "@typescript-eslint/eslint-plugin": "^5.46.0",
49
+ "@typescript-eslint/parser": "^5.46.0",
50
50
  "chai": "4.3.7",
51
- "eslint": "^8.24.0",
51
+ "eslint": "^8.29.0",
52
52
  "eslint-config-prettier": "^8.5.0",
53
53
  "eslint-plugin-jsdoc": "^39.6.4",
54
54
  "eslint-plugin-prettier": "^4.2.1",
55
55
  "eslint-plugin-security": "^1.5.0",
56
56
  "husky": "^8.0.1",
57
57
  "lint-staged": "^13.1.0",
58
- "mocha": "^10.0.0",
59
- "prettier": "^2.7.1",
58
+ "mocha": "^10.1.0",
59
+ "prettier": "^2.8.1",
60
60
  "should": "^13.2.3",
61
- "supertest": "^6.2.4",
61
+ "supertest": "^6.3.3",
62
62
  "yaml-lint": "^1.7.0"
63
63
  },
64
64
  "keywords": [