@trailstash/ultra 3.0.0-dev3 → 3.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.
package/README.md CHANGED
@@ -5,7 +5,7 @@ JS](https://maplibre.org).
5
5
 
6
6
  [Overpass Ultra](https://overpass-ultra.us) is the main deployment of Ultra.
7
7
 
8
- The customization of the map comply with an [extended](https://overpass-ultra.us/docs/style#ultra-maplibre-styles) version
8
+ The customization of the map complies with an [extended](https://overpass-ultra.us/docs/style#ultra-maplibre-styles) version
9
9
  of the the [MapLibre Style Spec](https://maplibre.org/maplibre-style-spec/).
10
10
 
11
11
  ## Documentation
package/docs/index.md CHANGED
@@ -7,7 +7,7 @@ JS](https://maplibre.org) and [OpenStreetMap](https://openstreetmap.org) data, p
7
7
  [Overpass API](https://overpass-api.de/) and
8
8
  [`osmtogeojson`](https://github.com/tyrasd/osmtogeojson)
9
9
 
10
- The customization of the map comply with an [extended](https://overpass-ultra.us/docs/style#ultra-maplibre-styles) version
10
+ The customization of the map complies with an [extended](https://overpass-ultra.us/docs/style#ultra-maplibre-styles) version
11
11
  of the the [MapLibre Style Spec](https://maplibre.org/maplibre-style-spec/).
12
12
 
13
13
  ## Documentation
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.0.0-dev3",
6
+ "version": "3.0.0",
7
7
  "description": "A web based tool for making MapLibre GL maps with data from souces such as Overpass, GeoJSON, GPX, KML, TCX, etc",
8
8
  "main": "index.js",
9
9
  "scripts": {
@@ -58,7 +58,7 @@
58
58
  "liquidjs": "^10.16.7",
59
59
  "lodash.pick": "^4.4.0",
60
60
  "lz-string": "^1.5.0",
61
- "maplibre-gl": "^4.6.0",
61
+ "maplibre-gl": "^4.7.0",
62
62
  "marked": "^14.1.1",
63
63
  "normalize.css": "^8.0.1",
64
64
  "osmtogeojson": "^3.0.0-beta.5",