diff --git a/docs/installation.rst b/docs/installation.rst index 45670e269..58f2ebd5a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -22,7 +22,7 @@ npm is supported on the following platforms with `Native Dependencies <#id1>`_ i - Operating systems: - Ubuntu 22.04 (x64/arm64) - - macOS 12 (x64/arm64) + - macOS 14 (x64/arm64) - Windows (x64) - Node.js 18,20 @@ -50,13 +50,13 @@ Ubuntu 22.04 (x64/arm64) ~~~~~~~~~~~~~~~~~~~~~~~~~~ - apt install build-essential pkg-config xvfb libglfw3-dev libuv1-dev libjpeg-turbo8 libicu70 libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev gir1.2-rsvg-2.0 librsvg2-2 librsvg2-common libcurl4-openssl-dev libpixman-1-dev libpixman-1-0 -MacOS 12 (x64/arm64) +MacOS 14 (x64/arm64) ~~~~~~~~~~~~~~~~~~~~~~ -- brew install pkg-config cairo libpng jpeg giflib +- brew install pkg-config cairo pango libpng jpeg giflib librsvg Windows (x64) ~~~~~~~~~~~~~~~~~~~~~~~~~ -- `Microsoft Visual C++ 2015-2022 Redistributable `_ +- `Microsoft Visual C++ Redistributable `_ ``tileserver-gl-light`` on npm ============================== diff --git a/package-lock.json b/package-lock.json index 34ebb039a..931dd9769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tileserver-gl", - "version": "4.13.3", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tileserver-gl", - "version": "4.13.3", + "version": "5.0.0", "license": "BSD-2-Clause", "dependencies": { "@jsse/pbfont": "^0.2.2", @@ -14,7 +14,7 @@ "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "2.0.3", - "@maplibre/maplibre-gl-native": "5.4.1", + "@maplibre/maplibre-gl-native": "6.0.0", "@maplibre/maplibre-gl-style-spec": "20.3.1", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", @@ -1211,9 +1211,9 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.4.1.tgz", - "integrity": "sha512-Vkn/3W2suB1DDKjb5fzS2CDT046MqmZV2+EvQ+lU5t+khxJucbKRGfa+kHTksW//F6sTPb+Bez7CEKICOb5L7w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-6.0.0.tgz", + "integrity": "sha512-UdsDxji6LvnhjWsS+OA0ghPdrzn8HOyTdADm/XDbBgd7tFawFl93fkX+rBqcpwpIPnJyNvumXYECRTLkQj0fsA==", "hasInstallScript": true, "dependencies": { "@acalcutt/node-pre-gyp": "^1.0.15", diff --git a/package.json b/package.json index fc912c645..a3ef7a17f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileserver-gl", - "version": "4.13.3", + "version": "5.0.0", "description": "Map tile server for JSON GL styles - vector and server side generated raster tiles", "main": "src/main.js", "bin": "src/main.js", @@ -22,7 +22,7 @@ "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "2.0.3", - "@maplibre/maplibre-gl-native": "5.4.1", + "@maplibre/maplibre-gl-native": "6.0.0", "@maplibre/maplibre-gl-style-spec": "20.3.1", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3",