tileserver-gl-light 4.4.5 → 4.4.6
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.
|
@@ -86,9 +86,6 @@ jobs:
|
|
|
86
86
|
push: true
|
|
87
87
|
tags: maptiler/tileserver-gl:latest, maptiler/tileserver-gl:v${{ env.PACKAGE_VERSION }}
|
|
88
88
|
platforms: linux/arm64,linux/amd64
|
|
89
|
-
# experimental: https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api
|
|
90
|
-
cache-from: type=gha
|
|
91
|
-
cache-to: type=gha,mode=max
|
|
92
89
|
|
|
93
90
|
- name: Create Tileserver Light Directory
|
|
94
91
|
run: node publish.js --no-publish
|
|
@@ -113,6 +110,4 @@ jobs:
|
|
|
113
110
|
push: true
|
|
114
111
|
tags: maptiler/tileserver-gl-light:latest, maptiler/tileserver-gl-light:v${{ env.PACKAGE_VERSION }}
|
|
115
112
|
platforms: linux/arm64,linux/amd64
|
|
116
|
-
|
|
117
|
-
cache-from: type=gha
|
|
118
|
-
cache-to: type=gha,mode=max
|
|
113
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tileserver-gl-light",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.6",
|
|
4
4
|
"description": "Map tile server for JSON GL styles - serving vector tiles",
|
|
5
5
|
"main": "src/main.js",
|
|
6
6
|
"bin": "src/main.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@mapbox/polyline": "^1.1.1",
|
|
23
23
|
"@mapbox/sphericalmercator": "1.2.0",
|
|
24
24
|
"@mapbox/vector-tile": "1.3.1",
|
|
25
|
-
"@maplibre/maplibre-gl-style-spec": "
|
|
25
|
+
"@maplibre/maplibre-gl-style-spec": "18.0.0",
|
|
26
26
|
"advanced-pool": "0.3.3",
|
|
27
27
|
"chokidar": "3.5.3",
|
|
28
28
|
"clone": "2.1.2",
|