diff --git a/CHANGELOG.md b/CHANGELOG.md index e138a620..500d1aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ * Fix S3 URL parsing for nested paths in AWS buckets (https://github.com/maptiler/tileserver-gl/pull/1819) by @acalcutt * Fix Renderer Crashes and Memory Leak (https://github.com/maptiler/tileserver-gl/pull/1825) by @acalcutt * Fix loading local data sources (PMTiles/MBTiles) specified in style (https://github.com/maptiler/tileserver-gl/pull/1855) by @acalcutt -* **BREAKING**: Change 'sparse' option default based on tile format - vector tiles (pbf) default to false (204), raster tiles default to true (404 for overzoom) by @acalcutt +* **BREAKING**: Change 'sparse' option default based on tile format - vector tiles (pbf) default to false (204), raster tiles default to true (404 for overzoom) (https://github.com/maptiler/tileserver-gl/pull/1855) by @acalcutt +* Revert "fix(deps): bump maplibre-gl from 5.13.0 to 5.14.0 (https://github.com/maptiler/tileserver-gl/pull/1853) ## 5.4.0 * Fix the issue where the tile URL cannot be correctly parsed with the HTTPS protocol when using an nginx proxy service (https://github.com/maptiler/tileserver-gl/pull/1578) by @dakanggo diff --git a/package-lock.json b/package-lock.json index b46260b2..9a6025e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tileserver-gl", - "version": "5.5.0-pre.6", + "version": "5.5.0-pre.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tileserver-gl", - "version": "5.5.0-pre.6", + "version": "5.5.0-pre.7", "license": "BSD-2-Clause", "dependencies": { "@aws-sdk/client-s3": "^3.946.0", @@ -33,7 +33,7 @@ "http-shutdown": "1.2.2", "leaflet": "1.9.4", "leaflet-hash": "0.2.1", - "maplibre-gl": "5.14.0", + "maplibre-gl": "5.13.0", "morgan": "1.10.1", "pbf": "4.0.1", "pmtiles": "4.3.0", @@ -2494,18 +2494,18 @@ } }, "node_modules/@maplibre/mlt": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@maplibre/mlt/-/mlt-1.1.2.tgz", - "integrity": "sha512-SQKdJ909VGROkA6ovJgtHNs9YXV4YXUPS+VaZ50I2Mt951SLlUm2Cv34x5Xwc1HiFlsd3h2Yrs5cn7xzqBmENw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@maplibre/mlt/-/mlt-1.1.0.tgz", + "integrity": "sha512-anR8WxKIgZUJQLlZtID0v06wd9Q//9K/6lLLU3dOzmeO/xLEzAwmEqP24jEnEUBcnZGkM4vidz9H6Q4guNAAlw==", "license": "(MIT OR Apache-2.0)", "dependencies": { "@mapbox/point-geometry": "^1.1.0" } }, "node_modules/@maplibre/vt-pbf": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@maplibre/vt-pbf/-/vt-pbf-4.1.0.tgz", - "integrity": "sha512-9LjFAoWtxdGRns8RK9vG3Fcw/fb3eHMxvAn2jffwn3jnVO1k49VOv6+FEza70rK7WzF8GnBiKa0K39RyfevKUw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@maplibre/vt-pbf/-/vt-pbf-4.0.3.tgz", + "integrity": "sha512-YsW99BwnT+ukJRkseBcLuZHfITB4puJoxnqPVjo72rhW/TaawVYsgQHcqWLzTxqknttYoDpgyERzWSa/XrETdA==", "license": "MIT", "dependencies": { "@mapbox/point-geometry": "^1.1.0", @@ -8284,9 +8284,9 @@ } }, "node_modules/maplibre-gl": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.14.0.tgz", - "integrity": "sha512-O2ok6N/bQ9NA9nJ22r/PRQQYkUe9JwfDMjBPkQ+8OwsVH4TpA5skIAM2wc0k+rni5lVbAVONVyBvgi1rF2vEPA==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.13.0.tgz", + "integrity": "sha512-UsIVP34rZdM4TjrjhwBAhbC3HT7AzFx9p/draiAPlLr8/THozZF6WmJnZ9ck4q94uO55z7P7zoGCh+AZVoagsQ==", "license": "BSD-3-Clause", "peer": true, "dependencies": { @@ -8298,8 +8298,8 @@ "@mapbox/vector-tile": "^2.0.4", "@mapbox/whoots-js": "^3.1.0", "@maplibre/maplibre-gl-style-spec": "^24.3.1", - "@maplibre/mlt": "^1.1.2", - "@maplibre/vt-pbf": "^4.1.0", + "@maplibre/mlt": "^1.1.0", + "@maplibre/vt-pbf": "^4.0.3", "@types/geojson": "^7946.0.16", "@types/geojson-vt": "3.2.5", "@types/supercluster": "^7.1.3", diff --git a/package.json b/package.json index dd04ce5a..6bcbe4ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tileserver-gl", - "version": "5.5.0-pre.6", + "version": "5.5.0-pre.7", "description": "Map tile server for JSON GL styles - vector and server side generated raster tiles", "main": "src/main.js", "bin": "src/main.js", @@ -59,7 +59,7 @@ "http-shutdown": "1.2.2", "leaflet": "1.9.4", "leaflet-hash": "0.2.1", - "maplibre-gl": "5.14.0", + "maplibre-gl": "5.13.0", "morgan": "1.10.1", "pbf": "4.0.1", "pmtiles": "4.3.0",