tileserver-gl-light 5.6.0-pre.6 → 5.6.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.
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
### 🐞 Bug fixes
|
|
8
8
|
- _...Add new stuff here..._
|
|
9
9
|
|
|
10
|
-
## 5.6.0
|
|
10
|
+
## 5.6.0
|
|
11
11
|
### ✨ Features and improvements
|
|
12
12
|
- Update Maplibre-Native to v6.4.1
|
|
13
13
|
- Remove Hillshade and Color relief workaround since it is now supported in maplibre-native ([#2044](https://github.com/maptiler/tileserver-gl/pull/2044)) (by [acalcutt](https://github.com/acalcutt))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tileserver-gl-light",
|
|
3
|
-
"version": "5.6.0
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"description": "Map tile server for JSON GL styles - serving vector tiles",
|
|
5
5
|
"main": "src/main.js",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"docker": "docker build . && docker run --rm -i -p 8080:8080 $(docker build -q .)"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@aws-sdk/client-s3": "^3.
|
|
40
|
+
"@aws-sdk/client-s3": "^3.1024.0",
|
|
41
41
|
"@jsse/pbfont": "^0.3.3",
|
|
42
42
|
"@mapbox/mapbox-gl-rtl-text": "0.4.0",
|
|
43
43
|
"@mapbox/mbtiles": "0.12.1",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@mapbox/sphericalmercator": "2.0.2",
|
|
46
46
|
"@mapbox/vector-tile": "2.0.4",
|
|
47
47
|
"@maplibre/maplibre-gl-inspect": "1.8.2",
|
|
48
|
-
"@maplibre/maplibre-gl-style-spec": "24.
|
|
48
|
+
"@maplibre/maplibre-gl-style-spec": "24.8.1",
|
|
49
49
|
"@sindresorhus/fnv1a": "3.1.0",
|
|
50
50
|
"advanced-pool": "0.3.3",
|
|
51
51
|
"chokidar": "5.0.0",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"http-shutdown": "1.2.2",
|
|
60
60
|
"leaflet": "1.9.4",
|
|
61
61
|
"leaflet-hash": "0.2.1",
|
|
62
|
-
"maplibre-gl": "5.
|
|
62
|
+
"maplibre-gl": "5.22.0",
|
|
63
63
|
"morgan": "1.10.1",
|
|
64
64
|
"pbf": "4.0.1",
|
|
65
65
|
"pmtiles": "4.4.0",
|
|
66
|
-
"proj4": "2.20.
|
|
66
|
+
"proj4": "2.20.6",
|
|
67
67
|
"sanitize-filename": "1.6.4",
|
|
68
68
|
"secure-json-parse": "^4.1.0",
|
|
69
69
|
"semver": "^7.7.4",
|