tileserver-gl-light 4.13.3 → 5.0.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.
@@ -22,7 +22,7 @@ npm is supported on the following platforms with `Native Dependencies <#id1>`_ i
22
22
  - Operating systems:
23
23
 
24
24
  - Ubuntu 22.04 (x64/arm64)
25
- - macOS 12 (x64/arm64)
25
+ - macOS 14 (x64/arm64)
26
26
  - Windows (x64)
27
27
 
28
28
  - Node.js 18,20
@@ -50,13 +50,13 @@ Ubuntu 22.04 (x64/arm64)
50
50
  ~~~~~~~~~~~~~~~~~~~~~~~~~~
51
51
  - 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
52
52
 
53
- MacOS 12 (x64/arm64)
53
+ MacOS 14 (x64/arm64)
54
54
  ~~~~~~~~~~~~~~~~~~~~~~
55
- - brew install pkg-config cairo libpng jpeg giflib
55
+ - brew install pkg-config cairo pango libpng jpeg giflib librsvg
56
56
 
57
57
  Windows (x64)
58
58
  ~~~~~~~~~~~~~~~~~~~~~~~~~
59
- - `Microsoft Visual C++ 2015-2022 Redistributable <https://aka.ms/vs/17/release/vc_redist.x64.exe>`_
59
+ - `Microsoft Visual C++ Redistributable <https://aka.ms/vs/17/release/vc_redist.x64.exe>`_
60
60
 
61
61
  ``tileserver-gl-light`` on npm
62
62
  ==============================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tileserver-gl-light",
3
- "version": "4.13.3",
3
+ "version": "5.0.0",
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",
@@ -25,7 +25,7 @@
25
25
  "@maplibre/maplibre-gl-style-spec": "20.3.1",
26
26
  "@sindresorhus/fnv1a": "3.1.0",
27
27
  "advanced-pool": "0.3.3",
28
- "axios": "^1.7.6",
28
+ "axios": "^1.7.7",
29
29
  "chokidar": "3.6.0",
30
30
  "clone": "2.1.2",
31
31
  "color": "4.2.3",
package/.husky/commit-msg DELETED
@@ -1,18 +0,0 @@
1
- NAME=$(git config user.name)
2
- EMAIL=$(git config user.email)
3
-
4
- if [ -z "$NAME" ]; then
5
- echo "empty git config user.name"
6
- exit 1
7
- fi
8
-
9
- if [ -z "$EMAIL" ]; then
10
- echo "empty git config user.email"
11
- exit 1
12
- fi
13
-
14
- git interpret-trailers --if-exists doNothing --trailer \
15
- "Signed-off-by: $NAME <$EMAIL>" \
16
- --in-place "$1"
17
-
18
- npm exec --no -- commitlint --edit $1
package/.husky/pre-push DELETED
@@ -1 +0,0 @@
1
- npm exec --no -- lint-staged --no-stash