@maplibre/maplibre-gl-native 5.4.0 → 5.4.1-pre.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maplibre/maplibre-gl-native",
3
- "version": "5.4.0",
3
+ "version": "5.4.1-pre.0",
4
4
  "description": "Renders map tiles with Maplibre GL",
5
5
  "keywords": [
6
6
  "maplibre",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "BSD-2-Clause",
23
23
  "dependencies": {
24
- "@acalcutt/node-pre-gyp": "^1.0.14",
24
+ "@acalcutt/node-pre-gyp": "^1.0.15",
25
25
  "@acalcutt/node-pre-gyp-github": "1.4.8",
26
26
  "minimatch": "^9.0.4",
27
27
  "npm-run-all": "^4.1.5"
@@ -11,7 +11,7 @@ Binaries are available and downloaded during install for the following platforms
11
11
  - Ubuntu 22.04 (amd64/arm64)
12
12
  - macOS 12 (amd64/arm64)
13
13
  - Windows (amd64)
14
- - Node.js 16, 18, 20
14
+ - Node.js 16, 18, 20, 22
15
15
 
16
16
  Run:
17
17